apeiros changed the topic of #ruby-lang to: Ruby 2.1.3; 2.0.0-p576; 1.9.3-p547: http://ruby-lang.org || Paste code on http://gist.github.com
karamazov has joined #ruby-lang
amerine has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 245 seconds]
tylersmith has quit [Remote host closed the connection]
hahuang65 has joined #ruby-lang
tylersmith has joined #ruby-lang
tylersmith has quit [Remote host closed the connection]
wkoch1 has quit [Quit: wkoch1]
memocool has quit []
wkoch has joined #ruby-lang
hahuang65 has quit [Ping timeout: 260 seconds]
wkoch has quit [Client Quit]
havenwood has quit []
spastorino has quit [Quit: Connection closed for inactivity]
ItSANgo has quit [Quit: Leaving...]
bruno- has joined #ruby-lang
s1kx_ has joined #ruby-lang
lsegal has joined #ruby-lang
s1kx has quit [Ping timeout: 240 seconds]
bruno- has quit [Ping timeout: 240 seconds]
emmesswhy has quit [Quit: This computer has gone to sleep]
jxie has quit [Ping timeout: 272 seconds]
jxie has joined #ruby-lang
tdy has quit [Ping timeout: 260 seconds]
thagomizer has quit [Quit: Leaving.]
rcvalle has joined #ruby-lang
bizarrosandwich has quit [Read error: Connection reset by peer]
ItSANgo has joined #ruby-lang
skammer1 has joined #ruby-lang
mikecmpbll has quit [Quit: ciao.]
stef_204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
skammer1 has quit [Ping timeout: 260 seconds]
s1kx_ has quit [Read error: Connection reset by peer]
s1kx has joined #ruby-lang
migbar has joined #ruby-lang
hellangel7 has quit [Remote host closed the connection]
enebo has joined #ruby-lang
RobertBirnie has quit [Quit: Textual IRC Client: www.textualapp.com]
<Steve_Jobs> can I override where gems are found?
<zenspider> yes, either during install with gem i -i <dir>, or by `export GEM_HOME=<dir>`
<Steve_Jobs> zenspider: but I'd like to do it only for a couple of specific ones
<zenspider> don't tack on requirements after the fact
<zenspider> ask your actual question, up front
<zenspider> we're not mind readers here
amsi has quit [Quit: Leaving]
<Steve_Jobs> zenspider: thanks for the attitude, I'm new to ruby so phrasing my questions to your liking is going to take practice
migbar has quit [Ping timeout: 246 seconds]
tdy has joined #ruby-lang
SuMo_D has joined #ruby-lang
|jemc| has quit [Ping timeout: 244 seconds]
dm78 has joined #ruby-lang
dm78 has quit [Client Quit]
<zenspider> I don't see what ruby has to do with this. this is simply asking good questions in general.
dagda1 has quit [Ping timeout: 245 seconds]
sdmx_ has joined #ruby-lang
chouhoulis has joined #ruby-lang
dagda1 has joined #ruby-lang
<sdmx_> Is there a better channel for new learners of ruby asking likely dumb questions? I have a question about the map method and type conversion that is likely very basic
red_menace has joined #ruby-lang
chills42 has joined #ruby-lang
<zenspider> sdmx_: go for it
bruno- has joined #ruby-lang
<sdmx_> zenspider: I'm trying to iterate through array of strings and convert them to integers, but array.map { |a| a.to_i} isn't doing what I expect. I literally have to do something like sum=adds[0].to_i+adds[1].to_i to get it to sum right.
<sdmx_> On ruby 1.8.7, by the way. I know 1.9 and over handled it differently.
symm- has quit [Ping timeout: 245 seconds]
<zenspider> map returns a new collection
<zenspider> nums = array.map { ... }
<zenspider> and if you want to sum as well as convert, you can either use each, and just do this with an external sum variable
<zenspider> or you can use inject
konr has joined #ruby-lang
<zenspider> (which I don't like, but in this case is appropriate)
wallerdev has quit [Quit: wallerdev]
bruno- has quit [Ping timeout: 250 seconds]
<sdmx_> Alright, let me look at both map and inject and try to work out why the former doesn't work the way I think. I did try the each method and that still gave me a nil to int error.
centrx has quit [Ping timeout: 246 seconds]
<sdmx_> Trying to do as much due diligence as I can here. =]
diegoviola has joined #ruby-lang
mistym has quit [Remote host closed the connection]
<zenspider> sdmx_: nil to int error means the contents of your collection contains non-strings.
<zenspider> assuming I read that correctly
<sdmx_> It does, you're right. So this needs to be a multiple step process then? Replace the nil sections of the array with an empty string so that they can be converted to 0 integers?
<ammar> sdmx_: been a while since I used 1.8.7, but try: array.compact.inject(:+)
<sdmx_> Thanks, ammar. Compact is a good method here. I got thrown off thinking that the index needed to be correctly preserved with the zeros in place, but that's not really the case. Out of curiosity, how would that be different in 1.9? I'm not using 1.8.7 for any reason other than whats currently on my vagrant box.
<zenspider> sdmx_: you can compact, or if you're doing each `next unless s`
<zenspider> sdmx_: there'd be no diff on 1.9 for this
mjc_ has quit [Ping timeout: 260 seconds]
SkramX_ has quit [Ping timeout: 260 seconds]
moogumbo has quit [Ping timeout: 260 seconds]
paulog__ has quit [Ping timeout: 272 seconds]
mattyohe has quit [Ping timeout: 272 seconds]
shennyg__ has quit [Ping timeout: 260 seconds]
eristic has quit [Ping timeout: 260 seconds]
lacrosse__ has quit [Ping timeout: 260 seconds]
Shoffner____ has quit [Ping timeout: 272 seconds]
ggherdov___ has quit [Ping timeout: 272 seconds]
koos303 has quit [Ping timeout: 260 seconds]
rickruby has quit [Ping timeout: 260 seconds]
lewix has joined #ruby-lang
th2389_____ has quit [Ping timeout: 272 seconds]
benlakey has quit [Ping timeout: 272 seconds]
strmpnk has quit [Ping timeout: 272 seconds]
Guest85414______ has quit [Ping timeout: 260 seconds]
dlackty__ has quit [Ping timeout: 272 seconds]
jbardin has quit [Quit: jbardin]
<zenspider> ZenTest version 4.11.0 has been released! | software releases by ryan davis - http://blog.zenspider.com/releases/2014/09/ZenTest-version-4-11-0-has-been-released.html
<zenspider> rawr
<zenspider> irccloud seems to split a lot
skammer1 has joined #ruby-lang
torrieri has joined #ruby-lang
skammer1 has quit [Ping timeout: 244 seconds]
<ammar> sdmx_: it wouldn't be different in ruby 1.9. i just don't remember when the :+ syntax in inject(:+) was introduced.
<zenspider> just use &:+ and it'll always be fine
<ammar> aah. thanks!
yfeldblum has quit [Remote host closed the connection]
rutnop has quit [Ping timeout: 272 seconds]
<zenspider> ruby2ruby version 2.1.3 has been released! | software releases by ryan davis - http://blog.zenspider.com/releases/2014/09/ruby2ruby-version-2-1-3-has-been-released.html
arBmind has quit [Ping timeout: 246 seconds]
migbar has joined #ruby-lang
<zenspider> ruby_parser version 3.6.3 has been released! | software releases by ryan davis - http://blog.zenspider.com/releases/2014/09/ruby_parser-version-3-6-3-has-been-released.html
sepp2k has joined #ruby-lang
sepp2k has quit [Client Quit]
ikrima has quit [Read error: Connection reset by peer]
sepp2k has joined #ruby-lang
ikrima has joined #ruby-lang
kimegede has quit [Quit: Leaving...]
torrieri has quit [Quit: Leaving...]
migbar has quit [Ping timeout: 245 seconds]
hagabaka has quit [Ping timeout: 240 seconds]
torrieri has joined #ruby-lang
hagabaka has joined #ruby-lang
dorei has quit []
bruno- has joined #ruby-lang
charliesome has joined #ruby-lang
bruno- has quit [Ping timeout: 260 seconds]
yfeldblum has joined #ruby-lang
havenwood has joined #ruby-lang
Technodrome has quit [Ping timeout: 272 seconds]
red_menace has quit [Quit: peer reset by connection]
douglass_ has left #ruby-lang [#ruby-lang]
dwknoxy has quit [Quit: Textual IRC Client: www.textualapp.com]
mistym has joined #ruby-lang
Missphoenix has quit [Quit: Leaving]
torrieri has quit [Quit: Leaving...]
skammer1 has joined #ruby-lang
Miphix has joined #ruby-lang
skammer1 has quit [Ping timeout: 246 seconds]
migbar has joined #ruby-lang
migbar has quit [Read error: Connection reset by peer]
migbar has joined #ruby-lang
torrieri has joined #ruby-lang
torrieri has quit [Client Quit]
gjaldon has joined #ruby-lang
sdmx_ has quit [Ping timeout: 246 seconds]
SuMo_D has quit [Remote host closed the connection]
SuMo_D has joined #ruby-lang
arooni-mobile has joined #ruby-lang
torrieri has joined #ruby-lang
sk_0 has quit [Ping timeout: 250 seconds]
shubhamgoyal has quit [Remote host closed the connection]
sk_0 has joined #ruby-lang
bruno- has joined #ruby-lang
chills42 has quit [Remote host closed the connection]
gix has quit [Ping timeout: 245 seconds]
lektrik has joined #ruby-lang
bruno- has quit [Ping timeout: 272 seconds]
gix has joined #ruby-lang
wallerdev has joined #ruby-lang
arooni-mobile has quit [Ping timeout: 260 seconds]
bizarrosandwich has joined #ruby-lang
enebo has quit [Quit: enebo]
Cakey has joined #ruby-lang
charliesome has quit [Quit: zzz]
chouhoulis has quit [Remote host closed the connection]
skammer1 has joined #ruby-lang
lewix has quit [Remote host closed the connection]
lewix has joined #ruby-lang
skammer1 has quit [Ping timeout: 260 seconds]
charliesome has joined #ruby-lang
womble has quit [Excess Flood]
womble has joined #ruby-lang
torspark has joined #ruby-lang
bruno- has joined #ruby-lang
migbar has quit [Remote host closed the connection]
migbar has joined #ruby-lang
karamazov has quit [Remote host closed the connection]
karamazov has joined #ruby-lang
bruno- has quit [Ping timeout: 260 seconds]
migbar has quit [Ping timeout: 244 seconds]
karamazov has quit [Ping timeout: 240 seconds]
torspark has quit [Quit: Leaving]
migbar has joined #ruby-lang
Guest85414______ has joined #ruby-lang
sferik has joined #ruby-lang
migbar has quit [Ping timeout: 260 seconds]
strmpnk has joined #ruby-lang
dlackty__ has joined #ruby-lang
Forgetful_Lion has joined #ruby-lang
shennyg__ has joined #ruby-lang
bsvineeth has joined #ruby-lang
mattyohe has joined #ruby-lang
sferik has quit [Read error: Connection reset by peer]
diegovio1 has joined #ruby-lang
sferik has joined #ruby-lang
diegoviola has quit [Ping timeout: 245 seconds]
diegovio1 is now known as diegoviola
seanosaur has quit []
havenwood has quit [Remote host closed the connection]
ggherdov___ has joined #ruby-lang
lewix has quit [Remote host closed the connection]
rickruby has joined #ruby-lang
serroft has joined #ruby-lang
SuMo_D has quit [Remote host closed the connection]
SuMo_D has joined #ruby-lang
bizarrosandwich has quit [Read error: Connection reset by peer]
lacrosse__ has joined #ruby-lang
mjc_ has joined #ruby-lang
johnny_rugger has joined #ruby-lang
Shoffner____ has joined #ruby-lang
benlakey has joined #ruby-lang
th2389_____ has joined #ruby-lang
paulog__ has joined #ruby-lang
SuMo_D has quit [Ping timeout: 250 seconds]
lewix has joined #ruby-lang
emmesswhy has joined #ruby-lang
mistym has quit [Remote host closed the connection]
moogumbo has joined #ruby-lang
skammer1 has joined #ruby-lang
SkramX_ has joined #ruby-lang
yatish27 has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
koos303 has joined #ruby-lang
skammer1 has quit [Ping timeout: 272 seconds]
eristic has joined #ruby-lang
yatish27 has quit [Ping timeout: 245 seconds]
bruno- has joined #ruby-lang
emmesswhy has quit [Quit: This computer has gone to sleep]
bruno- has quit [Ping timeout: 245 seconds]
shubhamgoyal has joined #ruby-lang
kgrz has joined #ruby-lang
skammer1 has joined #ruby-lang
gjaldon has quit []
kgrz has quit [Ping timeout: 260 seconds]
skammer1 has quit [Ping timeout: 272 seconds]
mistym has joined #ruby-lang
ikrima has quit [Ping timeout: 260 seconds]
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Cakey has quit [Ping timeout: 246 seconds]
yfeldblum has quit [Ping timeout: 272 seconds]
Cakey has joined #ruby-lang
havenwood has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
bsvineeth has quit [Quit: Leaving...]
klmlfl has joined #ruby-lang
yfeldblum has joined #ruby-lang
bsvineeth has joined #ruby-lang
klmlfl has quit [Remote host closed the connection]
kgrz has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
Derander has quit [Ping timeout: 245 seconds]
relix has joined #ruby-lang
hahuang65 has joined #ruby-lang
r0bby_ has joined #ruby-lang
emmesswhy has joined #ruby-lang
hahuang65 has quit [Ping timeout: 272 seconds]
r0bby_ has quit [Client Quit]
skammer1 has joined #ruby-lang
rippa has joined #ruby-lang
shubhamgoyal has quit [Remote host closed the connection]
shubhamgoyal has joined #ruby-lang
gianlucadv_ has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
skammer1 has quit [Ping timeout: 260 seconds]
Missphoenix has joined #ruby-lang
Missphoenix has quit [Client Quit]
shubhamgoyal has quit [Ping timeout: 272 seconds]
Miphix has quit [Ping timeout: 245 seconds]
ikrima has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
jhass is now known as jhass|off
bruno- has joined #ruby-lang
serroft has quit [Quit: Connection closed for inactivity]
johnny_rugger has quit [Quit: Connection closed for inactivity]
bruno- has quit [Ping timeout: 246 seconds]
amerine has quit [Ping timeout: 272 seconds]
skade has joined #ruby-lang
solars has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has quit [Quit: zzz]
charliesome has joined #ruby-lang
charliesome has quit [Client Quit]
skammer1 has joined #ruby-lang
symm- has joined #ruby-lang
symm- has quit [Read error: Connection reset by peer]
symm- has joined #ruby-lang
Cakey has quit [Ping timeout: 245 seconds]
yfeldblum has joined #ruby-lang
hellangel7 has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
SkramX_ has quit [K-Lined]
th2389_____ has quit [K-Lined]
dlackty__ has quit [K-Lined]
chancancode has quit [K-Lined]
jo__ has quit [K-Lined]
beawesomeinstead has quit [K-Lined]
manveru has quit [K-Lined]
jlpeters_ has quit [K-Lined]
paulog__ has quit [K-Lined]
rickruby has quit [K-Lined]
lacrosse__ has quit [K-Lined]
ggherdov___ has quit [K-Lined]
akahn has quit [K-Lined]
Guest85414______ has quit [K-Lined]
wizonesolutions has quit [K-Lined]
moogumbo has quit [K-Lined]
mattyohe has quit [K-Lined]
shennyg__ has quit [K-Lined]
konr has quit [K-Lined]
eristic has quit [K-Lined]
koos303 has quit [K-Lined]
benlakey has quit [K-Lined]
Shoffner____ has quit [K-Lined]
avdi_ has quit [K-Lined]
bcardarella has quit [K-Lined]
samkottler has quit [K-Lined]
allolex_ has quit [K-Lined]
joelmheim_ has quit [K-Lined]
joshingly has quit [K-Lined]
mjc_ has quit [K-Lined]
strmpnk has quit [K-Lined]
adambeynon has quit [K-Lined]
nomadicoder_ has quit [K-Lined]
ramblinpeck___ has quit [K-Lined]
|jemc| has joined #ruby-lang
Miphix has joined #ruby-lang
hellangel7 has quit [Ping timeout: 272 seconds]
jds has joined #ruby-lang
bruno- has joined #ruby-lang
rcvalle has quit [Quit: rcvalle]
shennyg__ has joined #ruby-lang
konr has joined #ruby-lang
mjc_ has joined #ruby-lang
joshingly has joined #ruby-lang
bruno- has quit [Ping timeout: 260 seconds]
solars has quit [Ping timeout: 258 seconds]
sepp2k has quit [Read error: Connection reset by peer]
skammer1 has quit [Ping timeout: 244 seconds]
skammer1 has joined #ruby-lang
hramrach_ has quit [Ping timeout: 264 seconds]
Suchit has joined #ruby-lang
dabradley has quit [Ping timeout: 246 seconds]
Suchit has quit [Read error: Connection reset by peer]
Suchit has joined #ruby-lang
duderonomy has joined #ruby-lang
relix has joined #ruby-lang
duderonomy has quit [Client Quit]
relix has quit [Ping timeout: 245 seconds]
skammer1 has quit [Ping timeout: 260 seconds]
Kuda has joined #ruby-lang
adambeynon has joined #ruby-lang
Cakey has joined #ruby-lang
dabradley has joined #ruby-lang
hramrach_ has joined #ruby-lang
skammer1 has joined #ruby-lang
Cakey has quit [Ping timeout: 260 seconds]
|jemc| has quit [Ping timeout: 258 seconds]
skade has quit [Quit: Computer has gone to sleep.]
skammer1 has quit [Ping timeout: 250 seconds]
shubhamgoyal has joined #ruby-lang
Suchit has quit [Quit: Computer has gone to sleep.]
Suchit has joined #ruby-lang
oleo__ has joined #ruby-lang
oleo is now known as Guest24335
Suchit has quit [Ping timeout: 240 seconds]
Guest24335 has quit [Ping timeout: 244 seconds]
shubhamgoyal has quit [Remote host closed the connection]
bruno- has joined #ruby-lang
gjaldon has joined #ruby-lang
bruno- has quit [Ping timeout: 258 seconds]
Kuda has quit [Quit: Sleep]
bsvineeth has quit [Remote host closed the connection]
bsvineeth has joined #ruby-lang
bsvineeth has quit [Read error: Connection reset by peer]
bsvineeth has joined #ruby-lang
marr has joined #ruby-lang
bsvineeth has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
Cakey has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
shubhamgoyal has quit [Remote host closed the connection]
yatish27 has quit [Ping timeout: 258 seconds]
mistym has quit [Remote host closed the connection]
Hanmac has joined #ruby-lang
Cakey has quit [Ping timeout: 245 seconds]
<Hanmac> hey a have a few questions about rb_data_type_t from RTypedData ... is it okay if some of my Ruby classes does share the same data-type?
<Hanmac> because RTypedData isnt explained in the README.EXT yet
tbuehlmann has joined #ruby-lang
thomasxie has joined #ruby-lang
emmesswhy has quit [Quit: This computer has gone to sleep]
manveru has joined #ruby-lang
emmesswhy has joined #ruby-lang
gjaldon has quit [Read error: Connection reset by peer]
Cakey has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby-lang
bruno- has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
Cakey has quit [Ping timeout: 250 seconds]
mofai has joined #ruby-lang
bruno- has quit [Ping timeout: 260 seconds]
GBrawl has joined #ruby-lang
emmesswhy has quit [Quit: This computer has gone to sleep]
tdy has quit [Ping timeout: 245 seconds]
charliesome has joined #ruby-lang
bsvineeth has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
bsvineeth has quit [Ping timeout: 245 seconds]
Cakey has joined #ruby-lang
sarkyniin has joined #ruby-lang
emmesswhy has joined #ruby-lang
charliesome has quit [Quit: zzz]
tdy has joined #ruby-lang
sarkyniin has quit [Ping timeout: 260 seconds]
Kuda has joined #ruby-lang
Kuda has quit [Client Quit]
skammer1 has joined #ruby-lang
KesUK has joined #ruby-lang
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
bruno- has joined #ruby-lang
emmesswhy has quit [Quit: This computer has gone to sleep]
kgrz has quit [Remote host closed the connection]
kgrz has joined #ruby-lang
vvikus has joined #ruby-lang
vvikus has quit [Client Quit]
bruno- has quit [Ping timeout: 245 seconds]
gjaldon has joined #ruby-lang
Kuda has joined #ruby-lang
arooni-mobile has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 245 seconds]
diegoviola has quit [Remote host closed the connection]
charliesome has joined #ruby-lang
Kuda has quit [Quit: Sleep]
skammer1 has quit [Ping timeout: 244 seconds]
KesUK has quit [Quit: Lingo - http://www.lingoirc.com]
Cakey has quit [Ping timeout: 246 seconds]
dorei has joined #ruby-lang
wizonesolutions has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
dagda1 has quit [Quit: Textual IRC Client: www.textualapp.com]
thomasxie has quit [Remote host closed the connection]
dagda1 has joined #ruby-lang
Kuda has joined #ruby-lang
emmesswhy has joined #ruby-lang
arooni-mobile has quit [Ping timeout: 260 seconds]
arBmind has joined #ruby-lang
banister has quit [Read error: Connection reset by peer]
banister has joined #ruby-lang
Kuda has quit [Read error: Connection reset by peer]
mofai has quit [Quit: Leaving...]
lun_ has joined #ruby-lang
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
jhass|off is now known as jhass
tbuehlmann has quit [Remote host closed the connection]
emmesswhy has quit [Quit: This computer has gone to sleep]
oldsparky3520 has quit [Ping timeout: 246 seconds]
shubhamgoyal has quit [Remote host closed the connection]
yfeldblum has quit [Remote host closed the connection]
robmiller has joined #ruby-lang
bsvineeth has joined #ruby-lang
ta has quit [Ping timeout: 260 seconds]
gjaldon has quit []
banister has quit [Read error: Connection reset by peer]
banister has joined #ruby-lang
bruno- has joined #ruby-lang
bruno- has quit [Ping timeout: 260 seconds]
karamazov has joined #ruby-lang
apeiros has quit []
bruno- has joined #ruby-lang
isjaylee has joined #ruby-lang
yfeldblum has joined #ruby-lang
Kabaka has quit [Ping timeout: 260 seconds]
bsvineeth has quit [Remote host closed the connection]
yfeldblu_ has joined #ruby-lang
isjaylee has left #ruby-lang [#ruby-lang]
thomasxie has joined #ruby-lang
enebo has joined #ruby-lang
yfeldblum has quit [Ping timeout: 272 seconds]
migbar has joined #ruby-lang
Kabaka has joined #ruby-lang
yfeldblu_ has quit [Ping timeout: 240 seconds]
red_menace has joined #ruby-lang
hahuang65 has joined #ruby-lang
migbar has quit [Ping timeout: 245 seconds]
skade has joined #ruby-lang
hahuang65 has quit [Ping timeout: 272 seconds]
tkuchiki has joined #ruby-lang
LBo has quit [Ping timeout: 246 seconds]
LBo has joined #ruby-lang
sarkyniin has joined #ruby-lang
migbar has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
jgpawletko has quit [Quit: jgpawletko]
migbar has quit [Ping timeout: 245 seconds]
karamazov has quit [Remote host closed the connection]
hellangel7 has joined #ruby-lang
karamazov has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
karamazov has quit [Ping timeout: 244 seconds]
elia has joined #ruby-lang
yatish27 has joined #ruby-lang
bin7me has joined #ruby-lang
yfeldblum has joined #ruby-lang
rsl has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
migbar has joined #ruby-lang
yfeldblum has quit [Ping timeout: 260 seconds]
ikrima has quit [Ping timeout: 244 seconds]
bsvineeth has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
migbar has quit [Ping timeout: 240 seconds]
bsvineeth has quit [Ping timeout: 260 seconds]
lektrik has quit [Quit: Leaving]
banister has joined #ruby-lang
Cakey has joined #ruby-lang
torrieri has joined #ruby-lang
michd is now known as MichD
havenwood has joined #ruby-lang
Cakey has quit [Ping timeout: 244 seconds]
kgrz has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
hellangel7 has quit [Max SendQ exceeded]
torrieri has quit [Read error: Connection reset by peer]
torrieri_ has joined #ruby-lang
yatish27 has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
strmpnk has joined #ruby-lang
torrieri_ has quit [Quit: Leaving...]
yfeldblum has joined #ruby-lang
yatish27 has quit [Ping timeout: 260 seconds]
torrieri has joined #ruby-lang
torrieri has quit [Client Quit]
banister has joined #ruby-lang
yfeldblum has quit [Ping timeout: 260 seconds]
torrieri has joined #ruby-lang
dwknoxy has joined #ruby-lang
gjaldon has joined #ruby-lang
GBrawl has quit [Quit: Lingo - http://www.lingoirc.com]
enebo has quit [Quit: enebo]
migbar has joined #ruby-lang
rsl has quit [Quit: Textual IRC Client: www.textualapp.com]
rsl has joined #ruby-lang
rsl has quit [Client Quit]
skade has quit [Quit: Computer has gone to sleep.]
rsl has joined #ruby-lang
yatish27 has joined #ruby-lang
migbar has quit [Ping timeout: 245 seconds]
jds has quit [Quit: Connection closed for inactivity]
centrx has joined #ruby-lang
migbar has joined #ruby-lang
migbar has quit [Remote host closed the connection]
migbar has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
Forgetful_Lion has quit [Remote host closed the connection]
SuMo_D has joined #ruby-lang
rcvalle has joined #ruby-lang
yfeldblum has joined #ruby-lang
yfeldblum has quit [Ping timeout: 272 seconds]
banister has quit [Read error: Connection reset by peer]
banister_ has joined #ruby-lang
banister_ has quit [Max SendQ exceeded]
banister has joined #ruby-lang
banister has quit [Client Quit]
Phrogz_ has joined #ruby-lang
Phrogz_ has joined #ruby-lang
Phrogz_ is now known as Phrogz
migbar has quit [Remote host closed the connection]
banister has joined #ruby-lang
banister_ has joined #ruby-lang
banister_ has quit [Max SendQ exceeded]
banister has quit [Read error: Connection reset by peer]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
matti has quit [Quit: Reconnecting]
matti has joined #ruby-lang
banister has joined #ruby-lang
bsvineeth has joined #ruby-lang
yatish27 has quit []
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bsvineeth has quit [Remote host closed the connection]
charliesome has quit [Quit: zzz]
SuMo_D has quit [Remote host closed the connection]
ur5us has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
oleo__ is now known as oleo
klmlfl has joined #ruby-lang
yfeldblum has quit [Ping timeout: 246 seconds]
thomasxie has quit [Remote host closed the connection]
torrieri has quit [Ping timeout: 240 seconds]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
dagda1 has quit [Read error: Connection reset by peer]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
centrx has quit [Quit: The plan is programmed into every one of my one thousand robots]
dagda1 has joined #ruby-lang
ammar has quit [Quit: leaving]
charliesome has joined #ruby-lang
Asher has quit [Quit: Leaving.]
wenchenx has joined #ruby-lang
ammar has joined #ruby-lang
Miphix has quit [Quit: Leaving]
Phrogz has quit [Remote host closed the connection]
banister has joined #ruby-lang
charliesome has quit [Quit: zzz]
wallerdev has joined #ruby-lang
charliesome has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
ur5us has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
havenwood has quit [Ping timeout: 264 seconds]
matp has quit [Ping timeout: 246 seconds]
ur5us has quit [Remote host closed the connection]
emmesswhy has joined #ruby-lang
matp has joined #ruby-lang
banister has joined #ruby-lang
tectonic has joined #ruby-lang
yfeldblum has joined #ruby-lang
klmlfl has quit [Remote host closed the connection]
gianlucadv_ has quit [Ping timeout: 245 seconds]
jeff_r has joined #ruby-lang
yfeldblum has quit [Ping timeout: 260 seconds]
luca__ has joined #ruby-lang
luca__ is now known as entemperion
skade has joined #ruby-lang
arBmind has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
Cakey has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
hellangel7 has joined #ruby-lang
Cakey has quit [Ping timeout: 260 seconds]
hellangel7 has quit [Max SendQ exceeded]
jeff_r has quit [Ping timeout: 240 seconds]
hellangel7 has joined #ruby-lang
gjaldon has quit []
Phrogz_ has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
jeff_r has joined #ruby-lang
tylersmith has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
jeff_r has quit [Read error: Connection reset by peer]
s1kx has quit [Quit: Leaving]
jeff_r has joined #ruby-lang
hellangel7 has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
mattyohe has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
chouhoulis has joined #ruby-lang
hellangel7 has joined #ruby-lang
migbar has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
chouhoulis has quit [Remote host closed the connection]
hahuang65 has joined #ruby-lang
flori_ has joined #ruby-lang
wnd has quit [Ping timeout: 245 seconds]
hellangel7 has quit [Max SendQ exceeded]
wnd has joined #ruby-lang
yliu has quit [Ping timeout: 245 seconds]
hellangel7 has joined #ruby-lang
robmiller has quit [Quit: Leaving.]
memocool has joined #ruby-lang
yliu has joined #ruby-lang
skade has joined #ruby-lang
migbar has quit [Ping timeout: 245 seconds]
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
nofxx has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
bantic has joined #ruby-lang
Phrogz_ has quit [*.net *.split]
matp has quit [*.net *.split]
bruno- has quit [*.net *.split]
Voker57 has quit [*.net *.split]
yxhuvud has quit [*.net *.split]
drbrain has quit [*.net *.split]
jxie has quit [*.net *.split]
vieq has quit [*.net *.split]
hachiya has quit [*.net *.split]
rh1n0 has quit [*.net *.split]
serhart has quit [*.net *.split]
xybre has quit [*.net *.split]
nopc0de has quit [*.net *.split]
mnilsson has quit [*.net *.split]
saltsa has quit [*.net *.split]
ryotarai has quit [*.net *.split]
Raynes has quit [*.net *.split]
freedrull has quit [*.net *.split]
dostoyevsky has quit [*.net *.split]
flori has quit [*.net *.split]
deg has quit [*.net *.split]
bakednotfried has quit [*.net *.split]
Rylee has quit [*.net *.split]
bhaak has quit [*.net *.split]
eam has quit [*.net *.split]
surrounder has quit [*.net *.split]
_rgn has quit [*.net *.split]
flgr has quit [*.net *.split]
wmoxam has quit [*.net *.split]
Abuh_ has quit [*.net *.split]
dacamp has quit [*.net *.split]
crazysim has quit [*.net *.split]
cout has quit [*.net *.split]
eban has quit [*.net *.split]
rsl has quit [Quit: Textual IRC Client: www.textualapp.com]
hellangel7 has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
AKASkip has joined #ruby-lang
bantic has quit [Quit: bantic]
yfeldblum has joined #ruby-lang
matp has joined #ruby-lang
bruno- has joined #ruby-lang
Phrogz_ has joined #ruby-lang
drbrain has joined #ruby-lang
xybre has joined #ruby-lang
cout has joined #ruby-lang
surrounder has joined #ruby-lang
eam has joined #ruby-lang
deg has joined #ruby-lang
Abuh_ has joined #ruby-lang
dacamp has joined #ruby-lang
Raynes has joined #ruby-lang
saltsa has joined #ruby-lang
freedrull has joined #ruby-lang
nopc0de has joined #ruby-lang
_rgn has joined #ruby-lang
ryotarai has joined #ruby-lang
serhart has joined #ruby-lang
flgr has joined #ruby-lang
Voker57 has joined #ruby-lang
crazysim has joined #ruby-lang
wmoxam has joined #ruby-lang
dostoyevsky has joined #ruby-lang
yxhuvud has joined #ruby-lang
rh1n0 has joined #ruby-lang
bhaak has joined #ruby-lang
vieq has joined #ruby-lang
mnilsson has joined #ruby-lang
Rylee has joined #ruby-lang
eban has joined #ruby-lang
jxie has joined #ruby-lang
hachiya has joined #ruby-lang
bakednotfried has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
ta has joined #ruby-lang
ur5us has joined #ruby-lang
yfeldblum has quit [Ping timeout: 260 seconds]
bsvineeth has joined #ruby-lang
ffmegaman has joined #ruby-lang
skade has joined #ruby-lang
bsvineeth has quit [Ping timeout: 244 seconds]
jeff_r has quit [Read error: Connection reset by peer]
ur5us has quit [Ping timeout: 272 seconds]
tectonic has quit []
MichD is now known as michd
memocool has quit []
bcardarella has joined #ruby-lang
SuMo_D has joined #ruby-lang
koderok has joined #ruby-lang
samkottler has joined #ruby-lang
koderok has quit [Remote host closed the connection]
samkottler has quit [Changing host]
samkottler has joined #ruby-lang
bruno- has quit [Read error: Connection reset by peer]
dwknoxy has quit [Quit: Textual IRC Client: www.textualapp.com]
ddfreyne has quit [Quit: Changing server]
tectonic has joined #ruby-lang
ddfreyne has joined #ruby-lang
bruno- has joined #ruby-lang
shinnya has quit [Ping timeout: 245 seconds]
entemperion has quit [Quit: Leaving]
snoopybbt has quit [Ping timeout: 245 seconds]
skade has quit [Quit: Textual IRC Client: www.textualapp.com]
migbar has joined #ruby-lang
snoopybbt has joined #ruby-lang
migbar has quit [Ping timeout: 260 seconds]
ffmegaman has quit []
ta has quit [Read error: Connection reset by peer]
ta___ has joined #ruby-lang
yfeldblum has joined #ruby-lang
DEac-_ has joined #ruby-lang
DEac- has quit [Read error: Connection reset by peer]
yfeldblum has quit [Ping timeout: 240 seconds]
ledestin_ has joined #ruby-lang
snsei has joined #ruby-lang
ledestin has quit [Ping timeout: 260 seconds]
ledestin_ is now known as ledestin
ikrima has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Remote host closed the connection]
apeiros has joined #ruby-lang
charliesome has quit [Quit: zzz]
ffmegaman has joined #ruby-lang
hahuang65 has quit [Ping timeout: 272 seconds]
migbar has joined #ruby-lang
mistym has joined #ruby-lang
tkuchiki has joined #ruby-lang
migbar has quit [Ping timeout: 260 seconds]
smoitra has joined #ruby-lang
tkuchiki has quit [Ping timeout: 272 seconds]
<smoitra> Hi I am smoitra . I am new to ruby language but what the little I have learnt I love this language but I am still learning
<ffmegaman> Hi smoitra, I'm learning ruby every day too and I'm loving it.
<smoitra> ffmegaman, which book or website are you using
<ffmegaman> I liked The Well Grounded Rubyist by David A Black... Really helped me a lot
tectonic has quit []
<ffmegaman> what are you using smoitra?
<smoitra> ffmegaman, I have started my journey from rails therefore studied quite a bit of M Hartl's book and for basic understanding of ruby I used rubymonks.com
<ffmegaman> M Hartl's book is great! I used that too
Phrogz_ is now known as Phrogz
<smoitra> I am interested in doing any projects also in ruby if someone can help me find one
centrx has joined #ruby-lang
shinnya has joined #ruby-lang
snoopybbt has quit [Ping timeout: 245 seconds]
symm- has quit [Ping timeout: 258 seconds]
yfeldblum has joined #ruby-lang
yfeldblum has quit [Ping timeout: 250 seconds]
lewix has quit [Remote host closed the connection]
migbar has joined #ruby-lang
houhoulis has joined #ruby-lang
seamon has joined #ruby-lang
smoitra has quit [Quit: bye]
tectonic has joined #ruby-lang
snoopybbt has joined #ruby-lang
yfeldblum has joined #ruby-lang
bsvineeth has joined #ruby-lang
Phrogz has quit []
migbar has quit [Remote host closed the connection]
migbar has joined #ruby-lang
relix has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
seamon has quit [Quit: Bye]
seamon has joined #ruby-lang
bsvineeth has quit [Ping timeout: 245 seconds]
snoopybbt has quit [Ping timeout: 245 seconds]
seamon has quit [Client Quit]
seamon has joined #ruby-lang
skammer1 has joined #ruby-lang
mistym has quit [Remote host closed the connection]
migbar has quit [Ping timeout: 272 seconds]
seamon has quit [Client Quit]
seamon has joined #ruby-lang
seamon has quit [Client Quit]
seamon has joined #ruby-lang
seamon has quit [Client Quit]
seamon has joined #ruby-lang
seamon has quit [Client Quit]
seamon has joined #ruby-lang
seamon has quit [Client Quit]
seamon has joined #ruby-lang
seamon has quit [Client Quit]
seamon has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Paul_McFreely has joined #ruby-lang
emmesswhy has quit [Quit: This computer has gone to sleep]
_ht has quit [Remote host closed the connection]
kgrz has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
lsegal has joined #ruby-lang
Cakey has joined #ruby-lang
t_ has quit [Ping timeout: 246 seconds]
arBmind1 has joined #ruby-lang
shennyg___ has joined #ruby-lang
x0f_ has joined #ruby-lang
ffmegaman has quit [Remote host closed the connection]
pabs_ has joined #ruby-lang
ffmegaman has joined #ruby-lang
brianpWins has joined #ruby-lang
shennyg__ has quit [Ping timeout: 260 seconds]
pipework has quit [Ping timeout: 260 seconds]
Caius has quit [Ping timeout: 260 seconds]
pabs has quit [Ping timeout: 260 seconds]
x0f has quit [Ping timeout: 260 seconds]
arBmind has quit [Ping timeout: 260 seconds]
tpope has quit [Ping timeout: 260 seconds]
Caius has joined #ruby-lang
vladgh has quit [Ping timeout: 260 seconds]
coffeejunk has quit [Ping timeout: 260 seconds]
Caius has quit [Changing host]
Caius has joined #ruby-lang
vladgh has joined #ruby-lang
Cakey has quit [Ping timeout: 245 seconds]
Paul_McFreely_ has joined #ruby-lang
lewix has joined #ruby-lang
ngw_ has joined #ruby-lang
pipework has joined #ruby-lang
pipework has quit [Changing host]
pipework has joined #ruby-lang
kith_ has joined #ruby-lang
t_ has joined #ruby-lang
jdecuirm_ has quit [Ping timeout: 244 seconds]
konr_ has joined #ruby-lang
hagebake has joined #ruby-lang
arooni-mobile has joined #ruby-lang
lewix has quit [Remote host closed the connection]
valeri_uF0 has joined #ruby-lang
ffmegaman has quit [Ping timeout: 258 seconds]
chris2_ has joined #ruby-lang
ozzloy_ has joined #ruby-lang
jxport_ has joined #ruby-lang
shaman42_ has joined #ruby-lang
maloik has joined #ruby-lang
neurodam1ge has joined #ruby-lang
bnagy_ has joined #ruby-lang
tpope has joined #ruby-lang
dr_tobog1an has joined #ruby-lang
shaman42 has quit [Write error: Connection reset by peer]
bnagy has quit [Write error: Connection reset by peer]
valeri_ufo has quit [Write error: Connection reset by peer]
maloik_ has quit [Write error: Broken pipe]
jxport has quit [Write error: Connection reset by peer]
neurodamage has quit [Write error: Connection reset by peer]
hagabaka has quit [Write error: Connection reset by peer]
chris2 has quit [Write error: Broken pipe]
ozzloy has quit [Write error: Broken pipe]
whitequark has quit [Read error: Connection reset by peer]
Gate has quit [Read error: Connection reset by peer]
valeri_uF0 is now known as valeri_ufo
womble has quit [Excess Flood]
whitequark has joined #ruby-lang
womble has joined #ruby-lang
Gate has joined #ruby-lang
Gate has quit [Changing host]
Gate has joined #ruby-lang
nofxx has quit [Ping timeout: 272 seconds]
Paul_McFreely has quit [Ping timeout: 268 seconds]
konr has quit [Ping timeout: 268 seconds]
Hanmac has quit [Ping timeout: 268 seconds]
konr_ is now known as konr
Hanmac has joined #ruby-lang
ngw has quit [Ping timeout: 272 seconds]
xvqq17 has quit [Ping timeout: 272 seconds]
dr_toboggan has quit [Ping timeout: 272 seconds]
kith has quit [Ping timeout: 272 seconds]
xvqq17 has joined #ruby-lang
ffmegaman has joined #ruby-lang
t_ has quit [Read error: Connection reset by peer]
jdecuirm_ has joined #ruby-lang
seamon has quit [Quit: Zzzzzzz]
jgpawletko has joined #ruby-lang
t_ has joined #ruby-lang
kgrz has joined #ruby-lang
tylersmith has quit [Remote host closed the connection]
lewix has joined #ruby-lang
pabs_ is now known as pabs
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has quit [Read error: Connection reset by peer]
oleo has quit [Ping timeout: 272 seconds]
kgrz has quit [Ping timeout: 258 seconds]
oleo has joined #ruby-lang
coffeejunk has joined #ruby-lang
tkuchiki has joined #ruby-lang
DEac-_ has quit [Quit: leaving]
tkuchiki has quit [Ping timeout: 250 seconds]
tectonic has quit []
DEac- has joined #ruby-lang
seamon has joined #ruby-lang
DEac- has quit [Client Quit]
DEac- has joined #ruby-lang
sMecKs has joined #ruby-lang
justinmburrous has joined #ruby-lang
tylersmith has joined #ruby-lang
tylersmith has quit [Ping timeout: 240 seconds]
bin7me has quit [Quit: Leaving]
sMecKs_ has joined #ruby-lang
sMecKs has quit [Ping timeout: 272 seconds]
arooni-mobile has quit [Ping timeout: 272 seconds]
dr_tobog1an is now known as dr_toboggan
GBrawl has joined #ruby-lang
GBrawl has quit [Client Quit]
dagda1 has quit [Ping timeout: 272 seconds]
dagda1 has joined #ruby-lang
tylersmith has joined #ruby-lang
lacrosse__ has joined #ruby-lang
tylersmith has quit [Ping timeout: 245 seconds]
syva has joined #ruby-lang
tectonic has joined #ruby-lang
skammer2 has joined #ruby-lang
elia has joined #ruby-lang
skammer1 has quit [Ping timeout: 250 seconds]
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
havenwood has joined #ruby-lang
arooni-mobile has joined #ruby-lang
dorei has quit []
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
banister has joined #ruby-lang
seamon has quit [Quit: Zzzzzzz]
shinnya has quit [Ping timeout: 258 seconds]
shinnya has joined #ruby-lang
lewix has quit [Remote host closed the connection]
tylersmith has joined #ruby-lang
sarkyniin has quit [Ping timeout: 246 seconds]
tylersmith has quit [Ping timeout: 272 seconds]
seamon has joined #ruby-lang
banister is now known as banisterfiend
elia has quit [Quit: Computer has gone to sleep.]
tkuchiki has joined #ruby-lang
arooni-mobile has quit [Ping timeout: 246 seconds]
centrx has quit [Read error: Connection reset by peer]
kith_ is now known as kith
tkuchiki has quit [Ping timeout: 260 seconds]
apeiros has quit [Remote host closed the connection]
seamon has quit [Quit: Zzzzzzz]
apeiros has joined #ruby-lang
tylersmith has joined #ruby-lang
tectonic_ has joined #ruby-lang
AKASkip has quit [Ping timeout: 260 seconds]
tectonic has quit [Ping timeout: 245 seconds]
Forgetful_Lion has joined #ruby-lang
arooni-mobile has joined #ruby-lang
tylersmith has quit [Ping timeout: 258 seconds]
seamon has joined #ruby-lang
tectonic_ has quit []
tectonic has joined #ruby-lang
chris2_ is now known as chris2
lewix has joined #ruby-lang
tectonic has quit [Ping timeout: 246 seconds]
tectonic has joined #ruby-lang
arooni-mobile has quit [Ping timeout: 260 seconds]
zenojis has quit [Ping timeout: 260 seconds]
hagebake has quit [Ping timeout: 245 seconds]
marr has quit [Ping timeout: 245 seconds]
zenojis has joined #ruby-lang
hagabaka has joined #ruby-lang
justinmburrous has quit [Remote host closed the connection]
emmesswhy has joined #ruby-lang
shinnya has quit [Ping timeout: 272 seconds]
x0f_ has quit [Ping timeout: 244 seconds]
Cakey has joined #ruby-lang
x0f has joined #ruby-lang
stevenkuhn has joined #ruby-lang
shinnya has joined #ruby-lang
Cakey has quit [Ping timeout: 250 seconds]