jhass changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.5.3, 2.4.5, 2.3.8, 2.6.0-preview2: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.de/ and select ruby as the language | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | Can't talk? Register/identify with Nickserv first!
Dimik has joined #ruby
orbyt_ has quit [Read error: Connection reset by peer]
elphe has joined #ruby
genpaku has quit [Ping timeout: 246 seconds]
Spitfire has quit [Ping timeout: 250 seconds]
genpaku has joined #ruby
salasrod has quit [Quit: /quit]
salasrod has joined #ruby
hurricanehrndz has joined #ruby
Spitfire has joined #ruby
Inside has quit [Disconnected by services]
elphe has quit [Ping timeout: 252 seconds]
hurricanehrndz has quit [Read error: Connection reset by peer]
eddof13 has quit [Quit: eddof13]
d10n-work has quit [Quit: Connection closed for inactivity]
jcarl43 has quit [Quit: WeeChat 2.3]
mochiyoda has quit [Remote host closed the connection]
eddof13 has joined #ruby
eddof13 has quit [Client Quit]
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
elphe has joined #ruby
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
orbyt_ has joined #ruby
elphe has quit [Ping timeout: 245 seconds]
cow[moo] has joined #ruby
<JJonah> apeiros: yes, i was wondering if you could make the Enumerator work without iteration. It looks like it calls next internally as `'JJonah'.each_char.cycle.lazy.drop(42_000_000).first` pauses a couple seconds before returning.
<apeiros> you can't. that's how the enumerator works. by enumerating. hence the name.
<apeiros> it's based entirely on .each.
bootstrappm has quit [Quit: Leaving]
<JJonah> yeah, i figured. just wanted to make sure.
hurricanehrndz has joined #ruby
alicef has joined #ruby
elphe has joined #ruby
roshanavand has quit [Remote host closed the connection]
orbyt_ has quit [Read error: Connection reset by peer]
orbyt_ has joined #ruby
alicef has quit [Client Quit]
jenrzzz has quit [Ping timeout: 268 seconds]
roshanavand has joined #ruby
elphe has quit [Ping timeout: 268 seconds]
roshanavand has quit [Remote host closed the connection]
G has quit [Remote host closed the connection]
elphe has joined #ruby
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby
cthulchu_ has quit [Ping timeout: 268 seconds]
apeiros has quit [Ping timeout: 252 seconds]
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jetchisel has joined #ruby
dviola has quit [Ping timeout: 252 seconds]
hahuang6- has joined #ruby
hahuang65 has quit [Ping timeout: 276 seconds]
dmitch has quit [Quit: Textual IRC Client: www.textualapp.com]
apparition has joined #ruby
AJA4350 has quit [Quit: AJA4350]
scott4000 has joined #ruby
darkhanb has joined #ruby
kaleido has joined #ruby
Milos_ has joined #ruby
Ekho has quit [Ping timeout: 246 seconds]
Milos has quit [Ping timeout: 246 seconds]
CheetoH1tlerBad has quit [Ping timeout: 252 seconds]
Milos_ is now known as Milos
SeepingN has quit [Quit: The system is going down for reboot NOW!]
Milos has quit [Max SendQ exceeded]
Milos has joined #ruby
samort7 has quit [Read error: Connection reset by peer]
Ekho has joined #ruby
elphe has quit [Ping timeout: 252 seconds]
dviola has joined #ruby
elphe has joined #ruby
jetchisel has quit [Ping timeout: 244 seconds]
cow[moo] has joined #ruby
phaul has quit [Ping timeout: 240 seconds]
jetchisel has joined #ruby
mochiyoda has joined #ruby
cagomez has joined #ruby
elphe has quit [Ping timeout: 268 seconds]
elphe has joined #ruby
dviola has quit [Quit: WeeChat 2.3]
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
OrangeManBad has joined #ruby
pskosinski has quit [Ping timeout: 246 seconds]
pskosinski has joined #ruby
elphe has quit [Ping timeout: 252 seconds]
kapil____ has joined #ruby
elphe has joined #ruby
cagomez has quit [Remote host closed the connection]
roshanavand has joined #ruby
zwliew has joined #ruby
tdy has quit [Ping timeout: 252 seconds]
Nicmavr has quit [Read error: Connection reset by peer]
arescorpio has joined #ruby
Nicmavr has joined #ruby
idiocrash has joined #ruby
elphe has quit [Ping timeout: 240 seconds]
elphe has joined #ruby
apparition has quit [Quit: Bye]
tdy has joined #ruby
cagomez has joined #ruby
cagomez has quit [Ping timeout: 244 seconds]
astronavt has joined #ruby
braincrash has quit [Quit: bye bye]
braincrash has joined #ruby
orbyt_ has joined #ruby
astronavt has quit [Quit: Page closed]
za1b1tsu has joined #ruby
roshanavand has quit [Ping timeout: 260 seconds]
moei has quit [Ping timeout: 272 seconds]
arescorpio has quit [Quit: Leaving.]
fredlinhares has quit [Quit: WeeChat 1.9.1]
nowhere_man has quit [Ping timeout: 252 seconds]
nowhere_man has joined #ruby
_whitelogger has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
za1b1tsu has quit [Quit: WeeChat 2.3]
zapata has quit [Quit: WeeChat 2.3]
za1b1tsu has joined #ruby
zwliew has quit [Quit: Connection closed for inactivity]
roshanavand has joined #ruby
<havenwood> JJonah: class Enumerator; def [] i; lazy.drop(i).first end end
warrshrike has joined #ruby
<warrshrike> guys what wrong here
<warrshrike> the result should be a complete traversal of the tree but only the root is printed
apeiros has joined #ruby
<warrshrike> apeiros: just in time!
<warrshrike> guys what wrong here
<warrshrike> the result should be a complete traversal of the tree but only the root is printed
apeiros has quit [Ping timeout: 245 seconds]
jasmith has joined #ruby
<baweaver> warrshrike: what have you tried in debugging it?
<warrshrike> i ran it
<warrshrike> mentally
<warrshrike> in my mind
<baweaver> Well run it
<baweaver> literally
<baweaver> in a repl
<warrshrike> i know the issue is
<warrshrike> yeah i did
<warrshrike> the if condition that checks if left is nil
<baweaver> Yeah, it's always nil
<warrshrike> yup. however i cant figure out why
<warrshrike> for the life of me...
<warrshrike> hence
<havenwood> warrshrike: you're not checking the node's #left
<warrshrike> i have arrived for Aid
<baweaver> How do instance variables work?
<havenwood> warrshrike: you're checking an undefined instance variable
<havenwood> >> @left #=> nil
<baweaver> you're not in the class with those methods now are you?
<ruby[bot]> havenwood: I'm terribly sorry, I could not evaluate your code because of an error: NoMethodError:undefined method `[]' for nil:NilClass
<warrshrike> oh yeah
<warrshrike> God
<warrshrike> how could i be such a dumbass
_whitelogger has quit [Remote host closed the connection]
_whitelogger has joined #ruby
<warrshrike> its quite annoying when you never hear back from a company you really want to work at. like, its still honorable when you fail an interview
apparition has joined #ruby
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
ta_ has quit [Ping timeout: 252 seconds]
zwliew has joined #ruby
cabotto has joined #ruby
cabotto has quit [Client Quit]
warrshrike has quit [Quit: Page closed]
ta_ has joined #ruby
phaul has joined #ruby
dachi has joined #ruby
TheBloke has joined #ruby
reber has joined #ruby
jamied has joined #ruby
ta_ has quit [Ping timeout: 240 seconds]
xfbs has joined #ruby
moei has joined #ruby
xfbs has quit [Quit: afk]
Wojnar has joined #ruby
idiocrash has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
DoubleMalt has joined #ruby
DoubleMalt has quit [Remote host closed the connection]
jetchisel has quit [Ping timeout: 252 seconds]
apeiros has joined #ruby
c0ncealed4 has quit [Remote host closed the connection]
c0ncealed4 has joined #ruby
bkxd has joined #ruby
bkxd has quit [Client Quit]
jetchisel has joined #ruby
zwliew has quit [Quit: Connection closed for inactivity]
MyMind has quit [Read error: Connection reset by peer]
petemoore has quit [Ping timeout: 250 seconds]
MyMind has joined #ruby
dellavg_ has joined #ruby
petemoore has joined #ruby
elphe has quit [Ping timeout: 240 seconds]
jetchisel has quit [Ping timeout: 246 seconds]
Yungfil has joined #ruby
xfbs has joined #ruby
lxsameer has joined #ruby
apparition has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
kapil____ has quit [Quit: Connection closed for inactivity]
jamied has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ShekharReddy has joined #ruby
Yungfil has quit [Read error: Connection reset by peer]
ta_ has joined #ruby
venmx has joined #ruby
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
apparition has joined #ruby
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
DD_Trump has joined #ruby
<DD_Trump> I love ruby and want to help!
ta_ has quit [Ping timeout: 252 seconds]
conta has joined #ruby
RougeR has quit [Ping timeout: 252 seconds]
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
MoritaShinobu has joined #ruby
RougeR has joined #ruby
roshanavand has quit [Remote host closed the connection]
elphe has joined #ruby
despai has joined #ruby
rippa has quit [Ping timeout: 244 seconds]
ta_ has joined #ruby
despai has quit [Client Quit]
despai has joined #ruby
despai has quit [Client Quit]
elphe has quit [Ping timeout: 272 seconds]
venmx has quit [Remote host closed the connection]
AJA4350 has joined #ruby
desperek has joined #ruby
exchgr has quit [Read error: Connection reset by peer]
exchgr has joined #ruby
za1b1tsu has quit [Ping timeout: 245 seconds]
ta_ has quit [Ping timeout: 268 seconds]
Shorty6 has joined #ruby
apparition has quit [Quit: Bye]
m0nty0ne has quit [Quit: Leaving]
despai has joined #ruby
k0mpa has joined #ruby
despai has quit [Ping timeout: 252 seconds]
elphe has joined #ruby
despai has joined #ruby
elphe has quit [Ping timeout: 268 seconds]
kapil____ has joined #ruby
ShekharReddy has quit [Quit: Connection closed for inactivity]
rippa has joined #ruby
elphe has joined #ruby
rippa has quit [Client Quit]
InfinityFye has joined #ruby
clemens3 has joined #ruby
za1b1tsu has joined #ruby
clemens3 has quit [Remote host closed the connection]
elphe has quit [Ping timeout: 272 seconds]
elphe has joined #ruby
roshanavand has joined #ruby
fluxAeon has joined #ruby
despai has quit [Quit: ...]
RougeR has quit [Ping timeout: 245 seconds]
Nicmavr has quit [Read error: Connection reset by peer]
kaleido has quit [Quit: true story]
Nicmavr has joined #ruby
TheBloke has quit [Quit: Textual IRC Client: www.textualapp.com]
Shorty6 has left #ruby ["WeeChat 1.6"]
tjbp_ has quit [Remote host closed the connection]
tjbp has joined #ruby
mhb has left #ruby [#ruby]
roshanavand has quit [Quit: Gone planting!]
jetchisel has joined #ruby
ta_ has joined #ruby
snickers has joined #ruby
Shorty6 has joined #ruby
cow[moo] has joined #ruby
ua has quit [Ping timeout: 240 seconds]
daemonwrangler has quit [Quit: ZNC 1.6.5 - http://znc.in]
reber__ has joined #ruby
daemonwrangler has joined #ruby
akaiiro has quit [Remote host closed the connection]
reber has quit [Ping timeout: 252 seconds]
johnny56 has quit [Ping timeout: 272 seconds]
despai has joined #ruby
venmx has joined #ruby
johnny56 has joined #ruby
kaleido has joined #ruby
ta_ has quit [Ping timeout: 240 seconds]
snickers has quit [Ping timeout: 268 seconds]
ua has joined #ruby
bak1an has joined #ruby
venmx has quit [Remote host closed the connection]
<baweaver> !badnick DD_Trump
DD_Trump was kicked from #ruby by ruby[bot] [nickname is not suitable for this channel, see http://ruby-community.com/pages/user_rules]
<phaul> baweaver: I couldn't watch your twitch vid, it was barely audible, did others report back the same or the problem is on my side?
<baweaver> Ah, so sound was bad too?
<baweaver> That I can amp
<baweaver> Just need to adjust a few options and that'll be good to go. Na, no one's mentioned it yet, still fairly new to this bit.
<phaul> I see
nicesignal has quit [Ping timeout: 244 seconds]
Wojnar has quit [Remote host closed the connection]
<baweaver> Guessing around -20dB would be ideal.
<baweaver> Need to measure things
za1b1tsu has quit [Ping timeout: 268 seconds]
kaleido has quit [Read error: Connection reset by peer]
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
samort7 has joined #ruby
TheBloke has joined #ruby
kapil____ has quit [Quit: Connection closed for inactivity]
nchambers has quit [Ping timeout: 244 seconds]
elphe has quit [Ping timeout: 268 seconds]
bak1an has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bak1an has joined #ruby
bak1an has quit [Client Quit]
snickers has joined #ruby
desperek has quit [Quit: xoxo]
inky has joined #ruby
nicesignal has joined #ruby
<inky> hey people of ruby
<inky> i am updating my mastodon instance, and when running
<inky> bundle install --deployment --without development test
<inky> i get
<inky> rbenv: version `2.5.3' is not installed (set by /home/mastodon/live/.ruby-version)
<inky> my
<inky> rbenv install -l
<inky> does not indeed list 2.5.3
Inline has quit [Read error: Connection reset by peer]
Inline has joined #ruby
Puffball has quit [Remote host closed the connection]
dinfuehr has quit [Ping timeout: 260 seconds]
Milos has quit [Max SendQ exceeded]
dinfuehr has joined #ruby
Puffball has joined #ruby
nchambers has joined #ruby
Inline has quit [Quit: Leaving]
Milos has joined #ruby
orbyt_ has joined #ruby
johnny56 has quit [Ping timeout: 272 seconds]
lxsameer has quit [Quit: WeeChat 2.2]
Inline has joined #ruby
Inline has quit [Read error: Connection reset by peer]
Inline has joined #ruby
Inline has quit [Read error: Connection reset by peer]
lxsameer has joined #ruby
nchambers has quit [Ping timeout: 240 seconds]
ta_ has joined #ruby
conta has quit [Quit: conta]
<Iambchop> inky: is 2.5.3 listed in rbenv versions? "install -l" lists what can be installed, "versions" lists what is installed
OrangeManBad has quit [Ping timeout: 264 seconds]
johnny56 has joined #ruby
Shorty6 has quit [Ping timeout: 240 seconds]
OrangeManBad has joined #ruby
kapil____ has joined #ruby
za1b1tsu has joined #ruby
Inline has joined #ruby
ta_ has quit [Ping timeout: 252 seconds]
nchambers has joined #ruby
MoritaShinobu has quit [Ping timeout: 268 seconds]
gix has joined #ruby
snickers has quit [Read error: No route to host]
m27frogy has quit [Ping timeout: 245 seconds]
akaiiro has joined #ruby
GodFather has joined #ruby
whysthatso has joined #ruby
MoritaShinobu has joined #ruby
MoritaShinobu has quit [Max SendQ exceeded]
MoritaShinobu has joined #ruby
MoritaShinobu has quit [Max SendQ exceeded]
dellavg_ has quit [Ping timeout: 240 seconds]
kaleido has joined #ruby
cd has quit [Quit: cd]
venmx has joined #ruby
elcontrastador has joined #ruby
Dbugger has joined #ruby
<kaleido> given a random string "niLF2" how can i separate every character and change lower to upper and upper to lower and combine back to a string?
<phaul> 'niLF2'.swapcase
<phaul> if you really want to ho by characters 'niLF2'.chars.map { |c| transform(c) }.join
<kaleido> wow, that's too easy. :( thanks!
<phaul> go*
za1b1tsu has quit [Ping timeout: 240 seconds]
maxvaillancourt1 has quit [Remote host closed the connection]
InfinityFye has quit [Quit: Leaving]
Puffball has quit [Remote host closed the connection]
m27frogy has joined #ruby
elcontrastador has quit [Ping timeout: 268 seconds]
Dbugger has quit [Remote host closed the connection]
<baweaver> Stream is starting in a minute: https://www.twitch.tv/baweaver
<baweaver> Dropping off IRC in the mean time.
idiocrash has joined #ruby
ellcs has joined #ruby
za1b1tsu has joined #ruby
Puffball has joined #ruby
za1b1tsu has quit [Ping timeout: 244 seconds]
Shorty6 has joined #ruby
Shorty6 has quit [Quit: Quitting]
patr0clus has joined #ruby
patr0clus is now known as s3nd1v0g1us
ellcs has quit [Ping timeout: 268 seconds]
elphe has joined #ruby
Shorty6 has joined #ruby
ellcs has joined #ruby
elphe has quit [Ping timeout: 245 seconds]
ellcs has quit [Ping timeout: 240 seconds]
idiocrash has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ellcs has joined #ruby
raulp has quit [Ping timeout: 272 seconds]
bak1an has joined #ruby
despai has quit [Ping timeout: 246 seconds]
thinkpad has quit [Ping timeout: 268 seconds]
thinkpad has joined #ruby
elphe has joined #ruby
elphe has quit [Ping timeout: 246 seconds]
habnabit has joined #ruby
_habnabit has quit [Ping timeout: 276 seconds]
ellcs has quit [Ping timeout: 252 seconds]
ricer2 has quit [Ping timeout: 268 seconds]
ricer2 has joined #ruby
<kspencer> I'm subclassing TCPSocket to add irc commands and such, since the IRC frameworks I usually use have bugs I want to avoid, and so I was wondering what the best way to encapsulate the while True ... data = @sock.sysread(...) # run code on data ... end
z64 has quit [Ping timeout: 250 seconds]
<al2o3-cr> kspencer: which irc frameworks have you been using?
<kspencer> cinch mostly, which when the bot gets opered it hangs
<phaul> kspencer: never inherit from classes you don't own. never inherit if the child class is not a "TCPSocket" for every property of TCPSocket
<phaul> delegate
<phaul> btw Im using cinch...
<phaul> in rubydoc
<al2o3-cr> phaul: how you going with the eval plugin?
za1b1tsu has joined #ruby
<phaul> I did it that night
elphe has joined #ruby
<kspencer> should I extend TCPSocket then
<phaul> it's sitting in a github pull request
jetchisel has quit [Ping timeout: 252 seconds]
<al2o3-cr> oh, maybe apeiros hasn't seen it yet
<al2o3-cr> kspencer: cinch does this just perfectly fine.
<kspencer> like i said, when cinch gets opered and modes are added to it, it hangs
<kspencer> If it didn't hang on oper I'd be using it
<al2o3-cr> it never did when i used cinch. double check your code just to be on the safe side.
<kspencer> did it get server notice masks added to it?
<al2o3-cr> kspencer: from what i remember yes.
dionysus69_ has joined #ruby
elphe has quit [Ping timeout: 268 seconds]
za1b1tsu has quit [Ping timeout: 268 seconds]
dionysus69 has quit [Ping timeout: 250 seconds]
dionysus69_ is now known as dionysus69
<al2o3-cr> kspencer: you'd be better of asking in #cinch you'll probably get an answer your looking for.
<al2o3-cr> yeah, he's still there.
<kspencer> <dominikh> nobody is fixing anything, for Cinch has no maintainer
<al2o3-cr> ljarvis isn't either :(
<phaul> going back to extending classes. delegation. have an instance var pointing to the instance and define the methods relevant to you forwarding them to the instance variable...
<phaul> &ri Forwardable
<phaul> hm. I should fix the double //
<al2o3-cr> phaul: might be a good idea to also prefix/postfix a nick
d^sh has quit [Ping timeout: 250 seconds]
<phaul> you can do that
<phaul> with , nick
<al2o3-cr> &ri Hash#update phaul #> phaul: ...
<rubydoc> did not understand that, parser error @ char position 0
<al2o3-cr> it will highlight them then.
d^sh has joined #ruby
<al2o3-cr> haha funny error.
<phaul> &ri Hash#update, phaul
<al2o3-cr> use cinch User#nick though.
<phaul> ah, ok. I will look into that
<al2o3-cr> i've not use cinch for a while.
elphe has joined #ruby
<kspencer> so 'class IRCSocket; extend Forwardable; def initialize; @sock = TCPSocket; end; def_delegators @sock, :connect; end'
<kspencer> etc
<al2o3-cr> phaul: take that with a pinch of salt. must be at least two years ago i messed with that.
<phaul> al2o3-cr: sure. np
<phaul> kspencer: that's a better design
<al2o3-cr> &ri UN
<rubydoc> Found no entry that matches class UN
<kspencer> and then what would the best way of encapsulating the socket loop be
<rubydoc> Found no entry that matches class UN
<phaul> &list UN
<al2o3-cr> phaul: whats going on?
<phaul> what's UN?
<al2o3-cr> are you using yard or parsing html?
<phaul> parsing the downloaded html from ruby-doc.org
<al2o3-cr> ah, thought so.
<phaul> parsing the index from it only
<phaul> bot only talks to prebaked DB
<phaul> what's UN though? :)
<phaul> kspencer: you are not writing a Socket library. change your mindset to IRC. now that your class is not neceseraly a socket, you are free to design IRC-ish interface
<phaul> you can keep some methods from TCPSocket, but only the ones you like for your interface
<kspencer> you mean like setting user and nick in initialize and channel joining by method etc kind of stuff
<al2o3-cr> &ri NKF
<phaul> kspencer: it's up to you, just don't feel the need that you *have to* write matching functions. that's the freedome you gain by not inheriting
Wojnar has joined #ruby
elphe has quit [Ping timeout: 250 seconds]
raulp has joined #ruby
cagomez has joined #ruby
elphe has joined #ruby
jetchisel has joined #ruby
<kspencer> hmm actually i might grab leejarvis/ircsocket and go from there, just saw that
<kspencer> irc-socket rather
<al2o3-cr> kspencer: i think he originally wrote cinch.
s3nd1v0g1us has quit [Ping timeout: 260 seconds]
kapil____ has quit [Quit: Connection closed for inactivity]
bak1an has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Shorty6 has quit [Quit: Quitting]
elphe has quit [Ping timeout: 244 seconds]
d^sh has quit [Ping timeout: 252 seconds]
d^sh has joined #ruby
nfk has joined #ruby
whysthatso has quit [Quit: whysthatso]
duckpupp- has joined #ruby
duckpuppy has quit [Ping timeout: 272 seconds]
elphe has joined #ruby
elphe has quit [Ping timeout: 240 seconds]
<nchambers> is it possible to store an Enumerator in a variable and call it later?
<phaul> sure.
<nchambers> how do I call it?
<phaul> Enumerators are Enumerable, so you have the full Enumerable interface to them
<phaul> each, and the rest
<phaul> &ri Enumerator
<nchambers> I mean doing something like `foo = "abcd".each`
<nchambers> and then calling foo, getting the next value from the Enumerator
<al2o3-cr> nchambers: call next on it
<nchambers> ah
<nchambers> thanks
<al2o3-cr> np
<phaul> foo = 'abcd'.chars.each ; foo.map(&:upcase)
<al2o3-cr> foo.next; foo.rewind; foo.next; foo.peek etc
<al2o3-cr> foo.feed
<al2o3-cr> now i'm hungry
<phaul> feed.foo :)
<al2o3-cr> =)
bak1an has joined #ruby
teardown has quit [Read error: Connection reset by peer]
cagomez has quit [Remote host closed the connection]
teardown has joined #ruby
xfbs has quit [Quit: afk]
elphe has joined #ruby
za1b1tsu has joined #ruby
cow[moo] has joined #ruby
cow[moo] has quit [Client Quit]
za1b1tsu has quit [Ping timeout: 245 seconds]
k0mpa has quit [Ping timeout: 256 seconds]
reber__ has quit [Remote host closed the connection]
elphe has quit [Ping timeout: 244 seconds]
Miron has quit [Read error: Connection reset by peer]
venmx has quit [Ping timeout: 260 seconds]
exchgr has quit [Quit: ZNC - http://znc.in]
exchgr has joined #ruby
Miron has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jcalla has quit [Ping timeout: 272 seconds]
elphe has joined #ruby
jcalla has joined #ruby
elphe has quit [Ping timeout: 268 seconds]
orbyt_ has joined #ruby
phaul has quit [Ping timeout: 244 seconds]
bak1an has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orbyt_ has quit [Ping timeout: 268 seconds]