apeiros_ changed the topic of #ruby-lang to: Ruby 2.1.2; 2.0.0-p481; 1.9.3-p545: http://ruby-lang.org || Paste >3 lines of text on http://gist.github.com
amclain has joined #ruby-lang
toastynerd has joined #ruby-lang
khaase has joined #ruby-lang
RobertBirnie has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
toastynerd has quit [Remote host closed the connection]
lsegal has quit [Ping timeout: 240 seconds]
khaase has quit [Ping timeout: 265 seconds]
ap4y has quit [Ping timeout: 240 seconds]
kitak has quit [Remote host closed the connection]
banister has joined #ruby-lang
evaryont has joined #ruby-lang
<evaryont> hey #ruby-lang, I'm sure I'm just missing something obvious: Is there a way to break early from a block passed to a yield?
<evaryont> can't return, and break throws 'break from proc-closure (LocalJumpError)'
<ari-_-e> a block passed to a yield?
<centrx> next or next value
marr has quit [Ping timeout: 252 seconds]
DevDoo has quit [Ping timeout: 240 seconds]
<evaryont> centrx: ah, thanks!
|jemc| has joined #ruby-lang
<evaryont> ari-_-e: f.ex: def foo(&blah); yield; end; foo { 1 + 1 };
dingus_khan has joined #ruby-lang
vlad_starkov has joined #ruby-lang
<ari-_-e> and where did you put the break?
<evaryont> the 1 + 1
<evaryont> next works though
dingus_khan has quit [Ping timeout: 258 seconds]
<ari-_-e> evaryont: works for me
<ari-_-e> are you sure that's how you wrote it?
vlad_starkov has quit [Ping timeout: 245 seconds]
ddv has quit [Ping timeout: 245 seconds]
ddv has joined #ruby-lang
shinnya has quit [Ping timeout: 240 seconds]
banister_ has joined #ruby-lang
banister has quit [Read error: Connection reset by peer]
centrx has quit [Quit: All this computer hacking is making me thirsty]
<akahn> is there a version of File.readlink that will not raise if the file doesn't exist or is not a symlink?
<ari-_-e> akahn: why would you want that?
<akahn> I have the following line of code: File.exists?(vendor_bundle) && File.ftype(vendor_bundle) == 'link' && !File.exists?(File.readlink(vendor_bundle))
lsegal has joined #ruby-lang
<akahn> and I'd rather condense the whole thing to File.exists?(may_by_a_link(vendor_bundle))
<ari-_-e> why not just catch the exceptions?
<ari-_-e> there's a filesystem race there, anyway
<akahn> I guess that would work, yeah
mykoweb has quit [Remote host closed the connection]
junkmechanic_ has quit [Ping timeout: 276 seconds]
GBrawl has quit [Quit: Computer has gone to sleep.]
<akahn> thank you
nopc0de is now known as zz_nopc0de
Cakey has joined #ruby-lang
kitak has joined #ruby-lang
mykoweb has joined #ruby-lang
nathanstitt has joined #ruby-lang
banister_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Cakey has quit [Ping timeout: 258 seconds]
banister has joined #ruby-lang
hahuang65 has quit [Ping timeout: 245 seconds]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ghg has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
khaase has joined #ruby-lang
mujtabahussain has joined #ruby-lang
mykoweb has quit [Ping timeout: 240 seconds]
khaase_ has joined #ruby-lang
mistym has quit [Quit: Leaving]
omosoj has quit [Quit: Leaving]
tkuchiki has joined #ruby-lang
houhoulis has joined #ruby-lang
khaase has quit [Ping timeout: 265 seconds]
mykoweb has joined #ruby-lang
robbyoconnor has joined #ruby-lang
r0bby has joined #ruby-lang
khaase_ has quit [Ping timeout: 265 seconds]
DevDoo has joined #ruby-lang
banister_ has joined #ruby-lang
pixelhandler has quit [Quit: pixelhandler]
banister_ has quit [Max SendQ exceeded]
sepp2k1 has quit [Read error: Connection reset by peer]
banister_ has joined #ruby-lang
banister has quit [Ping timeout: 276 seconds]
DevDoo has quit [Ping timeout: 252 seconds]
jxpx777 has quit [Ping timeout: 265 seconds]
dingus_khan has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
mykoweb has joined #ruby-lang
centrx has joined #ruby-lang
mistym has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
knu has quit [Ping timeout: 252 seconds]
dingus_khan has quit [Ping timeout: 258 seconds]
mykoweb_ has joined #ruby-lang
banister_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mykoweb has quit [Ping timeout: 240 seconds]
momomomomo has quit [Quit: momomomomo]
DevDoo has joined #ruby-lang
dingus_khan has joined #ruby-lang
dik_dak has quit [Quit: Leaving]
Averna has joined #ruby-lang
evaryont has quit [Ping timeout: 264 seconds]
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
mykoweb_ has quit [Remote host closed the connection]
RobertBirnie has joined #ruby-lang
mykoweb has joined #ruby-lang
zenspider_ has joined #ruby-lang
DevDoo has quit [Ping timeout: 264 seconds]
mykoweb has quit [Ping timeout: 252 seconds]
ur5us_ has joined #ruby-lang
jdoes has joined #ruby-lang
shalicke_ has joined #ruby-lang
hahuang65 has joined #ruby-lang
shalicke has quit [*.net *.split]
ur5us has quit [*.net *.split]
faces has quit [*.net *.split]
junkmechanic has quit [*.net *.split]
zenspider has quit [*.net *.split]
GarethAdams has quit [*.net *.split]
shalicke_ is now known as shalicke
faces has joined #ruby-lang
junkmechanic has joined #ruby-lang
t4nk979 has joined #ruby-lang
CodeBunny has joined #ruby-lang
<t4nk979> Hi
<t4nk979> can some one explain me the meaning of the following code
mujtabahussain has quit [Ping timeout: 252 seconds]
<t4nk979> def initialize @item = {} @serial = 0 end def []{key} @item[key] end def add(str) @serial += 1 @item [@serial] = str @serial end def delete (key) @item.delete(key) end
<centrx> t4nk979, Please paste at gist.github.com
<centrx> ^ unreadable
<t4nk979> ok
GarethAdams has joined #ruby-lang
mujtabahussain has joined #ruby-lang
GarethAdams has quit [Changing host]
GarethAdams has joined #ruby-lang
<t4nk979> gist:583175e319ea4000162d
<centrx> URL?
kitak has quit [Remote host closed the connection]
wallerdev has joined #ruby-lang
<t4nk979> yes that is the url
<t4nk979> my question is what is the meaning of def [] {key}
<ari-_-e> that's not a url
khaase has joined #ruby-lang
kitak has joined #ruby-lang
<centrx> t4nk979, That is some strange code
r0bby has quit [Read error: Connection reset by peer]
<centrx> t4nk979, def [] defines a method for my_object[:hi]
freedrul1 is now known as freedrull
<centrx> t4nk979, special symbols like [] or << can be custom defined on your own classes, not just Array
<t4nk979> centrx, whay do we use such kind of code, this is just very hard to understand for a newbei
<centrx> t4nk979, So it is easy to concisely use your custom classes, in the same manner as built-in classes are used
<t4nk979> ok, thanks centrx
khaase has quit [Ping timeout: 265 seconds]
<centrx> t4nk979, It will come easier and easier to you. Just something to learn.
<centrx> t4nk979, It fits into how in Ruby everything is an object, and you an override all the basic methods
<centrx> "everything"
robbyoconnor has quit [Ping timeout: 245 seconds]
robbyoconnor has joined #ruby-lang
t4nk979 has quit [Quit: Page closed]
mujtabahussain has quit [Ping timeout: 252 seconds]
mujtabahussain has joined #ruby-lang
Cakey has joined #ruby-lang
gix has quit [Ping timeout: 276 seconds]
Raycaster has quit [Quit: Leaving.]
WishBoy has joined #ruby-lang
gix has joined #ruby-lang
grassdog has joined #ruby-lang
grassdog has quit [Client Quit]
jxpx777 has joined #ruby-lang
DevDoo has joined #ruby-lang
marcdel has joined #ruby-lang
marcdel_ has joined #ruby-lang
marcdel has quit [Ping timeout: 252 seconds]
dingus_khan has quit [Remote host closed the connection]
jdoes is now known as omosoj
wallerdev has quit [Quit: wallerdev]
khaase has joined #ruby-lang
valueforvalue has joined #ruby-lang
DevDoo has quit [Ping timeout: 276 seconds]
valueforvalue has left #ruby-lang [#ruby-lang]
khaase has quit [Ping timeout: 265 seconds]
valueforvalue has joined #ruby-lang
hahuang65 has quit [Ping timeout: 258 seconds]
ghg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
frzng has quit [Quit: frzng]
valueforvalue has left #ruby-lang [#ruby-lang]
Cakey has quit [Ping timeout: 264 seconds]
knu has joined #ruby-lang
dingus_khan has joined #ruby-lang
spajus has joined #ruby-lang
musl has quit [Quit: WeeChat 0.4.3]
musl has joined #ruby-lang
snsei has joined #ruby-lang
karamazov has joined #ruby-lang
yatish27 has joined #ruby-lang
snsei has quit [Remote host closed the connection]
snsei has joined #ruby-lang
dingus_khan has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
hahuang65 has joined #ruby-lang
yfeldblum has quit [Ping timeout: 252 seconds]
houhoulis has quit [Remote host closed the connection]
spajus has quit [Quit: Leaving]
spajus has joined #ruby-lang
yfeldblum has joined #ruby-lang
yatish27 has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
kitak has quit [Remote host closed the connection]
TvL2386 has quit [Quit: Ex-Chat]
Cakey has joined #ruby-lang
vlad_starkov has joined #ruby-lang
yatish27 has quit [Ping timeout: 258 seconds]
kitak has joined #ruby-lang
marcofernandez has joined #ruby-lang
mujtabahussain has quit [Ping timeout: 252 seconds]
arooni-mobile has quit [Ping timeout: 240 seconds]
vlad_starkov has quit [Ping timeout: 240 seconds]
mykoweb has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
D9 has joined #ruby-lang
marcofernandez has quit [Ping timeout: 252 seconds]
Lewix has joined #ruby-lang
dingus_khan has joined #ruby-lang
Miphix has joined #ruby-lang
arooni-mobile has joined #ruby-lang
DevDoo has joined #ruby-lang
marcdel_ has quit [Ping timeout: 240 seconds]
khaase has joined #ruby-lang
dingus_khan has quit [Ping timeout: 240 seconds]
marcdel has joined #ruby-lang
centrx has quit [Quit: All this computer hacking is making me thirsty]
robbyoconnor has quit [Ping timeout: 252 seconds]
nofxx_ has quit [Ping timeout: 252 seconds]
khaase has quit [Ping timeout: 265 seconds]
jxpx777 has quit [Quit: Leaving...]
mistym has quit [Remote host closed the connection]
paulog has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Remote host closed the connection]
nofxx_ has joined #ruby-lang
DevDoo has quit [Ping timeout: 252 seconds]
jxpx777 has joined #ruby-lang
marcofernandez has joined #ruby-lang
ruskie has quit [Read error: Operation timed out]
yatish27 has joined #ruby-lang
karamazov has quit [Remote host closed the connection]
jxpx777 has quit [Ping timeout: 240 seconds]
yatish27 has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
yfeldblum has quit [Ping timeout: 240 seconds]
jxpx777 has joined #ruby-lang
moogumbo has quit [Quit: Connection closed for inactivity]
yatish27 has quit [Ping timeout: 240 seconds]
marcofernandez has quit [Quit: 전 이만 갑니다.]
RobertBirnie has quit [Quit: Textual IRC Client: www.textualapp.com]
gal_steinitz has joined #ruby-lang
jxpx777 has quit [Ping timeout: 258 seconds]
grassdog has joined #ruby-lang
mujtabahussain has joined #ruby-lang
jxpx777 has joined #ruby-lang
spuk has quit [Quit: Human beings were created by water to transport it uphill.]
dingus_khan has joined #ruby-lang
jxpx777 has quit [Ping timeout: 252 seconds]
vlad_starkov has joined #ruby-lang
omosoj has quit [Quit: Leaving]
jxpx777 has joined #ruby-lang
vlad_starkov has quit [Ping timeout: 240 seconds]
toastynerd has joined #ruby-lang
jxpx777 has quit [Ping timeout: 252 seconds]
BucOder has joined #ruby-lang
dingus_khan has quit [Remote host closed the connection]
jxpx777 has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
mister_integer has quit [Remote host closed the connection]
Lewix has joined #ruby-lang
ruskie has joined #ruby-lang
jxpx777 has quit [Ping timeout: 260 seconds]
Lewix has quit [Ping timeout: 264 seconds]
knu has quit [Ping timeout: 252 seconds]
dnewkerk-keyz has joined #ruby-lang
jxpx777 has joined #ruby-lang
mistym has joined #ruby-lang
DevDoo has joined #ruby-lang
jxpx777 has quit [Ping timeout: 245 seconds]
zz_dlu has quit [Ping timeout: 240 seconds]
grassdog has quit [Quit: Linkinus - http://linkinus.com]
jxpx777 has joined #ruby-lang
amclain has quit [Quit: Leaving]
GaelanAintAround has quit [Ping timeout: 240 seconds]
ur5us_ has quit [Remote host closed the connection]
amclain has joined #ruby-lang
heftig has quit [Quit: Quitting]
jxpx777 has quit [Ping timeout: 252 seconds]
toastynerd has quit [Remote host closed the connection]
amclain has quit [Client Quit]
jxpx777 has joined #ruby-lang
|jemc| has quit [Ping timeout: 252 seconds]
DevDoo has quit [Ping timeout: 252 seconds]
yfeldblum has joined #ruby-lang
phuesler has joined #ruby-lang
mister_integer has joined #ruby-lang
Guest70190 has quit [Remote host closed the connection]
BucOder has quit [Quit: Computer has gone to sleep.]
jxpx777 has quit [Ping timeout: 255 seconds]
charliesome has joined #ruby-lang
mister_integer has quit [Ping timeout: 252 seconds]
apeiros has joined #ruby-lang
pixelhandler has joined #ruby-lang
jxpx777 has joined #ruby-lang
matp has quit [Quit: ZZZzzz…]
mykoweb has quit [Remote host closed the connection]
phuesler has quit [Quit: phuesler]
mykoweb has joined #ruby-lang
centrx has joined #ruby-lang
jxpx777 has quit [Ping timeout: 240 seconds]
_ht has joined #ruby-lang
GaelanAintAround has joined #ruby-lang
zz_dlu has joined #ruby-lang
ledestin has quit [Ping timeout: 240 seconds]
mykoweb has quit [Ping timeout: 240 seconds]
wallerdev has joined #ruby-lang
[spoiler] has joined #ruby-lang
Cakey has quit [Ping timeout: 245 seconds]
zz_dlu has quit [Ping timeout: 252 seconds]
GaelanAintAround has quit [Ping timeout: 265 seconds]
canton7 has quit [Remote host closed the connection]
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby-lang
willmarshall has joined #ruby-lang
dingus_khan has joined #ruby-lang
spajus has quit [Quit: This computer has gone to sleep]
apeiros has quit [Ping timeout: 252 seconds]
Coincidental has quit [Remote host closed the connection]
relix has joined #ruby-lang
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dingus_khan has quit [Ping timeout: 240 seconds]
jhass|off is now known as jhass
khaase has joined #ruby-lang
zz_dlu has joined #ruby-lang
GaelanAintAround has joined #ruby-lang
postmodern has quit [Quit: Leaving]
tbuehlmann has joined #ruby-lang
canton7 has joined #ruby-lang
rahul_j has joined #ruby-lang
zz_dlu has quit [Ping timeout: 245 seconds]
khaase has quit [Ping timeout: 265 seconds]
mujtabahussain has quit [Ping timeout: 245 seconds]
GaelanAintAround has quit [Ping timeout: 264 seconds]
spajus has joined #ruby-lang
michd is now known as MichD
khaase has joined #ruby-lang
toastynerd has joined #ruby-lang
spajus has quit [Client Quit]
khaase_ has joined #ruby-lang
khaase has quit [Ping timeout: 265 seconds]
ddv has quit [Changing host]
ddv has joined #ruby-lang
phansch has joined #ruby-lang
mistym has quit [Remote host closed the connection]
mistym has joined #ruby-lang
matp has joined #ruby-lang
apeiros has joined #ruby-lang
DevDoo has joined #ruby-lang
mistym has quit [Ping timeout: 264 seconds]
arooni-mobile has quit [Ping timeout: 265 seconds]
centrx has quit [Quit: All this computer hacking is making me thirsty]
zz_dlu has joined #ruby-lang
GaelanAintAround has joined #ruby-lang
charliesome has joined #ruby-lang
DevDoo has quit [Ping timeout: 240 seconds]
gix has quit [Ping timeout: 252 seconds]
marcdel has quit []
mujtabahussain has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
gal_steinitz has quit [Ping timeout: 240 seconds]
Gabri has joined #ruby-lang
pixelhandler has quit [Quit: pixelhandler]
GaelanAintAround has quit [Quit: Bye!]
zz_dlu has quit [Quit: ZNC - http://znc.in]
gix has joined #ruby-lang
vlad_starkov has joined #ruby-lang
marcdel has joined #ruby-lang
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
gal_steinitz has joined #ruby-lang
gix- has joined #ruby-lang
vlad_sta_ has joined #ruby-lang
vlad_starkov has quit [Read error: Connection reset by peer]
gix has quit [Ping timeout: 276 seconds]
marcdel has quit [Ping timeout: 252 seconds]
mujtabahussain has quit [Ping timeout: 240 seconds]
zz_dlu has joined #ruby-lang
vlad_sta_ has quit [Client Quit]
GaelanAintAround has joined #ruby-lang
gix has joined #ruby-lang
gix- has quit [Ping timeout: 252 seconds]
mujtabahussain has joined #ruby-lang
marcdel has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
woollyams has joined #ruby-lang
yfeldblu_ has joined #ruby-lang
ryez has quit [Ping timeout: 240 seconds]
dingus_khan has joined #ruby-lang
dingus_k_ has joined #ruby-lang
GBrawl has joined #ruby-lang
yfeldblum has quit [Ping timeout: 265 seconds]
dingus_khan has quit [Ping timeout: 240 seconds]
ta has joined #ruby-lang
toastynerd has joined #ruby-lang
dingus_k_ has quit [Ping timeout: 245 seconds]
knu has joined #ruby-lang
mujtabahussain has quit [Ping timeout: 276 seconds]
arBmind has joined #ruby-lang
cnivolle has joined #ruby-lang
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
knu has quit [Ping timeout: 252 seconds]
arBmind has quit [Ping timeout: 276 seconds]
gal_steinitz has quit [Quit: leaving]
elabs-developer has joined #ruby-lang
Burgestrand has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
woollyams has quit [Ping timeout: 252 seconds]
ironhide_604 has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
tdy has quit [Ping timeout: 252 seconds]
yfeldblu_ has quit [Remote host closed the connection]
rahul_j has joined #ruby-lang
yfeldblum has joined #ruby-lang
vondruch has joined #ruby-lang
tdy has joined #ruby-lang
DevDoo has joined #ruby-lang
GBrawl has quit [Ping timeout: 265 seconds]
GBrawl has joined #ruby-lang
centrx has joined #ruby-lang
cycorld has joined #ruby-lang
Cakey has joined #ruby-lang
oetjenj has joined #ruby-lang
arBmind has joined #ruby-lang
centrx has quit [Quit: All this computer hacking is making me thirsty]
DevDoo has quit [Ping timeout: 258 seconds]
ta has quit [Remote host closed the connection]
benlovell has joined #ruby-lang
willmarshall has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mikecmpbll has joined #ruby-lang
allomov has joined #ruby-lang
Fushi has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
dingus_khan has joined #ruby-lang
robbyoconnor has joined #ruby-lang
adphillips has joined #ruby-lang
<yorickpeterse> morning
ledestin has joined #ruby-lang
kirin` has quit [Ping timeout: 245 seconds]
elia has joined #ruby-lang
kirin` has joined #ruby-lang
arBmind has quit [Ping timeout: 252 seconds]
dingus_khan has quit [Ping timeout: 240 seconds]
vondruch has quit [Quit: Ex-Chat]
benlovell has quit [Ping timeout: 276 seconds]
allomov has quit [Remote host closed the connection]
frobrob has joined #ruby-lang
vondruch has joined #ruby-lang
robmiller has joined #ruby-lang
cnivolle has quit [Remote host closed the connection]
cnivolle has joined #ruby-lang
cnivolle has quit [Ping timeout: 265 seconds]
allomov has joined #ruby-lang
benlovell has joined #ruby-lang
Averna has quit [Quit: Leaving.]
zz_nopc0de is now known as nopc0de
jhass is now known as jhass|off
cycorld has quit []
cnivolle has joined #ruby-lang
Gabri has quit [Remote host closed the connection]
benlovell has quit [Ping timeout: 252 seconds]
cnivolle_ has joined #ruby-lang
arBmind has joined #ruby-lang
benlovell has joined #ruby-lang
khaase_ has quit [Read error: Connection reset by peer]
khaase has joined #ruby-lang
khaase has joined #ruby-lang
cnivolle has quit [Ping timeout: 265 seconds]
GBrawl has quit [Quit: Computer has gone to sleep.]
jhass|off is now known as jhass
GBrawl has joined #ruby-lang
mister_integer has joined #ruby-lang
toastynerd has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has joined #ruby-lang
phuesler has joined #ruby-lang
spajus has joined #ruby-lang
mister_integer has quit [Ping timeout: 264 seconds]
toastynerd has quit [Ping timeout: 258 seconds]
canton7-mac has joined #ruby-lang
canton7-mac has quit [Client Quit]
<yorickpeterse> ?
allomov has quit [Remote host closed the connection]
kyb3r_ has quit [Read error: Connection reset by peer]
DevDoo has joined #ruby-lang
kyb3r_ has joined #ruby-lang
robmiller has quit [Quit: Leaving.]
rahul_j has quit [Quit: rahul_j]
Coincidental has joined #ruby-lang
junkmechanic_ has joined #ruby-lang
toastynerd has joined #ruby-lang
banister has joined #ruby-lang
mister_integer has joined #ruby-lang
rahul_j has joined #ruby-lang
Coincidental has quit [Remote host closed the connection]
relix has joined #ruby-lang
DevDoo has quit [Ping timeout: 252 seconds]
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
phuesler has quit [Quit: phuesler]
mister_integer has quit [Ping timeout: 258 seconds]
marcdel has quit []
dingus_khan has joined #ruby-lang
<yorickpeterse> drbrain: ping
relix has quit [Quit: Textual IRC Client: www.textualapp.com]
dingus_khan has quit [Ping timeout: 276 seconds]
relix has joined #ruby-lang
Cakey has quit [Ping timeout: 252 seconds]
marr has joined #ruby-lang
cnivolle has joined #ruby-lang
phuesler has joined #ruby-lang
cnivoll__ has joined #ruby-lang
cnivoll__ has quit [Client Quit]
cnivolle_ has quit [Ping timeout: 265 seconds]
cnivolle has quit [Ping timeout: 245 seconds]
cnivolle has joined #ruby-lang
Gabri has joined #ruby-lang
knu has joined #ruby-lang
phuesler has quit [Quit: phuesler]
phuesler has joined #ruby-lang
tkuchiki_ has joined #ruby-lang
tkuchiki has quit [Ping timeout: 258 seconds]
Squarepy has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
robmiller has joined #ruby-lang
jmeeuwen has quit [Ping timeout: 252 seconds]
GBrawl has quit [Quit: Computer has gone to sleep.]
rus_rub has joined #ruby-lang
<rus_rub> добрый день! есть кто живой?
havenwood has quit []
<ari-_-e> english plz
<rus_rub> Good day, I need help on inheritance modules if this is possible in Ruby
thomasxie has joined #ruby-lang
<yorickpeterse> You can not inherit modules in Ruby
<yorickpeterse> You can only inherit classes
mfmfmfmfmfmf has joined #ruby-lang
nopc0de is now known as zz_nopc0de
<rus_rub> How can I be if I connect gem "writeexcel", it is the method that I need to change or add a new method?
t4nk937 has joined #ruby-lang
<t4nk937> hello
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<t4nk937> i have a question
<t4nk937> before %w(INDI NAME) do |data| @name = data puts @name end puts @name
<yorickpeterse> rus_rub: that question makes zero sense
zz_nopc0de is now known as nopc0de
adphillips has quit [Ping timeout: 240 seconds]
<yorickpeterse> rus_rub: Please do not transfer anything to me using xfers
<yorickpeterse> Ask your questions in here instead
t4nk937 has quit [Ping timeout: 240 seconds]
DevDoo has joined #ruby-lang
<rus_rub> Well, and have the opportunity to write your method for gem?
<yorickpeterse> what?
mud has joined #ruby-lang
<mud> hey, i have a question: http://pastebin.com/rnpS0MET
mud is now known as Guest98973
WishBoy has quit [Remote host closed the connection]
<yorickpeterse> musl: what is your question?
<yorickpeterse> errr
<yorickpeterse> Guest98973:
adphillips has joined #ruby-lang
<Guest98973> http://pastebin.com/rnpS0MET why is the puts in line 26 a string, and the puts in line 28 empty?
<yorickpeterse> Hard to tell, perhaps before() clears it out?
DevDoo has quit [Ping timeout: 252 seconds]
thomasxie has quit [Ping timeout: 264 seconds]
thomasxie1 has joined #ruby-lang
<Guest98973> i need to get the information collected in the before block out of there
<Guest98973> it seems that im working on 2 different name objects
tkuchiki_ has quit [Remote host closed the connection]
luiz_ has joined #ruby-lang
dingus_khan has joined #ruby-lang
luiz__ has quit [Ping timeout: 240 seconds]
phuesler has quit [Quit: phuesler]
dingus_khan has quit [Ping timeout: 258 seconds]
Guest98973 has quit [Quit: Page closed]
frzng has joined #ruby-lang
Caius has joined #ruby-lang
mfmfmfmfmfmf has quit [Remote host closed the connection]
D9 has quit [Ping timeout: 252 seconds]
Willox_ has quit [Ping timeout: 245 seconds]
sonne_ is now known as sonne
sonne has quit [Changing host]
sonne has joined #ruby-lang
Willox_ has joined #ruby-lang
Gabri has quit [Ping timeout: 264 seconds]
ta has joined #ruby-lang
banister has joined #ruby-lang
Miphix has quit [Quit: Leaving]
allomov has joined #ruby-lang
mfmfmfmfmfmf has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
phuesler has joined #ruby-lang
Lewix has joined #ruby-lang
shashin has joined #ruby-lang
shashin has quit [Remote host closed the connection]
kyb3r_ has quit [Read error: Connection reset by peer]
shashin has joined #ruby-lang
shashin has quit [Changing host]
shashin has joined #ruby-lang
heftig has joined #ruby-lang
kitak has quit [Remote host closed the connection]
momomomomo has joined #ruby-lang
[spoiler] has quit [Quit: Leaving]
Lewix has quit [Remote host closed the connection]
Lewix has joined #ruby-lang
phuesler has quit [Quit: phuesler]
Lewix has quit [Read error: Connection reset by peer]
stamina has joined #ruby-lang
Lewix has joined #ruby-lang
allomov has quit [Remote host closed the connection]
DevDoo has joined #ruby-lang
mfmfmfmfmfmf has quit [Remote host closed the connection]
Lewix has quit [Ping timeout: 265 seconds]
Miphix has joined #ruby-lang
rus_rub has quit [Ping timeout: 240 seconds]
dingus_khan has joined #ruby-lang
GBrawl has joined #ruby-lang
dingus_khan has quit [Ping timeout: 240 seconds]
yfeldblum has quit [Ping timeout: 240 seconds]
jmeeuwen has joined #ruby-lang
symm- has joined #ruby-lang
pabs has quit [Ping timeout: 240 seconds]
pabs has joined #ruby-lang
mfmfmfmfmfmf has joined #ruby-lang
benlovell has quit [Ping timeout: 265 seconds]
dnewkerk-keyz has quit [Quit: dnewkerk-keyz]
snsei has quit [Ping timeout: 252 seconds]
<yorickpeterse> http://www.w3.org/TR/2014/REC-emotionml-20140522/ heh, for a second I thought this might've been a joke
<yorickpeterse> But it actually looks interesting
snsei has joined #ruby-lang
thomasxie1 has quit [Ping timeout: 252 seconds]
maoko has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
thomasxie has joined #ruby-lang
thomasxie has quit [Remote host closed the connection]
thomasxie has joined #ruby-lang
nopc0de is now known as zz_nopc0de
zz_nopc0de is now known as nopc0de
<whitequark> it *is* a joke, regardless of original intention
yfeldblum has joined #ruby-lang
ironhide_604 has quit [Ping timeout: 252 seconds]
relix has joined #ruby-lang
<whitequark> similarly to that insane proposal to wrap all of the web in rdf, whatever it was callde
<whitequark> called*
relix has quit [Client Quit]
<yorickpeterse> Actually I'm pretty sure emotionml is seriouys
<yorickpeterse> * serious
<yorickpeterse> also how's that flood coming along?
robmiller has quit [Quit: Leaving.]
yfeldblum has quit [Ping timeout: 258 seconds]
frzng has quit [Quit: frzng]
<whitequark> yorickpeterse: as I've said, whether its authors think it's serious is irrelevant
<whitequark> flood? hm, well, it mostly dried up
<whitequark> the innards of my vacuum are probably all still wet
<yorickpeterse> I wonder what was going through your mind when you picked a vacuum for the job
<whitequark> "I need to get this shit as far from the electronics as quickly as possible"
<whitequark> "OMG OUT OF PAPER TOWELS"
<whitequark> "look, a vacuum"
<whitequark> in hindsight I should've just placed a bucket under the table
<whitequark> coolant is a PITA. acrylic is easy, it can be milled with just water
<whitequark> say, milling steel requires *oil*
<whitequark> *that* is messy.
<whitequark> (if you don't cool it, it work-hardens and then your tool breaks)
<yorickpeterse> Or just get a mop and mop it into the hallway
<yorickpeterse> like everybody else does
<whitequark> hallway?
<whitequark> well
<whitequark> and then slip on the wet floor and crack my skull or something?
<whitequark> I did that three times already, I'll be happy to not have it fourth
<whitequark> (not cracked my skull, just had a concussion. still nasty)
jhass is now known as jhass|off
phuesler has joined #ruby-lang
DevDoo has quit [Ping timeout: 240 seconds]
kith has joined #ruby-lang
ldnunes has joined #ruby-lang
jhass|off is now known as jhass
alex-quiterio has joined #ruby-lang
<yorickpeterse> I think the only injury I ever had of that caliber was an arm concussion
lee-jon has joined #ruby-lang
<yorickpeterse> And maybe that time where my right arm was cut pretty badly in a car accident
GBrawl has quit [Quit: Computer has gone to sleep.]
MindfulMonk has quit [Ping timeout: 240 seconds]
MindfulMonk has joined #ruby-lang
Squarepy has quit [Quit: Leaving]
robmiller has joined #ruby-lang
momomomomo has quit [Remote host closed the connection]
momomomomo has joined #ruby-lang
lee-jon has quit [Quit: lee-jon]
snsei has quit [Remote host closed the connection]
snsei has joined #ruby-lang
francisfish has joined #ruby-lang
MindfulMonk has quit [Ping timeout: 240 seconds]
MindfulMonk has joined #ruby-lang
lee-jon has joined #ruby-lang
alexju has joined #ruby-lang
alexju has quit [Remote host closed the connection]
<whitequark> "arm concussion" ?
yfeldblum has joined #ruby-lang
<yorickpeterse> yeah somewhere on/in my arm, can't remember
<yorickpeterse> wait, is that even the right term
mister_integer has joined #ruby-lang
<yorickpeterse> Ah, "contusion"
<yorickpeterse> slightly different
jgpawletko has joined #ruby-lang
symm- has quit [Ping timeout: 245 seconds]
simono has joined #ruby-lang
ari-_-e has quit [Read error: Connection reset by peer]
nofxx_ has quit [Ping timeout: 265 seconds]
yfeldblum has quit [Ping timeout: 264 seconds]
vpretzel has joined #ruby-lang
benlovell has joined #ruby-lang
mister_integer has quit [Ping timeout: 240 seconds]
nathanstitt has joined #ruby-lang
miqui has joined #ruby-lang
simono has quit [Quit: Textual IRC Client: www.textualapp.com]
lee-jon has quit [Quit: lee-jon]
simono has joined #ruby-lang
karamazov has joined #ruby-lang
yock has joined #ruby-lang
mykoweb has joined #ruby-lang
workmad3 has joined #ruby-lang
lucas has quit [Remote host closed the connection]
lee-jon has joined #ruby-lang
banister has joined #ruby-lang
ari-_-e has joined #ruby-lang
vondruch has quit [Read error: Connection reset by peer]
vondruch has joined #ruby-lang
workmad3 has quit [Ping timeout: 245 seconds]
alex-quiterio has left #ruby-lang [#ruby-lang]
dingus_khan has joined #ruby-lang
GBrawl has joined #ruby-lang
cored has joined #ruby-lang
cored has quit [Changing host]
cored has joined #ruby-lang
mfmfmfmfmfmf has quit [Remote host closed the connection]
mfmfmfmfmfmf has joined #ruby-lang
stamina has quit [Ping timeout: 240 seconds]
nathanstitt has quit [Quit: I growing sleepy]
mister_integer has joined #ruby-lang
dingus_khan has quit [Ping timeout: 258 seconds]
alexju has joined #ruby-lang
mfmfmfmfmfmf has quit [Ping timeout: 264 seconds]
shinnya has joined #ruby-lang
mister_integer has quit [Ping timeout: 258 seconds]
frobrob has quit [Ping timeout: 240 seconds]
snsei has quit [Remote host closed the connection]
yock_ has joined #ruby-lang
jhass is now known as jhass|off
phuesler has quit [Quit: phuesler]
snsei has joined #ruby-lang
snsei has quit [Remote host closed the connection]
yock has quit [Ping timeout: 264 seconds]
snsei has joined #ruby-lang
lucas_ has joined #ruby-lang
nertzy has quit [Ping timeout: 245 seconds]
john3213 has joined #ruby-lang
snk has joined #ruby-lang
lucas_ is now known as lucas
lucas has quit [Changing host]
lucas has joined #ruby-lang
snsei has quit [Remote host closed the connection]
AncientAmateur has joined #ruby-lang
lee-jon has quit [Quit: lee-jon]
shashin has quit [Remote host closed the connection]
nathanstitt has joined #ruby-lang
phuesler has joined #ruby-lang
john3213 has left #ruby-lang [#ruby-lang]
yfeldblum has joined #ruby-lang
luiz_ has quit [Ping timeout: 265 seconds]
luiz_ has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
yfeldblum has quit [Ping timeout: 265 seconds]
frzng has joined #ruby-lang
marr has quit [Ping timeout: 245 seconds]
jsullivandigs has joined #ruby-lang
lee-jon has joined #ruby-lang
dik_dak has joined #ruby-lang
maoko has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bubodlac has quit [Read error: Connection reset by peer]
bubodlack has joined #ruby-lang
jdoes has joined #ruby-lang
dingus_khan has joined #ruby-lang
loincloth has joined #ruby-lang
mfmfmfmfmfmf has joined #ruby-lang
dingus_khan has quit [Ping timeout: 276 seconds]
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
hrs has joined #ruby-lang
enebo has joined #ruby-lang
symm- has joined #ruby-lang
yock_ is now known as yock
lele|2 has quit [Remote host closed the connection]
<yorickpeterse> Oh hey, this one review website we scrape now has 4 distinctive review date formats
<yorickpeterse> '%d/%m/%y', '%m/%d/%y', '%y-%m-%d' and '%d.%m.%Y' to be exact
<apeiros> oy, yorickpeterse - seen https://twitter.com/burkelibbey/status/469699598408097794 ? :)
arooni-mobile has joined #ruby-lang
ta has quit [Quit: Leaving...]
<epitron> apeiros: hahah
ironhide_604 has joined #ruby-lang
banister has joined #ruby-lang
snk has left #ruby-lang [#ruby-lang]
centrx has joined #ruby-lang
centrx has quit [Client Quit]
shinnya has quit [Ping timeout: 240 seconds]
hrs has quit [Quit: Textual IRC Client: www.textualapp.com]
arooni-mobile has quit [Read error: Connection reset by peer]
<yorickpeterse> lol less than 2GB
<yorickpeterse> That's not exactly a good measurement
<yorickpeterse> They should try something closer to 100GB
<yorickpeterse> or is this about compression opposed to amounts?
<apeiros> yorickpeterse: no idea. I only saw the tweet.
<yorickpeterse> See, Mongo in general is ok-ish for smaller sizes
<yorickpeterse> But there's basically an event horizon
<yorickpeterse> A point where it just sits on its fat ass and refuses to do anything for you
x0f has quit [Ping timeout: 240 seconds]
mister_integer has joined #ruby-lang
maoko has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
adphillips has quit []
lee-jon has quit [Quit: lee-jon]
danijoo has quit [Ping timeout: 252 seconds]
mykoweb has joined #ruby-lang
x0f has joined #ruby-lang
nofxx has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx_ has joined #ruby-lang
nofxx_ has quit [Changing host]
nofxx_ has joined #ruby-lang
mister_integer has quit [Ping timeout: 240 seconds]
mykoweb has quit [Ping timeout: 240 seconds]
nofxx has quit [Ping timeout: 276 seconds]
marcdel has joined #ruby-lang
arooni-mobile has joined #ruby-lang
arooni-mobile has quit [Max SendQ exceeded]
arooni-mobile has joined #ruby-lang
jhass|off is now known as jhass
marcdel_ has joined #ruby-lang
toastynerd has joined #ruby-lang
marcdel has quit [Ping timeout: 240 seconds]
mikecmpbll has quit [Quit: i've nodded off.]
spajus has quit [Quit: This computer has gone to sleep]
danijoo has joined #ruby-lang
mbj has joined #ruby-lang
Burgestrand has quit [Quit: Burgestrand]
elabs-developer has quit [Quit: elabs-developer]
Rylee has quit [Max SendQ exceeded]
<dacamp> Does Mongo really have a fat ass (high overhead)?
dingus_khan has joined #ruby-lang
grassdog has joined #ruby-lang
grassdog has quit [Client Quit]
Kabaka has quit [Ping timeout: 240 seconds]
nopc0de is now known as zz_nopc0de
ghg has joined #ruby-lang
marcdel_ has quit []
cnivolle has quit [Remote host closed the connection]
<momomomomo> dacamp: #mongodb
diegoviola has joined #ruby-lang
zz_nopc0de is now known as nopc0de
cnivolle has joined #ruby-lang
mistym has joined #ruby-lang
sarkyniin has joined #ruby-lang
dingus_khan has quit [Ping timeout: 265 seconds]
Rylee has joined #ruby-lang
mbj_ has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
Rylee has quit [Client Quit]
Rylee has joined #ruby-lang
mistym has quit [Remote host closed the connection]
marcdel has joined #ruby-lang
cnivolle has quit [Ping timeout: 265 seconds]
heftig has quit [Quit: Quitting]
marcdel_ has joined #ruby-lang
mbj has quit [Ping timeout: 264 seconds]
nathanstitt has quit [Quit: I growing sleepy]
marcdel has quit [Ping timeout: 258 seconds]
luiz_ has quit [Read error: Connection reset by peer]
luiz_ has joined #ruby-lang
nathanstitt has joined #ruby-lang
francisfish has quit []
D9 has joined #ruby-lang
nofxx_ has quit [Ping timeout: 258 seconds]
D9 has quit [Read error: Connection reset by peer]
vondruch has quit [Ping timeout: 252 seconds]
jdoes has quit [Ping timeout: 252 seconds]
mistym has joined #ruby-lang
vpretzel has quit [Remote host closed the connection]
vpretzel has joined #ruby-lang
centrx has joined #ruby-lang
mbj_ has quit [Ping timeout: 245 seconds]
yfeldblum has joined #ruby-lang
vpretzel_ has joined #ruby-lang
apeiros has quit []
mister_integer has joined #ruby-lang
mister_integer has quit [Remote host closed the connection]
mister_integer has joined #ruby-lang
vpretzel has quit [Ping timeout: 252 seconds]
khaase has quit [Quit: Leaving...]
yfeldblum has quit [Ping timeout: 276 seconds]
hahuang65 has quit [Ping timeout: 258 seconds]
__butch__ has joined #ruby-lang
__butch__ has quit [Client Quit]
__butch__ has joined #ruby-lang
cnivolle has joined #ruby-lang
__butch__ has quit [Client Quit]
__butch__ has joined #ruby-lang
ironhide_604 has quit [Ping timeout: 245 seconds]
mannyt has joined #ruby-lang
Kabaka has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vpretzel_ is now known as vpretzel
phuesler has quit [Quit: phuesler]
thomasxie has quit [Quit: Leaving.]
mikecmpbll has joined #ruby-lang
AncientAmateur has quit [Remote host closed the connection]
phuesler has joined #ruby-lang
franzip has joined #ruby-lang
diegoviola has quit [Quit: WeeChat 0.4.3]
x0f has quit [Ping timeout: 252 seconds]
toastynerd has joined #ruby-lang
x0f has joined #ruby-lang
pixelhandler has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
wallerdev has joined #ruby-lang
thang_ has quit [Ping timeout: 240 seconds]
thang_ has joined #ruby-lang
marcdel_ has quit []
tkuchiki has joined #ruby-lang
jaimef has quit [Excess Flood]
jaimef has joined #ruby-lang
marr has joined #ruby-lang
mykoweb has joined #ruby-lang
jgpawletko is now known as jgpawletko_away
hahuang65 has joined #ruby-lang
cnivolle has quit [Remote host closed the connection]
cnivolle has joined #ruby-lang
elia has quit [Ping timeout: 264 seconds]
mister_integer has quit [Quit: Leaving...]
karamazov has quit [Remote host closed the connection]
symm-_ has joined #ruby-lang
symm- has quit [Ping timeout: 276 seconds]
benlovell has quit [Ping timeout: 240 seconds]
cnivolle_ has joined #ruby-lang
AncientAmateur has joined #ruby-lang
cnivolle has quit [Ping timeout: 265 seconds]
ascarter_ has joined #ruby-lang
sandbags has joined #ruby-lang
sandbags has joined #ruby-lang
sandbags has quit [Changing host]
mistym has quit [Remote host closed the connection]
wallerdev has quit [Quit: wallerdev]
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
AncientAmateur has quit [Ping timeout: 252 seconds]
maoko has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
symm- has joined #ruby-lang
toastynerd has joined #ruby-lang
symm-_ has quit [Ping timeout: 276 seconds]
mykoweb has quit [Ping timeout: 264 seconds]
maoko has joined #ruby-lang
mykoweb has joined #ruby-lang
brianpWins has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
Cakey has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
phuesler has quit [Quit: phuesler]
mykoweb_ has joined #ruby-lang
Miphix has quit [Quit: Leaving]
mykoweb has quit [Ping timeout: 240 seconds]
mfmfmfmfmfmf has quit [Remote host closed the connection]
mykoweb_ has quit [Read error: Connection reset by peer]
mykoweb has joined #ruby-lang
cnivolle_ has quit [Remote host closed the connection]
cnivolle has joined #ruby-lang
wallerdev has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
symm- has quit [Ping timeout: 252 seconds]
phuesler has joined #ruby-lang
mykoweb_ has joined #ruby-lang
mykoweb has quit [Read error: Connection reset by peer]
cnivolle has quit [Ping timeout: 265 seconds]
saarinen has joined #ruby-lang
hahuang65 has quit [Quit: WeeChat 0.4.3]
Cakey has quit [Ping timeout: 265 seconds]
havenwood has joined #ruby-lang
hahuang65 has joined #ruby-lang
symm- has joined #ruby-lang
symm- has quit [Read error: Connection reset by peer]
jgpawletko_away is now known as jgpawletko
wallerdev has quit [Quit: wallerdev]
hahuang6_ has joined #ruby-lang
AncientAmateur has joined #ruby-lang
hahuang65 has quit [Client Quit]
mykoweb_ has quit [Remote host closed the connection]
hahuang6_ has quit [Client Quit]
mykoweb has joined #ruby-lang
wallerdev has joined #ruby-lang
dingus_khan has joined #ruby-lang
wallerdev has quit [Client Quit]
yfeldblum has joined #ruby-lang
hahuang65 has joined #ruby-lang
mbj has joined #ruby-lang
mykoweb has quit [Ping timeout: 240 seconds]
dingus_khan has quit [Ping timeout: 240 seconds]
mykoweb has joined #ruby-lang
ta has joined #ruby-lang
hahuang65 has quit [Quit: Bye.]
wallerdev has joined #ruby-lang
hahuang65 has joined #ruby-lang
hahuang65 has quit [Max SendQ exceeded]
hahuang65 has joined #ruby-lang
hahuang65 has quit [Max SendQ exceeded]
hahuang65 has joined #ruby-lang
hahuang65 has quit [Max SendQ exceeded]
hahuang65 has joined #ruby-lang
hahuang65 has quit [Max SendQ exceeded]
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
saarinen has quit [Quit: saarinen]
sandbags has quit [Remote host closed the connection]
sandbags has joined #ruby-lang
postmodern has joined #ruby-lang
mykoweb has quit [Ping timeout: 264 seconds]
robmiller has quit [Quit: Leaving.]
sandbags has quit [Ping timeout: 245 seconds]
hahuang65 has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
ghg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mykoweb has joined #ruby-lang
loincloth has quit [Remote host closed the connection]
mistym has joined #ruby-lang
ghg has joined #ruby-lang
moogumbo has joined #ruby-lang
mistym_ has joined #ruby-lang
mistym has quit [Ping timeout: 265 seconds]
rh1n0 has joined #ruby-lang
arooni-mobile has quit [Ping timeout: 252 seconds]
BucOder has joined #ruby-lang
pr0ton_ has joined #ruby-lang
karamazov has joined #ruby-lang
centrx has quit [Quit: All this computer hacking is making me thirsty]
phuesler has quit [Quit: phuesler]
mistym_ is now known as mistym
nathanstitt has quit [Quit: I growing sleepy]
BucOder has quit [Quit: Computer has gone to sleep.]
tbuehlmann has quit [Quit: Leaving]
GBrawl has quit [Quit: Computer has gone to sleep.]
GBrawl has joined #ruby-lang
loincloth has joined #ruby-lang
dingus_khan has joined #ruby-lang
pr0ton_ has quit [Quit: pr0ton_]
stardiviner has quit [Quit: my website: http://stardiviner.dyndns-blog.com/]
ari-_-e has quit [Read error: Connection reset by peer]
saarinen has joined #ruby-lang
BucOder has joined #ruby-lang
dingus_khan has quit [Ping timeout: 276 seconds]
pr0ton_ has joined #ruby-lang
nathanstitt has joined #ruby-lang
marcdel has joined #ruby-lang
marcdel has quit [Max SendQ exceeded]
marcdel has joined #ruby-lang
marcdel has quit [Max SendQ exceeded]
karamazov has quit [Remote host closed the connection]
robmiller has joined #ruby-lang
marcdel has joined #ruby-lang
Guest72922 has joined #ruby-lang
Fushi has quit [Quit: Connection closed for inactivity]
mistym has quit [Quit: Leaving...]
franzip has quit [Quit: ...]
mbj has quit [Quit: Lost terminal]
mfmfmfmfmfmf has joined #ruby-lang
BucOder has quit [Quit: Computer has gone to sleep.]
mistym has joined #ruby-lang
Guest72922 has quit [Quit: WeeChat 0.4.2]
mfmfmfmfmfmf has quit []
tbuehlmann has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
pr0ton_ has quit [Quit: pr0ton_]
centrx has joined #ruby-lang
BucOder has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
momomomomo has joined #ruby-lang
BucOder has quit [Quit: Computer has gone to sleep.]
dingus_khan has joined #ruby-lang
robmiller has quit [Quit: Leaving.]
rh1n0 has quit [Ping timeout: 276 seconds]
ghg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dingus_khan has quit [Ping timeout: 265 seconds]
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
havenwood has quit []
mykoweb has quit [Ping timeout: 245 seconds]
robmiller has joined #ruby-lang
centrx has quit [Quit: All this computer hacking is making me thirsty]
mykoweb has joined #ruby-lang
_ht has quit [Remote host closed the connection]
wallerdev has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
maoko has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mykoweb has quit [Ping timeout: 265 seconds]
yalue has quit [Quit: Leaving]
snsei has joined #ruby-lang
ghg has joined #ruby-lang
maoko has joined #ruby-lang
ghg has quit [Remote host closed the connection]
ghg has joined #ruby-lang
havenwood has joined #ruby-lang
snsei has quit [Remote host closed the connection]
yubrew has quit [Remote host closed the connection]
yubrew has joined #ruby-lang
snsei has joined #ruby-lang
dnewkerk-keyz has joined #ruby-lang
dingus_khan has joined #ruby-lang
maoko has quit [Quit: Textual IRC Client: www.textualapp.com]
jhass is now known as jhass|off
jxie has quit [Ping timeout: 252 seconds]
jxie has joined #ruby-lang
jdoes has joined #ruby-lang
dingus_k_ has joined #ruby-lang
jdoes is now known as omosoj
dingus_khan has quit [Read error: Connection reset by peer]
robmiller has quit [Quit: Leaving.]
allomov has joined #ruby-lang
allomov has quit [Client Quit]
x0f has quit [Ping timeout: 265 seconds]
x0f has joined #ruby-lang
spuk has joined #ruby-lang
omosoj has quit [Ping timeout: 252 seconds]
tbuehlmann has quit [Remote host closed the connection]
symm- has joined #ruby-lang
workmad3 has joined #ruby-lang
amerine has quit [Quit: Textual IRC Client: www.textualapp.com]
amerine has joined #ruby-lang
heftig has joined #ruby-lang
snsei has quit [Remote host closed the connection]
toastynerd has quit [Remote host closed the connection]
x0f has quit [Ping timeout: 252 seconds]
x0f has joined #ruby-lang
sepp2k has joined #ruby-lang
omosoj has joined #ruby-lang
marcdel has quit []
crudson has quit [Quit: Leaving.]
workmad3 has quit [Ping timeout: 252 seconds]
marcdel has joined #ruby-lang
toastynerd has joined #ruby-lang
workmad3 has joined #ruby-lang
phansch has quit [Quit: WeeChat 0.4.3]
AncientAmateur has quit [Remote host closed the connection]
GBrawl has quit [Quit: Computer has gone to sleep.]
moogumbo has quit [Quit: Updating details, brb]
moogumbo has joined #ruby-lang
workmad3 has quit [Ping timeout: 265 seconds]
ldnunes has quit [Quit: Leaving]
loincloth has quit []
ghg has quit [Read error: Connection reset by peer]
ghg has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
momomomomo has joined #ruby-lang
chouhoulis has quit [Ping timeout: 240 seconds]
RobertBirnie has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
ari-_-e has joined #ruby-lang
robmiller has joined #ruby-lang
vpretzel has quit [Quit: Adios!]
ur5us has joined #ruby-lang
GBrawl has joined #ruby-lang
enebo has quit [Quit: enebo]
marcdel has quit [Ping timeout: 264 seconds]
dingus_k_ has quit [Remote host closed the connection]
dik_dak has quit [Ping timeout: 252 seconds]
mykoweb has joined #ruby-lang
marcdel has joined #ruby-lang
marcdel has quit [Max SendQ exceeded]
marcdel has joined #ruby-lang
mykoweb has quit [Ping timeout: 240 seconds]
marcdel has quit [Max SendQ exceeded]
marcdel has joined #ruby-lang
kyb3r_ has joined #ruby-lang
marcdel has quit [Max SendQ exceeded]
marcdel has joined #ruby-lang
omosoj has quit [Quit: Leaving]
ghg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dik_dak has joined #ruby-lang
nofxx_ has joined #ruby-lang
sleepee has joined #ruby-lang
mykoweb has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
Sylvan has joined #ruby-lang
snsei has joined #ruby-lang
momomomomo has joined #ruby-lang
ta_ has joined #ruby-lang
jgpawletko has quit [Quit: jgpawletko]
momomomomo has quit [Client Quit]
marcdel has quit [Ping timeout: 264 seconds]
GBrawl_ has joined #ruby-lang
canton7 has quit [Ping timeout: 265 seconds]
canton7 has joined #ruby-lang
GBrawl has quit [Ping timeout: 265 seconds]
ta has quit [Ping timeout: 265 seconds]
lucas has quit [Ping timeout: 265 seconds]
junkmechanic_ has quit [Ping timeout: 265 seconds]
lucas has joined #ruby-lang
junkmechanic_ has joined #ruby-lang
GBrawl_ has quit [Quit: Computer has gone to sleep.]
cnivolle has joined #ruby-lang
yock has quit [Ping timeout: 264 seconds]
shinnya has joined #ruby-lang
Willox_ has quit [Ping timeout: 245 seconds]
__butch__ has quit [Quit: Leaving.]
GBrawl_ has joined #ruby-lang
moogumbo has quit [Ping timeout: 264 seconds]
Willox_ has joined #ruby-lang
Sylvan has quit [Quit: leaving]
moogumbo has joined #ruby-lang
Sylvan has joined #ruby-lang
<naquad> is there something like sinatra, but less ugly and buggy?
symm- has quit [Quit: Leaving...]
<havenwood> naquad: Hobbit is more minimalist, or NYNY is a subset.
centrx has joined #ruby-lang
<havenwood> naquad: Also consider Cuba, Ramaze, Scorched and Lotus.
<naquad> nyny seems to do the trick
<naquad> thanks
thomasxie has joined #ruby-lang
marcdel has joined #ruby-lang
marcdel has quit [Max SendQ exceeded]
marcdel has joined #ruby-lang
Sylvan has quit [Quit: leaving]
cnivolle has quit [Remote host closed the connection]
cnivolle has joined #ruby-lang
SteveG has joined #ruby-lang
brianpWins has quit [Quit: brianpWins]
SteveG has left #ruby-lang [#ruby-lang]
marcdel has quit [Ping timeout: 264 seconds]
dingus_khan has joined #ruby-lang
cnivolle has quit [Ping timeout: 245 seconds]
havenwood has quit []
cnivolle has joined #ruby-lang
sleepee has quit [Quit: Leaving]
dingus_khan has quit [Ping timeout: 252 seconds]
marcdel has joined #ruby-lang
marcdel has quit [Max SendQ exceeded]
marcdel has joined #ruby-lang
dingus_khan has joined #ruby-lang
frobrob has joined #ruby-lang
robmiller has quit [Quit: Leaving.]
robmiller has joined #ruby-lang
pixelhandler has quit [Quit: pixelhandler]
zenspider_ is now known as zenspider
GBrawl_ has quit [Quit: Lingo - http://lingoirc.com]
marcdel has quit [Ping timeout: 252 seconds]
nertzy has joined #ruby-lang
cnivolle has quit [Remote host closed the connection]
cnivolle has joined #ruby-lang
mannyt has quit [Quit: Connection closed for inactivity]
marcdel has joined #ruby-lang
marcdel has quit [Client Quit]
ur5us has quit [Remote host closed the connection]
devgiant has joined #ruby-lang
dingus_khan has quit [Remote host closed the connection]
cnivolle has quit [Ping timeout: 265 seconds]
MichD is now known as michd
snsei has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
cnivolle has joined #ruby-lang
snsei has joined #ruby-lang
arooni-mobile has joined #ruby-lang
devgiant has quit [Quit: Leaving]
dingus_khan has joined #ruby-lang
nopc0de is now known as zz_nopc0de
brianpWins has joined #ruby-lang
aef has quit [Read error: Connection reset by peer]
marr has quit []
nofxx has quit [Remote host closed the connection]
nofxx has joined #ruby-lang
crudson has joined #ruby-lang
nofxx has quit [Ping timeout: 252 seconds]
dik_dak has quit [Quit: Leaving]
zz_nopc0de is now known as nopc0de
mykoweb has quit [Remote host closed the connection]
robmiller has quit [Quit: Leaving.]
mykoweb has joined #ruby-lang
hahuang65 has quit [Quit: Away.]
mykoweb has quit [Ping timeout: 240 seconds]
alexju has quit [Remote host closed the connection]
saarinen has quit [Quit: saarinen]
toretore has quit [Quit: This computer has gone to sleep]
snsei has quit [Remote host closed the connection]
thomasxie has quit [Quit: Leaving.]
toastynerd has quit [Remote host closed the connection]
snsei has joined #ruby-lang
ascarter_ has quit [Ping timeout: 240 seconds]
sarkyniin has quit [Quit: Quitte]
mikecmpbll has quit [Quit: i've nodded off.]