apeiros changed the topic of #ruby-lang to: Nick registration required to talk || Ruby 2.0.0-p247: http://ruby-lang.org (Ruby 1.9.3-p448) || Paste >3 lines of text on http://gist.github.com
jeff_r has joined #ruby-lang
<micalexander> ok, dont think it will, but ill make sure
<drbrain> if it's part of a library used by others, the user may expect their inputs won't be modified
<drbrain> and most of the code I write is "library code"
<micalexander> well I had an issue doing multiple replaces on one string and need to gsub! cause it wouldn't stick
<drbrain> then you would need to chain gsubs (find_and_replaces)
<micalexander> example
<micalexander> ?
havenwood has quit [Remote host closed the connection]
micalexander has quit [Remote host closed the connection]
<drbrain> input = "abcde"; first = find_and_replace(input, /[aoeu]/, " vowel: '\\&'"); second = find_and_replace(first, /[^aoeu]/, " consonant: '\\&'")
micalexander has joined #ruby-lang
mdedetrich has quit [Quit: Computer has gone to sleep.]
<drbrain> as gsub:
<drbrain> ha, I can't vowel
<drbrain> "abcde".gsub(/[aeiou]/, " vowel: '\\&'").gsub(/[^aoeiu]/, " consonant: '\\&'")
micalexander has quit [Ping timeout: 272 seconds]
mistym has quit [Quit: Leaving]
majjoha has joined #ruby-lang
nathanstitt has joined #ruby-lang
nathanstitt has quit [Client Quit]
ssb123 has quit [Remote host closed the connection]
majjoha has quit [Ping timeout: 272 seconds]
ssb123 has joined #ruby-lang
<julian_> drbrain: Hi..I'm simply filling all my windows with spaces inorder to give them backgrounds. But I can't do this for the main default window
<julian_> asd
<julian_> drbrain: Hi..I'm simply filling all my windows with spaces inorder to give them backgrounds. But I can't do this for the main default window
jeff_r has quit [Remote host closed the connection]
<julian_> thought I wasn't logged in :P
jeff_r has joined #ruby-lang
<julian_> Anyway, I can't run maxx maxy (needed to find how many spaces I need) on the default window
<julian_> has to be win1.maxx
<julian_> can't be maxx on its own
mgberlin has joined #ruby-lang
<julian_> does the default window exist as an object?
hogeo has joined #ruby-lang
cored has quit [Ping timeout: 272 seconds]
ssb123 has quit [Ping timeout: 245 seconds]
hogeo has quit [Remote host closed the connection]
<drbrain> julian_: Curses.lines and Curses.cols
hogeo has joined #ruby-lang
jeff_r has quit [Ping timeout: 272 seconds]
<julian_> thankyoou
setmeaway has joined #ruby-lang
hogeo has quit [Ping timeout: 272 seconds]
enmand has quit [Ping timeout: 272 seconds]
andyhuynh has quit [Quit: andyhuynh]
tkuchiki has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
enmand has joined #ruby-lang
arBmind has quit [Ping timeout: 260 seconds]
arBmind has joined #ruby-lang
benlovell has joined #ruby-lang
musty has joined #ruby-lang
stardiviner has joined #ruby-lang
tkuchiki has quit [Ping timeout: 272 seconds]
benlovell has quit [Ping timeout: 272 seconds]
mmorga has joined #ruby-lang
mmorga has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
majjoha has joined #ruby-lang
hogeo has joined #ruby-lang
ninjago has quit [Remote host closed the connection]
ninjago has joined #ruby-lang
ssb123 has joined #ruby-lang
majjoha has quit [Ping timeout: 272 seconds]
andyhuynh has joined #ruby-lang
julweber_ has joined #ruby-lang
richardburton has joined #ruby-lang
ninjago has quit [Ping timeout: 265 seconds]
julweber_ has quit [Remote host closed the connection]
julweber_ has joined #ruby-lang
soba has joined #ruby-lang
julweber has quit [Ping timeout: 245 seconds]
julweber_ has quit [Ping timeout: 272 seconds]
soba has quit [Ping timeout: 265 seconds]
ruby-lang980 has joined #ruby-lang
andyhuynh has left #ruby-lang [#ruby-lang]
tkuchiki has joined #ruby-lang
soba has joined #ruby-lang
mistym has joined #ruby-lang
stardiviner has quit [Ping timeout: 272 seconds]
andyhuynh has joined #ruby-lang
andyhuynh has left #ruby-lang [#ruby-lang]
brianpWins has quit [Quit: brianpWins]
mannyt has quit [Quit: mannyt]
ruby-lang980 has quit [Ping timeout: 250 seconds]
cnivolle has quit [Remote host closed the connection]
bzalasky has joined #ruby-lang
cnivolle has joined #ruby-lang
jj_reddit4 has joined #ruby-lang
<jj_reddit4> when implementing a User resource, what's your thought process on implementing your MVC?
dhruvasagar has joined #ruby-lang
cnivolle has quit [Ping timeout: 264 seconds]
elia has quit [Quit: Computer has gone to sleep.]
majjoha has joined #ruby-lang
shinnya has quit [Ping timeout: 252 seconds]
eban has quit [Quit: WeeChat 0.4.0]
nathanstitt has joined #ruby-lang
lsegal has joined #ruby-lang
mdedetrich has joined #ruby-lang
banisterfiend has quit [Quit: Computer has gone to sleep.]
eban has joined #ruby-lang
majjoha has quit [Ping timeout: 260 seconds]
banisterfiend has joined #ruby-lang
jj_reddit4 has quit [Quit: jj_reddit4]
julian_ has quit [Ping timeout: 245 seconds]
Grimscribe has joined #ruby-lang
jxie has quit [Quit: leaving]
bzalasky has quit [Remote host closed the connection]
bzalasky has joined #ruby-lang
ldnunes has quit [Quit: Leaving]
jeff_r has joined #ruby-lang
jj_reddit4 has joined #ruby-lang
<jj_reddit4> Did anyone reply to the User resource question? My connection got cut off earlier
tylersmith has quit [Remote host closed the connection]
jxie has joined #ruby-lang
nisstyre has joined #ruby-lang
bzalasky has quit [Ping timeout: 246 seconds]
jeff_r has quit [Ping timeout: 260 seconds]
micalexander has joined #ruby-lang
mgberlin has left #ruby-lang [#ruby-lang]
bzalasky has joined #ruby-lang
hahuang61 has quit [Ping timeout: 272 seconds]
micalexander has quit [Ping timeout: 272 seconds]
jonahR has joined #ruby-lang
Coincidental has quit [Remote host closed the connection]
Coincidental has joined #ruby-lang
vlad_starkov has joined #ruby-lang
ninjago has joined #ruby-lang
majjoha has joined #ruby-lang
vlad_starkov has quit [Ping timeout: 252 seconds]
Coincidental has quit [Ping timeout: 252 seconds]
richardburton has quit [Quit: Leaving.]
Glass_saga has joined #ruby-lang
majjoha has quit [Ping timeout: 272 seconds]
jj_reddit4 has quit [Quit: jj_reddit4]
richardburton has joined #ruby-lang
macsplean has quit [Remote host closed the connection]
rickhull has joined #ruby-lang
<rickhull> drbrain, are you behind memegenerator.net, or just a client lib?
<rickhull> i'm getting .NET errors, just curious
symm- has quit [Ping timeout: 268 seconds]
richardburton has quit [Ping timeout: 245 seconds]
micalexander has joined #ruby-lang
<awkwords> some objects in my array are nil, how can i test to make sure all objects in the array are nil?
<rickhull> ary.compact.empty?
bzalasky has quit [Remote host closed the connection]
<awkwords> >> newarray.empty?
<awkwords> => false
<eval-in> awkwords => undefined local variable or method `newarray' for main:Object (NameError) ... (https://eval.in/55267)
bzalasky has joined #ruby-lang
<rickhull> >> [nil, nil, nil].compact.empty?
<eval-in> rickhull => true (https://eval.in/55269)
<rickhull> [1,2,3,nil].compact.empty?
<drbrain> rickhull: just the lib
<rickhull> >> [1,2,3,nil].compact.empty?
<eval-in> rickhull => false (https://eval.in/55270)
<rickhull> >> Array.new.empty?
<eval-in> rickhull => true (https://eval.in/55271)
musty_ has joined #ruby-lang
<micalexander> is there a way to search history in the irc
bzalasky has quit [Ping timeout: 245 seconds]
<rickhull> some websites maintain logs
<rickhull> you'll have to find someone actively logging and publishing those logs
<rickhull> AFAIK
JoshuaPaling has quit [Ping timeout: 272 seconds]
<jrobeson> ah.. #ruby is logged officially, guess #ruby-lang isn't
musty has quit [Ping timeout: 260 seconds]
<jrobeson> oh.. it's in the header for #ruby ,just not here
<jrobeson> s/header/topic/
<rickhull> your statement about "officially" may nonetheless be quite accurate
<rickhull> i.e. whitequark may not have dedicated his resources to this task officially
<jrobeson> well in #ruby it says . no other loggers allowed, so that sounds official
Domon has joined #ruby-lang
musty has joined #ruby-lang
jeff_r has joined #ruby-lang
musty_ has quit [Read error: Connection reset by peer]
kireevco_ has quit [Ping timeout: 272 seconds]
majjoha has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
pr0ton has joined #ruby-lang
majjoha has quit [Ping timeout: 260 seconds]
musty_ has joined #ruby-lang
alexju has joined #ruby-lang
musty has quit [Ping timeout: 265 seconds]
bastilian has quit [Ping timeout: 260 seconds]
Grimscribe has quit [Quit: Grimscribe]
pr0ton has quit [Quit: pr0ton]
musty has joined #ruby-lang
pr0ton has joined #ruby-lang
jdang has joined #ruby-lang
kgrz has joined #ruby-lang
musty_ has quit [Ping timeout: 272 seconds]
brianpWins has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
benlovell has joined #ruby-lang
jdang has quit [Client Quit]
awkwords has left #ruby-lang [#ruby-lang]
jdang has joined #ruby-lang
yfeldblum has quit [Ping timeout: 246 seconds]
musty_ has joined #ruby-lang
kgrz has quit [Ping timeout: 245 seconds]
benlovell has quit [Read error: Operation timed out]
musty has quit [Ping timeout: 260 seconds]
hahuang61 has joined #ruby-lang
musty_ has quit [Read error: Connection reset by peer]
musty has joined #ruby-lang
tylersmith has joined #ruby-lang
musty has quit [Client Quit]
vlad_starkov has joined #ruby-lang
kireevco_ has joined #ruby-lang
majjoha has joined #ruby-lang
MartynKeigher has joined #ruby-lang
jithu has joined #ruby-lang
tylersmith has quit [Ping timeout: 260 seconds]
JasonC_ has quit [Quit: Textual IRC Client: www.textualapp.com]
vlad_starkov has quit [Ping timeout: 272 seconds]
ledestin has quit [Ping timeout: 245 seconds]
majjoha has quit [Ping timeout: 245 seconds]
lfox has quit []
lfox has joined #ruby-lang
MartynKeigher has quit [Ping timeout: 264 seconds]
lfox has quit [Client Quit]
lfox has joined #ruby-lang
pr0ton has quit [Quit: pr0ton]
jithu has quit [Quit: Mother, did it need to be so high?]
<micalexander> the rubiest way question...is it ok to pass an argument as a hash with just the curly braces (without declaring it ) like method({ arg: "one", arg2: "two"}) ?
<micalexander> Ive noticed that it works
<drbrain> micalexander: it's ok
<micalexander> instead of method( hash = { arg: "one", arg2: "two"})
<micalexander> ok cool
<drbrain> you can also method(rage: 'one', arg2: 'two')
<drbrain> err, arg:
<micalexander> ok so with out the braces, youre saying
<micalexander> drbrain: is the any expense to doing it this way?
<drbrain> micalexander: nothing noticeable
<drbrain> it is cheapest to method(arg1: 'one', arg2: 'two') but you'll have a very difficult time measuring it
<drbrain> measuring the difference
<micalexander> drbrain: cool, sometimes I wonder if all this syntactical sugar slows ruby down any
<micalexander> cool
banisterfiend has quit [Quit: Computer has gone to sleep.]
charliesome has joined #ruby-lang
julian__ has joined #ruby-lang
majjoha has joined #ruby-lang
MartynKeigher has joined #ruby-lang
majjoha has quit [Ping timeout: 245 seconds]
Guest43791 has joined #ruby-lang
<mistym> drbrain: From Warner on the ffi mailing list, the fix turned out to be: https://gist.github.com/mistydemeo/7036038
<drbrain> mistym: ah-ha
<drbrain> !
julian__ has quit [Remote host closed the connection]
julian_ has joined #ruby-lang
Guest43791 is now known as diegoviola
kitak has quit [Read error: Connection reset by peer]
kitak has joined #ruby-lang
r0bby_ has joined #ruby-lang
jithu has joined #ruby-lang
jsullivandigs has quit [Remote host closed the connection]
alekst has quit [Quit: Computer has gone to sleep.]
jsullivandigs has joined #ruby-lang
arBmind has quit [Read error: Connection reset by peer]
vlad_starkov has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 252 seconds]
majjoha has joined #ruby-lang
vlad_starkov has quit [Ping timeout: 246 seconds]
majjoha has quit [Ping timeout: 272 seconds]
<julian_> How
<julian_> can I create a variable inside a method?
dhruvasagar has quit [Ping timeout: 272 seconds]
jdang has quit [Ping timeout: 262 seconds]
tylersmith has joined #ruby-lang
tylersmith has quit [Remote host closed the connection]
tylersmith has joined #ruby-lang
dhruvasagar has joined #ruby-lang
yellow5 has quit [Ping timeout: 272 seconds]
yellow5 has joined #ruby-lang
cads has joined #ruby-lang
nisstyre has quit [Ping timeout: 252 seconds]
havenwood has quit [Remote host closed the connection]
diegoviola has quit [Ping timeout: 272 seconds]
majjoha has joined #ruby-lang
enmand has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kitak has quit [Read error: Connection reset by peer]
kitak has joined #ruby-lang
majjoha has quit [Ping timeout: 272 seconds]
hahuang65 has joined #ruby-lang
nisstyre has joined #ruby-lang
hahuang61 has quit [Ping timeout: 265 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
guest132435 has left #ruby-lang [#ruby-lang]
benlovell has joined #ruby-lang
kireevco_ has quit [Ping timeout: 272 seconds]
<rickhull> a variable created inside a method is local to that method
<rickhull> not visible outside of the method
<rickhull> also, you'll need to understand a bit about variable reference and assignment
<rickhull> so, when you pass @my_varaible to meth, variable_name is just an alias to @my_varaible
<rickhull> however, as soon as you do assignment on variable_name, you're losing the alias to @my_varaible
<rickhull> so on the one hand, variable_name is a formal argument to the method
<rickhull> if you don't do assignment on it, then it's just another "name" or "handle" for the chunk of data that @my_varaible represents
benlovell has quit [Ping timeout: 272 seconds]
<rickhull> for example, you could mutate it. that means changing the chunk of data, without doing an assignment
<rickhull> if you mutate it, then the change you make inside the method will be visible outside the method
<rickhull> i.e. @my_varaible's data chunk will be likewise changed
<rickhull> but once you do an assignment to variable_name, you lose the connection to the outside thing that was passed in
<rickhull> gotta run, hope this helps julian_
<rickhull> one more thing, i said that "a variable created inside a method is local to that method"
<rickhull> on line 1 of your paste, you are not creating variable_name. it's a formal method parameter
<rickhull> however, on line 2, by assigning to variable_name, even though it was a formal parameter, you're now effectively "creating a variable local to the method"
<rickhull> gotta run
vlad_starkov has joined #ruby-lang
jaimef has quit [Excess Flood]
r0bby_ is now known as robbyoconnor
majjoha has joined #ruby-lang
vlad_starkov has quit [Ping timeout: 245 seconds]
r0bgleeson has quit [Ping timeout: 246 seconds]
julweber has joined #ruby-lang
majjoha has quit [Ping timeout: 245 seconds]
jeff_r has quit [Remote host closed the connection]
JoshuaPaling has joined #ruby-lang
jeff_r has joined #ruby-lang
jaimef has joined #ruby-lang
julweber has quit [Ping timeout: 245 seconds]
jeff_r has quit [Ping timeout: 246 seconds]
kireevco_ has joined #ruby-lang
bean__ has joined #ruby-lang
bean__ has quit [Client Quit]
torrieri has joined #ruby-lang
ledestin has joined #ruby-lang
Scader has joined #ruby-lang
tomzx_mac has quit [Read error: Operation timed out]
apeiros has joined #ruby-lang
r0bgleeson has joined #ruby-lang
<ledestin> looking at Rubinius description. undefined object == any object. why would you do that
majjoha has joined #ruby-lang
julweber has joined #ruby-lang
lfox has quit [Quit: ZZZzzz…]
majjoha has quit [Ping timeout: 252 seconds]
tubbo has quit [Ping timeout: 272 seconds]
tubbo has joined #ruby-lang
<mistym> Now, if they let it be redefined like JS does... :D http://wtfjs.com/2010/02/15/undefined-is-mutable
<mistym> ledestin: ^= Reminded me of that
schaerli has joined #ruby-lang
<TheMoonMaster> mistym: Doesn't work in Chrome. I wonder what Js engines do allow it.
havenwood has joined #ruby-lang
<ledestin> mistym: my, my. I feel that the elegance of Ruby was thrown out of the window if Integer#== undefined => true
<mistym> TheMoonMaster: You're right actually, I can't get it to work in Firefox or Safari. Wonder if it's been changed in the last ~3 years
<TheMoonMaster> I'm assuming so.
<TheMoonMaster> I also testing in FF and Safari.
<TheMoonMaster> I think IE would probably allow it.
<TheMoonMaster> I booted up my IE8 VM and it totally works.
bzalasky has joined #ruby-lang
schaerli has quit [Remote host closed the connection]
schaerli has joined #ruby-lang
jsullivandigs has joined #ruby-lang
schaerli has quit [Ping timeout: 265 seconds]
vlad_starkov has joined #ruby-lang
rickhull1 has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 260 seconds]
kgrz has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
wallerdev has joined #ruby-lang
Oloryn_lt2 has joined #ruby-lang
vlad_starkov has quit [Ping timeout: 252 seconds]
majjoha has joined #ruby-lang
julian_ has quit [Ping timeout: 272 seconds]
julweber has quit [Remote host closed the connection]
julweber has joined #ruby-lang
kgrz has quit [Ping timeout: 272 seconds]
julweber has quit [Ping timeout: 246 seconds]
havenwood has joined #ruby-lang
julweber has joined #ruby-lang
dhruvasagar has quit [Ping timeout: 272 seconds]
apeiros has quit [Remote host closed the connection]
dhruvasagar has joined #ruby-lang
apeiros has joined #ruby-lang
rue_XIV has quit [Remote host closed the connection]
rue has joined #ruby-lang
rue has quit [Remote host closed the connection]
rue has joined #ruby-lang
Coincidental has joined #ruby-lang
apeiros has quit [Ping timeout: 272 seconds]
havenwood has quit [Remote host closed the connection]
io_syl has joined #ruby-lang
scottschecter has joined #ruby-lang
scottschecter has quit [Client Quit]
vlad_starkov has joined #ruby-lang
setmeaway has quit [Quit: Leaving]
vlad_starkov has quit [Remote host closed the connection]
bzalasky has quit [Remote host closed the connection]
bzalasky has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 272 seconds]
solars has joined #ruby-lang
bzalasky has quit [Ping timeout: 245 seconds]
jonahR has quit [Quit: jonahR]
jonahR has joined #ruby-lang
kireevco_ has quit [Ping timeout: 260 seconds]
benlovell has joined #ruby-lang
benlovell has quit [Ping timeout: 252 seconds]
dagobah has joined #ruby-lang
zz_michael_mbp is now known as michael_mbp
rtlong_ has left #ruby-lang [#ruby-lang]
ninjago has quit [Remote host closed the connection]
ninjago has joined #ruby-lang
schaerli has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
mdedetrich has quit [Quit: Computer has gone to sleep.]
ninjago has quit [Ping timeout: 265 seconds]
alexju has quit [Remote host closed the connection]
alexju has joined #ruby-lang
hahuang65 has quit [Ping timeout: 272 seconds]
dhruvasagar has quit [Ping timeout: 252 seconds]
adambeynon has joined #ruby-lang
alexju has quit [Ping timeout: 265 seconds]
dhruvasagar has joined #ruby-lang
Coincidental has quit [Remote host closed the connection]
JohnBat26 has joined #ruby-lang
Coincidental has joined #ruby-lang
soba_ has joined #ruby-lang
sascha_d has left #ruby-lang ["bai"]
soba has quit [Ping timeout: 272 seconds]
ruurd has joined #ruby-lang
Coincidental has quit [Ping timeout: 272 seconds]
adambeynon has quit [Quit: Textual IRC Client: www.textualapp.com]
sr78ger has joined #ruby-lang
aef_ has quit [Ping timeout: 245 seconds]
io_syl has quit []
kvs has quit [Ping timeout: 260 seconds]
igalic has quit [Ping timeout: 245 seconds]
kvs has joined #ruby-lang
Kuukunen has quit [Ping timeout: 256 seconds]
[dmp] has quit [Ping timeout: 260 seconds]
jarib has quit [Ping timeout: 260 seconds]
aef has joined #ruby-lang
Kuukunen has joined #ruby-lang
[dmp] has joined #ruby-lang
jarib has joined #ruby-lang
jarib has joined #ruby-lang
jarib has quit [Changing host]
igalic has joined #ruby-lang
sr78ger has quit [Client Quit]
soba has joined #ruby-lang
sr78ger has joined #ruby-lang
arBmind has joined #ruby-lang
soba_ has quit [Ping timeout: 272 seconds]
mistym has quit [Remote host closed the connection]
madb055 has quit [Ping timeout: 272 seconds]
kgrz has joined #ruby-lang
r0bgleeson has quit [Ping timeout: 265 seconds]
martndemus has joined #ruby-lang
dhruvasagar has quit [Read error: Operation timed out]
dhruvasagar has joined #ruby-lang
jsullivandigs has joined #ruby-lang
vlad_starkov has joined #ruby-lang
<maloik> ugh this redesign is going to be a PITA for a while it seems
h_kon has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 272 seconds]
dhruvasagar has quit [Read error: Connection reset by peer]
torrieri has quit [Quit: Leaving...]
vlad_starkov has quit [Remote host closed the connection]
soba has quit [Ping timeout: 252 seconds]
postmodern has quit [Quit: Leaving]
dhruvasagar has joined #ruby-lang
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
arBmind has quit [Ping timeout: 272 seconds]
vondruch has joined #ruby-lang
igalic has quit [Changing host]
igalic has joined #ruby-lang
faces has joined #ruby-lang
hahuang65 has joined #ruby-lang
face has quit [Ping timeout: 272 seconds]
ninjago has joined #ruby-lang
schaerli has quit [Remote host closed the connection]
schaerli has joined #ruby-lang
soba has joined #ruby-lang
benlovell has joined #ruby-lang
ninjago has quit [Ping timeout: 245 seconds]
schaerli has quit [Ping timeout: 245 seconds]
slyphon has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cnivolle has joined #ruby-lang
barttenbrinke has joined #ruby-lang
joonty_ has joined #ruby-lang
joonty_ has quit [Client Quit]
cnivolle has quit [Remote host closed the connection]
joonty has quit [Ping timeout: 268 seconds]
joonty_ has joined #ruby-lang
cnivolle has joined #ruby-lang
mdedetrich has joined #ruby-lang
kek has joined #ruby-lang
relix has joined #ruby-lang
JoshuaPaling has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
elia has joined #ruby-lang
cnivolle has quit [Ping timeout: 260 seconds]
joonty_ is now known as joonty
Elico has quit [Quit: Elico]
barttenbrinke has quit [Remote host closed the connection]
barttenbrinke has joined #ruby-lang
adambeynon has joined #ruby-lang
Elico has joined #ruby-lang
Elico has quit [Client Quit]
cads has quit [Quit: Leaving]
barttenbrinke has quit [Ping timeout: 246 seconds]
h_kon has quit [Remote host closed the connection]
h_kon has joined #ruby-lang
jonahR has quit [Quit: jonahR]
nofxx has quit [Ping timeout: 245 seconds]
h_kon has quit [Ping timeout: 272 seconds]
norplr_ has quit [Ping timeout: 245 seconds]
beawesomeinstead has quit [Ping timeout: 245 seconds]
pkondzior___ has quit [Ping timeout: 264 seconds]
pipework has quit [Ping timeout: 245 seconds]
Domon_ has quit [Ping timeout: 245 seconds]
vlad_starkov has joined #ruby-lang
L0rdShrek____ has quit [Ping timeout: 245 seconds]
_rgn has quit [Ping timeout: 245 seconds]
mitchty has quit [Ping timeout: 260 seconds]
workmad3 has joined #ruby-lang
h_kon has joined #ruby-lang
vlad_starkov has quit [Ping timeout: 245 seconds]
mitchty has joined #ruby-lang
norplr_ has joined #ruby-lang
arBmind has joined #ruby-lang
ninjago has joined #ruby-lang
tbuehlmann has joined #ruby-lang
ninjago has quit [Ping timeout: 260 seconds]
kgrz has quit [Remote host closed the connection]
knu has quit [Ping timeout: 272 seconds]
cnivolle has joined #ruby-lang
tbuehlmann has quit [Quit: Konversation terminated!]
hackndoes has joined #ruby-lang
hackndoes is now known as Guest4982
JoshuaPaling has joined #ruby-lang
tbuehlmann has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
JoshuaPaling has quit [Quit: Textual IRC Client: www.textualapp.com]
Scaber has joined #ruby-lang
Scader has quit [Read error: Operation timed out]
Guest4982 has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
jsullivandigs has joined #ruby-lang
arBmind has joined #ruby-lang
kgrz has joined #ruby-lang
arBmind has quit [Client Quit]
krzyzaq has joined #ruby-lang
kgrz has quit [Read error: No route to host]
kgrz has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 272 seconds]
[spoiler] has joined #ruby-lang
Domon has quit [Remote host closed the connection]
Domon has joined #ruby-lang
bastilian has joined #ruby-lang
krzyzaq has quit [Quit: krzyzaq]
Domon has quit [Read error: Connection reset by peer]
heftig has quit [Quit: Quitting]
kgrz has quit [Ping timeout: 272 seconds]
banisterfiend has joined #ruby-lang
kgrz has joined #ruby-lang
Domon has joined #ruby-lang
rikai_ has quit [Ping timeout: 245 seconds]
havenwood has joined #ruby-lang
h_kon has quit [Remote host closed the connection]
ninjago has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
ninjago has quit [Ping timeout: 245 seconds]
tbuehlmann has quit [Ping timeout: 264 seconds]
yfeldblum has joined #ruby-lang
ledestin has quit [Quit: ledestin]
majjoha has quit [Ping timeout: 252 seconds]
tbuehlmann has joined #ruby-lang
v9r has quit [Ping timeout: 248 seconds]
stamina has joined #ruby-lang
[spoiler] has quit [Quit: Leaving]
v9r has joined #ruby-lang
enmand has joined #ruby-lang
ledestin has joined #ruby-lang
shireesh has joined #ruby-lang
rickhull1 has quit [Quit: Leaving.]
enmand has quit [Ping timeout: 272 seconds]
krzyzaq has joined #ruby-lang
heftig has joined #ruby-lang
h_kon has joined #ruby-lang
majjoha has joined #ruby-lang
schaerli has joined #ruby-lang
v9r has quit [Ping timeout: 252 seconds]
martndemus has quit [Ping timeout: 246 seconds]
pkondzior___ has joined #ruby-lang
kitak has quit [Remote host closed the connection]
L0rdShrek____ has joined #ruby-lang
Domon_ has joined #ruby-lang
pipework has joined #ruby-lang
_rgn has joined #ruby-lang
beawesomeinstead has joined #ruby-lang
v9r has joined #ruby-lang
majjoha has quit [Ping timeout: 265 seconds]
shireesh has quit [Ping timeout: 272 seconds]
krzyzaq_ has joined #ruby-lang
jxie has quit [Ping timeout: 272 seconds]
jxie has joined #ruby-lang
krzyzaq has quit [Ping timeout: 265 seconds]
krzyzaq_ is now known as krzyzaq
sepp2k has joined #ruby-lang
hogeo has quit [Remote host closed the connection]
hogeo has joined #ruby-lang
krzyzaq has quit [Ping timeout: 265 seconds]
hogeo has quit [Ping timeout: 265 seconds]
ninjago has joined #ruby-lang
hogeo has joined #ruby-lang
knu has joined #ruby-lang
majjoha has joined #ruby-lang
h_kon has quit [Remote host closed the connection]
cored has joined #ruby-lang
ninjago has quit [Ping timeout: 272 seconds]
martndemus has joined #ruby-lang
shireesh has joined #ruby-lang
h_kon_ has joined #ruby-lang
krzyzaq has joined #ruby-lang
gix has quit [Disconnected by services]
gix- has joined #ruby-lang
havenwood has joined #ruby-lang
Rubybon has joined #ruby-lang
Rubybon has quit [Client Quit]
tkuchiki has quit [Remote host closed the connection]
hogeo has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
hogeo has joined #ruby-lang
jsullivandigs has joined #ruby-lang
vlad_starkov has joined #ruby-lang
martndemus has quit [Quit: Lost terminal]
krzyzaq has quit [Quit: krzyzaq]
tkuchiki has quit [Ping timeout: 245 seconds]
shireesh has quit [Ping timeout: 252 seconds]
hogeo has quit [Ping timeout: 248 seconds]
havenwood has quit [Remote host closed the connection]
jsullivandigs has quit [Ping timeout: 248 seconds]
Domon has quit [Remote host closed the connection]
vlad_starkov has quit [Ping timeout: 248 seconds]
vlad_starkov has joined #ruby-lang
martndemus has joined #ruby-lang
apeiros has joined #ruby-lang
havenwood has joined #ruby-lang
<heftig> I guess the reason gem is so slowass is because of its tar implementation?
shireesh has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
cnivolle has quit [Remote host closed the connection]
toretore has joined #ruby-lang
shireesh has quit [Ping timeout: 265 seconds]
vlad_starkov has quit [Remote host closed the connection]
JohnBat26 has quit [Read error: Operation timed out]
heftig_ has joined #ruby-lang
Scaber has quit [Quit: Leaving]
Scader has joined #ruby-lang
ninjago has joined #ruby-lang
heftig has quit [Ping timeout: 260 seconds]
benlovel1 has joined #ruby-lang
<gnufied> slowass?
<gnufied> lol
Pupeno has joined #ruby-lang
benlovell has quit [Ping timeout: 245 seconds]
ninjago has quit [Ping timeout: 245 seconds]
jxie has quit [Quit: leaving]
kgrz has quit [Remote host closed the connection]
shireesh has joined #ruby-lang
benlovel1 has quit [Ping timeout: 248 seconds]
kgrz has joined #ruby-lang
flip_digits has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
<heftig_> gnufied: yeah. even just unpacking a gem takes a second or two
ledestin has quit [Quit: ledestin]
benlovell has joined #ruby-lang
havenwood has joined #ruby-lang
banisterfiend has quit [Quit: Computer has gone to sleep.]
banisterfiend has joined #ruby-lang
robbyoconnor has quit [Ping timeout: 272 seconds]
havenwood has quit [Remote host closed the connection]
vlad_starkov has joined #ruby-lang
schaerli has quit [Remote host closed the connection]
schaerli has joined #ruby-lang
ldnunes has joined #ruby-lang
antulik-afk has quit [Ping timeout: 246 seconds]
kalleth_ has joined #ruby-lang
kalleth has quit [Ping timeout: 246 seconds]
schaerli has quit [Ping timeout: 248 seconds]
breakingthings has joined #ruby-lang
antulik-afk has joined #ruby-lang
soba has quit [Ping timeout: 272 seconds]
vlad_starkov has quit [Ping timeout: 252 seconds]
Voker57 has joined #ruby-lang
elia has joined #ruby-lang
vlad_starkov has joined #ruby-lang
symm- has joined #ruby-lang
Grimscribe has joined #ruby-lang
Grimscribe has quit [Client Quit]
momomomomo has joined #ruby-lang
cnivolle has joined #ruby-lang
flip_digits has quit [Remote host closed the connection]
alekst has joined #ruby-lang
ninjago has joined #ruby-lang
ecnalyr has quit [Remote host closed the connection]
ecnalyr has joined #ruby-lang
MaddinXx_ has joined #ruby-lang
ledestin has joined #ruby-lang
ninjago has quit [Ping timeout: 248 seconds]
ledestin has quit [Client Quit]
ecnalyr has quit [Ping timeout: 245 seconds]
mnngfltg has joined #ruby-lang
enmand has joined #ruby-lang
<darix> imho
<darix> it spends most of the time in talking to the webservers
<darix> but well
<darix> and doing rdoc of course
<darix> heftig_: try gem install --no-rdoc --no-ri
<darix> for major speed up
<heftig_> darix: I'm already using -N
kgrz has quit [Remote host closed the connection]
krzyzaq has joined #ruby-lang
Grimscribe has joined #ruby-lang
heftig_ is now known as heftig
GaelanAintAround is now known as Gaelan
Grimscribe has left #ruby-lang [#ruby-lang]
gix- has quit [Ping timeout: 256 seconds]
vlad_starkov has quit [Remote host closed the connection]
iraja has joined #ruby-lang
r0bgleeson has joined #ruby-lang
enmand has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
symm- has quit [Ping timeout: 248 seconds]
enmand has joined #ruby-lang
breakingthings has quit []
vlad_starkov has joined #ruby-lang
mbj has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
rikai has joined #ruby-lang
Gaelan is now known as GaelanAintAround
ninjago has joined #ruby-lang
mnngfltg has quit [Read error: Connection reset by peer]
mnngfltg has joined #ruby-lang
hackndoes_ has joined #ruby-lang
mnngfltg has quit [Client Quit]
mnngfltg has joined #ruby-lang
mdedetrich has quit [Quit: Computer has gone to sleep.]
breakingthings has joined #ruby-lang
pothibo has joined #ruby-lang
kgrz has joined #ruby-lang
tomzx_mac has joined #ruby-lang
ecnalyr has joined #ruby-lang
yfeldblum has quit [Ping timeout: 245 seconds]
mbj has quit [Read error: Connection reset by peer]
ssb123 has quit [Remote host closed the connection]
ssb123 has joined #ruby-lang
CoreData has joined #ruby-lang
ssb123 has quit [Remote host closed the connection]
gix has joined #ruby-lang
h_kon_ has quit [Remote host closed the connection]
ssb123 has joined #ruby-lang
tbuehlmann has quit [Quit: Konversation terminated!]
hackndoes_ has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
CoreData has quit [Client Quit]
ssb123 has quit [Ping timeout: 245 seconds]
wallerdev has joined #ruby-lang
tylersmith has quit [Remote host closed the connection]
momomomomo_ has joined #ruby-lang
CoreData has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
momomomomo_ is now known as momomomomo
alexju has joined #ruby-lang
melter has quit [Quit: Client exiting]
iraja has quit [Remote host closed the connection]
s0ber has quit [Remote host closed the connection]
s0ber has joined #ruby-lang
yfeldblum has joined #ruby-lang
CoreData has quit [Ping timeout: 245 seconds]
hrs has joined #ruby-lang
shireesh has quit [Quit: Leaving]
ruby-lang817 has joined #ruby-lang
jeff_r has joined #ruby-lang
tomzx_mac has quit [Ping timeout: 272 seconds]
vlad_starkov has joined #ruby-lang
ssb123 has joined #ruby-lang
mmorga has joined #ruby-lang
mmorga_ has joined #ruby-lang
micalexander has quit [Remote host closed the connection]
micalexander has joined #ruby-lang
melter has joined #ruby-lang
mmorga has quit [Ping timeout: 240 seconds]
bean__ has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
micalexander has quit [Ping timeout: 248 seconds]
ruby-lang817 has quit [Quit: Page closed]
io_syl has joined #ruby-lang
Voker57 has quit []
nisstyre has quit [Read error: Connection reset by peer]
havenwood has joined #ruby-lang
arBmind has joined #ruby-lang
nigerianceo has joined #ruby-lang
cored has quit [Ping timeout: 272 seconds]
ninjago has quit [Remote host closed the connection]
cored has joined #ruby-lang
cored has joined #ruby-lang
cored has quit [Changing host]
ninjago has joined #ruby-lang
ruby-lang785 has joined #ruby-lang
kleech has joined #ruby-lang
cnivolle has quit [Ping timeout: 240 seconds]
guest132435 has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
momomomomo has quit [Quit: momomomomo]
ninjago has quit [Ping timeout: 260 seconds]
krzyzaq has quit [Quit: krzyzaq]
jsullivandigs has joined #ruby-lang
cnivolle has joined #ruby-lang
lfox has joined #ruby-lang
nathanstitt has joined #ruby-lang
momomomomo has joined #ruby-lang
hrs has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
arBmind has quit [Quit: Leaving.]
MaddinXx_ has quit [Remote host closed the connection]
alekst has quit [Quit: Leaving...]
jsullivandigs has quit [Ping timeout: 272 seconds]
spike|spiegel has quit [Quit: WeeChat 0.4.2]
mistym has joined #ruby-lang
hrs has joined #ruby-lang
hashkey has joined #ruby-lang
spike|spiegel has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
ninjago has joined #ruby-lang
cored has quit [Ping timeout: 240 seconds]
cored has joined #ruby-lang
io_syl has quit []
3JTAAHUSR has joined #ruby-lang
guest132435 has quit [Quit: guest132435]
csaunders has quit [Remote host closed the connection]
csaunders has joined #ruby-lang
guest132435 has joined #ruby-lang
majjoha has quit [Ping timeout: 252 seconds]
jeff_r has quit [Remote host closed the connection]
jeff_r has joined #ruby-lang
jeff_r has quit [Read error: Connection reset by peer]
jeff_r has joined #ruby-lang
tkuchiki has joined #ruby-lang
shinnya has joined #ruby-lang
ninjago has quit [Remote host closed the connection]
ninjago has joined #ruby-lang
diegoviola has joined #ruby-lang
dhruvasagar has quit [Ping timeout: 245 seconds]
Mon_Ouie has joined #ruby-lang
micalexander has joined #ruby-lang
ninjago has quit [Ping timeout: 272 seconds]
cored has quit [Ping timeout: 272 seconds]
dhruvasagar has joined #ruby-lang
majjoha has joined #ruby-lang
wallerdev has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
banisterfiend has quit [Quit: Computer has gone to sleep.]
rippa has joined #ruby-lang
3JTAAHUSR has quit [Ping timeout: 240 seconds]
wyhaines has joined #ruby-lang
enmand has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
wyhaines has quit [Remote host closed the connection]
julian__1 has joined #ruby-lang
ErwinNH has joined #ruby-lang
csaunders has quit [Quit: ZNC - http://znc.sourceforge.net]
<julian__1> HOw can I create a variable inside a method?
csaunders has joined #ruby-lang
<darix> julian__1: why?
slyphon has joined #ruby-lang
<darix> the way you pass the variable name
<darix> your code is basically the same as just doing @variablename = value
<havenwood> julian__1: I'd suggest reading up a bit on local variables and instance variables: http://www.rubyist.net/~slagell/ruby/localvars.html
ruby-lang505 has joined #ruby-lang
guest132435 has quit [Quit: guest132435]
kleech has quit [Remote host closed the connection]
<havenwood> julian__1: This might be easier to read, my last link ^ is a bit obtuse actually: http://zetcode.com/lang/rubytutorial/variables/
barttenbrinke has joined #ruby-lang
ruby-lang505 has quit [Client Quit]
ruby-lang785 has quit [Ping timeout: 250 seconds]
jsullivandigs has joined #ruby-lang
julian__1 has quit [Ping timeout: 240 seconds]
dhruvasagar has quit [Ping timeout: 272 seconds]
guest132435 has joined #ruby-lang
julian_ has joined #ruby-lang
barttenbrinke has quit [Remote host closed the connection]
barttenbrinke has joined #ruby-lang
MaddinXx has joined #ruby-lang
bzalasky has joined #ruby-lang
barttenbrinke has quit [Ping timeout: 248 seconds]
bzalasky has quit [Ping timeout: 248 seconds]
julian_ has quit [Ping timeout: 256 seconds]
heftig has quit [Ping timeout: 256 seconds]
martndemus has quit [Ping timeout: 252 seconds]
ssb123 has quit [Remote host closed the connection]
Boohbah has quit [Remote host closed the connection]
ssb123 has joined #ruby-lang
ssb123 has quit [Read error: Connection reset by peer]
flip_digits has joined #ruby-lang
ssb123 has joined #ruby-lang
__butch__ has joined #ruby-lang
mistym has quit [Remote host closed the connection]
enebo has joined #ruby-lang
dagobah has quit [Remote host closed the connection]
kgrz_ has joined #ruby-lang
hrs has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
kgrz_ has quit [Client Quit]
apeiros has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
mbj has joined #ruby-lang
mistym has joined #ruby-lang
guest132435 has quit [Quit: guest132435]
heftig has joined #ruby-lang
kek has quit [Remote host closed the connection]
enmand has joined #ruby-lang
kek has joined #ruby-lang
guest132435 has joined #ruby-lang
heftig has quit [Ping timeout: 248 seconds]
mbj has quit [Ping timeout: 245 seconds]
julian___ has joined #ruby-lang
heftig has joined #ruby-lang
hrs has joined #ruby-lang
<ErwinNH> When i create a new file, why does ruby tell me 'warning, already initialized constant File' ?
<ErwinNH> it works, it just gives me that warning as well
jithu has quit [Quit: Mother, did it need to be so high?]
yfeldblum has quit [Ping timeout: 248 seconds]
hrs has quit [Client Quit]
io_syl has joined #ruby-lang
<toretore> ErwinNH: what do you mean by create a new file? code?
<toretore> you can't/shouldn't name your class File
<ErwinNH> File=File.new('init.rb', 'w+')
bantic has joined #ruby-lang
<toretore> file, not File
heftig has quit [Ping timeout: 240 seconds]
<apeiros> ErwinNH: because you redefine `File`
<apeiros> after your line, File.new will no longer work, because you just redefined it :)
heftig has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 272 seconds]
benlovell has quit [Remote host closed the connection]
kek has quit [Remote host closed the connection]
<ErwinNH> Hmm, ok. Thanks. I thought this was what the tutorial I saw told me to do, but maybe I remember it wrong.
mbj has joined #ruby-lang
lfox has quit [Quit: ZZZzzz…]
micalexander has quit [Remote host closed the connection]
micalexander has joined #ruby-lang
ninjago has joined #ruby-lang
ecnalyr has quit [Ping timeout: 245 seconds]
micalexa_ has joined #ruby-lang
micalexander has quit [Read error: Connection reset by peer]
ninjago has quit [Remote host closed the connection]
heftig has quit [Client Quit]
ninjago has joined #ruby-lang
ninjago has quit [Remote host closed the connection]
flak has joined #ruby-lang
flak is now known as Guest98722
VTLob has joined #ruby-lang
dhruvasagar has joined #ruby-lang
rippa has quit [Ping timeout: 248 seconds]
D9_ has quit [Quit: Leaving]
julian___ has quit [Ping timeout: 245 seconds]
julian__1 has joined #ruby-lang
alexju has quit [Remote host closed the connection]
alexju has joined #ruby-lang
kgrz has joined #ruby-lang
kgrz has quit [Read error: Connection reset by peer]
symm- has joined #ruby-lang
kgrz has joined #ruby-lang
alexju has quit [Ping timeout: 245 seconds]
julian__1 has quit [Ping timeout: 245 seconds]
slyphon has quit [Quit: I REGRET NOTHiiiiiiiiiinnnngggg….]
saarinen has joined #ruby-lang
richardburton has joined #ruby-lang
bantic has quit [Quit: bantic]
kgrz has quit [Ping timeout: 272 seconds]
richardburton has quit [Read error: Connection reset by peer]
richardburton has joined #ruby-lang
brianpWins has quit [Ping timeout: 265 seconds]
relix has joined #ruby-lang
banisterfiend has joined #ruby-lang
hrs has joined #ruby-lang
mmorga_ has quit [Remote host closed the connection]
guest132435 has quit [Quit: guest132435]
majjoha has quit [Ping timeout: 272 seconds]
slyphon has joined #ruby-lang
pothibo has quit [Quit: pothibo]
mmorga has joined #ruby-lang
cnivolle has quit [Remote host closed the connection]
hahuang65 has quit [Ping timeout: 272 seconds]
martndemus has joined #ruby-lang
jkyle has quit [Quit: leaving]
ecnalyr has joined #ruby-lang
Guest98722 has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
spinagon has joined #ruby-lang
vk has joined #ruby-lang
lfox has joined #ruby-lang
GaelanAintAround is now known as Gaelan
martndemus has quit [Ping timeout: 256 seconds]
vk has left #ruby-lang [#ruby-lang]
<darix> ErwinNH: also you know about the block form?
vky has joined #ruby-lang
<darix> ErwinNH: File.new(.... ) do |fh| ... end
jxie has joined #ruby-lang
kek has joined #ruby-lang
kgrz has joined #ruby-lang
Pupeno has quit [Ping timeout: 272 seconds]
brianpWins has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
mbj has quit [Ping timeout: 272 seconds]
tkuchiki has joined #ruby-lang
<vky> Hey, I'm new to ruby and have been struggling to write a script that makes a POST request with a cookie and data in tow to an API using HTTPS , anyone able to help with this? (I've been trying to use rest-client library for this.)
Senjai_ has joined #ruby-lang
kgrz has quit [Ping timeout: 272 seconds]
<darix> vky: how do you get that cookie?
Senjai_ has left #ruby-lang [#ruby-lang]
<vky> darix: A previous POST request sending login info, that request I was able to get working.
<darix> vky: use mechanize
<darix> it gives you a programatic webbrowser which handles all the cookie handling for you
<vky> darix: okay, I'll give that a look, thanks.
tkuchiki has quit [Ping timeout: 240 seconds]
majjoha has joined #ruby-lang
stevepsharpe has quit [Quit: Leaving...]
richardburton has quit [Quit: Leaving.]
guest132435 has joined #ruby-lang
vky has quit [Remote host closed the connection]
CoreData has joined #ruby-lang
Gaelan is now known as GaelanAintAround
micalexa_ has quit [Remote host closed the connection]
vky has joined #ruby-lang
micalexander has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
workmad3 has quit [Ping timeout: 260 seconds]
majjoha has quit [Ping timeout: 240 seconds]
momomomomo has quit [Quit: momomomomo]
hahuang65 has joined #ruby-lang
x0f_ has joined #ruby-lang
micalexander has quit [Ping timeout: 248 seconds]
__butch__ has quit [Quit: Leaving.]
guest132435 has quit [Quit: guest132435]
__butch__ has joined #ruby-lang
x0f has quit [Ping timeout: 268 seconds]
Grimscribe has joined #ruby-lang
Johz has joined #ruby-lang
dhruvasagar has quit [Ping timeout: 248 seconds]
ssb123 has quit [Remote host closed the connection]
martndemus has joined #ruby-lang
ssb123 has joined #ruby-lang
julweber has quit [Remote host closed the connection]
julweber has joined #ruby-lang
rickhull1 has joined #ruby-lang
jeff_r has quit [Remote host closed the connection]
jeff_r has joined #ruby-lang
mnngfltg has quit [Quit: Ex-Chat]
bean__ has quit [Quit: Computer has gone to sleep.]
ssb123 has quit [Ping timeout: 245 seconds]
julweber has quit [Ping timeout: 240 seconds]
Mon_Ouie has joined #ruby-lang
adambeynon has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
jeff_r has quit [Ping timeout: 248 seconds]
CoreData has quit [Ping timeout: 265 seconds]
majjoha has joined #ruby-lang
Grimscribe has quit [Quit: Grimscribe]
MaddinXx has quit [Remote host closed the connection]
micalexander has joined #ruby-lang
bean__ has joined #ruby-lang
yfeldblum has joined #ruby-lang
julweber has joined #ruby-lang
julweber has quit [Remote host closed the connection]
vondruch has quit [Ping timeout: 272 seconds]
lele has quit [Ping timeout: 252 seconds]
julweber has joined #ruby-lang
julweber has quit [Ping timeout: 248 seconds]
lele has joined #ruby-lang
Johz has quit [Read error: Operation timed out]
heftig has joined #ruby-lang
mmorga has quit [Remote host closed the connection]
ssb123 has joined #ruby-lang
slyphon has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nofxx has joined #ruby-lang
jeff_r has joined #ruby-lang
jeff_r has quit [Remote host closed the connection]
jeff_r has joined #ruby-lang
sr78ger has quit [Quit: Textual IRC Client: www.textualapp.com]
mmorga has joined #ruby-lang
dhruvasagar has joined #ruby-lang
pr0ton has joined #ruby-lang
nofxx has quit [Client Quit]
Grimscribe has joined #ruby-lang
Elico has joined #ruby-lang
benanne has joined #ruby-lang
bantic has joined #ruby-lang
momomomomo has joined #ruby-lang
Johz has joined #ruby-lang
enmand has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
enmand has joined #ruby-lang
Voker57 has joined #ruby-lang
supfoo has quit [Ping timeout: 248 seconds]
supfoo has joined #ruby-lang
Nilium has quit [Ping timeout: 240 seconds]
7CBAAIG5E has joined #ruby-lang
postmodern has joined #ruby-lang
jithu has joined #ruby-lang
jithu has quit [Client Quit]
guest132435 has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
vlad_starkov has joined #ruby-lang
schaerli has joined #ruby-lang
kurko_ has joined #ruby-lang
schaerli has quit [Remote host closed the connection]
Nilium has joined #ruby-lang
__butch__ has quit [Quit: Leaving.]
bean__ has quit [Quit: Computer has gone to sleep.]
rikai_ has joined #ruby-lang
schaerli has joined #ruby-lang
nofxx has joined #ruby-lang
__butch__ has joined #ruby-lang
Nisstyre-laptop has joined #ruby-lang
deception has joined #ruby-lang
schaerli has quit [Read error: Operation timed out]
Nisstyre-laptop is now known as nisstyre
rikai has quit [Ping timeout: 248 seconds]
vlad_starkov has quit [Remote host closed the connection]
ldnunes has quit [Quit: Leaving]
Andrevan has joined #ruby-lang
vlad_starkov has joined #ruby-lang
soahccc has quit [Read error: Connection reset by peer]
bean__ has joined #ruby-lang
saarinen has quit [Read error: Connection reset by peer]
saarinen has joined #ruby-lang
toertore has joined #ruby-lang
toretore has quit [Ping timeout: 256 seconds]
pr0ton has quit [Quit: pr0ton]
momomomomo has joined #ruby-lang
slyphon has joined #ruby-lang
deception has quit [Quit: Goodbye]
julweber_ has joined #ruby-lang
Coincidental has joined #ruby-lang
rickhull1 has quit [Quit: Leaving.]
julweber_ has quit [Remote host closed the connection]
julweber has joined #ruby-lang
julweber has quit [Read error: Connection reset by peer]
julweber has joined #ruby-lang
chaos_ has joined #ruby-lang
bean__ has quit [Quit: Computer has gone to sleep.]
jeff_r_ has joined #ruby-lang
jeff_r has quit [Ping timeout: 240 seconds]
Coincidental has quit [Remote host closed the connection]
Coincidental has joined #ruby-lang
saarinen has quit [Quit: saarinen]
Coincidental has quit [Ping timeout: 248 seconds]
nisstyre has quit [Quit: Leaving]
banisterfiend has quit [Ping timeout: 240 seconds]
robbyoconnor has joined #ruby-lang
saarinen has joined #ruby-lang
banisterfiend has joined #ruby-lang
chaos_ has quit [Remote host closed the connection]
slyphon has quit [Ping timeout: 256 seconds]
chaos_ has joined #ruby-lang
banisterfiend has quit [Quit: Computer has gone to sleep.]
banisterfiend has joined #ruby-lang
enmand has quit [Ping timeout: 272 seconds]
jj_reddit4 has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
jj_reddit4 has left #ruby-lang [#ruby-lang]
kalleth_ has left #ruby-lang [#ruby-lang]
kalleth has joined #ruby-lang
julian__1 has joined #ruby-lang
CoreData has joined #ruby-lang
MaddinXx_ has joined #ruby-lang
fuhgeddaboudit has quit [Ping timeout: 260 seconds]
pothibo has joined #ruby-lang
billybob000 has left #ruby-lang [#ruby-lang]
workmad3 has joined #ruby-lang
hrs has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
bean__ has joined #ruby-lang
vlad_starkov has joined #ruby-lang
charliesome has joined #ruby-lang
Johz_ has joined #ruby-lang
Johz has quit [Ping timeout: 245 seconds]
CoreData has quit [Ping timeout: 265 seconds]
arBmind has joined #ruby-lang
arBmind has quit [Read error: Connection reset by peer]
pr0ton has joined #ruby-lang
arBmind has joined #ruby-lang
torrieri has joined #ruby-lang
enmand has joined #ruby-lang
jeff_r_ has quit [Remote host closed the connection]
jeff_r has joined #ruby-lang
majjoha has quit [Ping timeout: 265 seconds]
enmand has quit [Ping timeout: 272 seconds]
jeff_r has quit [Ping timeout: 248 seconds]
slyphon has joined #ruby-lang
Johz_ has quit [Ping timeout: 248 seconds]
diegoviola has quit [Ping timeout: 245 seconds]
yfeldblum has quit [Ping timeout: 272 seconds]
Grimscribe has quit [Quit: Grimscribe]
Grimscribe has joined #ruby-lang
Johz_ has joined #ruby-lang
pr0ton has quit [Quit: pr0ton]
yfeldblum has joined #ruby-lang
pr0ton has joined #ruby-lang
pr0ton has quit [Client Quit]
Elico has quit [Quit: Elico]
Grimscribe has quit [Quit: Grimscribe]
jeff_r has joined #ruby-lang
yfeldblum has quit [Ping timeout: 272 seconds]
Johz__ has joined #ruby-lang
spinagon has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
Johz_ has quit [Ping timeout: 256 seconds]
kurko_ has quit [Quit: Computer has gone to sleep.]
Johz_ has joined #ruby-lang
enmand has joined #ruby-lang
Johz__ has quit [Ping timeout: 248 seconds]
Grimscribe has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
7CBAAIG5E has quit [Quit: Konversation terminated!]
stevepsharpe has joined #ruby-lang
kek has quit [Remote host closed the connection]
mistym has quit [Quit: Leaving]
Elico has joined #ruby-lang
hrs has joined #ruby-lang
banisterfiend has quit [Quit: Computer has gone to sleep.]
stevew_ has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
MaddinXx_ has quit [Remote host closed the connection]
Johz_ has quit [Read error: Operation timed out]
robbyoconnor has quit [Ping timeout: 272 seconds]
hrs has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
enmand has quit [Quit: Textual IRC Client: www.textualapp.com]
bean__ has quit [Quit: Computer has gone to sleep.]
vlad_starkov has joined #ruby-lang
pr0ton has joined #ruby-lang
adambeynon has joined #ruby-lang
majjoha has joined #ruby-lang
bean__ has joined #ruby-lang
yfeldblum has joined #ruby-lang
bean__ has quit [Client Quit]
momomomomo has joined #ruby-lang
majjoha has quit [Ping timeout: 245 seconds]
kireevco_ has joined #ruby-lang
Oloryn_lt2 has quit [Quit: Leaving.]
kek has joined #ruby-lang
Johz_ has joined #ruby-lang
robbyoconnor has joined #ruby-lang
breakingthings has quit []
Bosox20051 has joined #ruby-lang
robbyoconnor has quit [Ping timeout: 272 seconds]
yfeldblum has quit [Ping timeout: 248 seconds]
momomomomo has quit [Quit: momomomomo]
robbyoconnor has joined #ruby-lang
r0bby_ has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
snarfmas_ has joined #ruby-lang
snarfmas_ has quit [Client Quit]
snarfmason has quit [Ping timeout: 245 seconds]
saarinen has quit [Quit: saarinen]
robbyoconnor has quit [Ping timeout: 240 seconds]
kireevco_ has quit [Ping timeout: 248 seconds]
julweber has quit [Remote host closed the connection]
julweber has joined #ruby-lang
julweber has quit [Read error: Operation timed out]
torrieri has joined #ruby-lang
Scader has quit [Ping timeout: 240 seconds]
chobbit has joined #ruby-lang
kireevco_ has joined #ruby-lang
momomomomo has joined #ruby-lang
tomzx_mac has joined #ruby-lang
pr0ton has quit [Quit: pr0ton]
momomomomo has quit [Quit: momomomomo]
pr0ton has joined #ruby-lang
pr0ton has quit [Client Quit]
pr0ton has joined #ruby-lang
chobbit is now known as chobbit[zzz]
pr0ton has quit [Client Quit]
chobbit[zzz] is now known as chobbit
kireevco_ has quit [Ping timeout: 248 seconds]
pr0ton has joined #ruby-lang
pr0ton has quit [Client Quit]
banisterfiend has joined #ruby-lang
vky has quit [Ping timeout: 245 seconds]
brianpWins has quit [Quit: brianpWins]
nathanstitt has quit [Quit: I growing sleepy]
pr0ton has joined #ruby-lang
pr0ton has quit [Client Quit]
pr0ton has joined #ruby-lang
vky has joined #ruby-lang
ruurd has quit [Quit: Leaving...]
jeff_r has quit [Remote host closed the connection]
pr0ton has quit [Client Quit]
jeff_r has joined #ruby-lang
Johz_ has quit [Remote host closed the connection]
pr0ton has joined #ruby-lang
Coincidental has joined #ruby-lang
Johz has joined #ruby-lang
jeff_r has quit [Ping timeout: 256 seconds]
vlad_starkov has quit [Remote host closed the connection]
pothibo has quit [Quit: pothibo]
nisstyre has joined #ruby-lang
Elico has quit [Remote host closed the connection]
mistym has joined #ruby-lang
Grimscribe has quit [Ping timeout: 248 seconds]
Elico has joined #ruby-lang
enebo has quit [Quit: enebo]
nigerianceo has quit []
io_syl has quit []
__butch__ has quit [Quit: Leaving.]
Bosox20051 has quit [Quit: Leaving]
foucist has joined #ruby-lang
<foucist> is there a way to do hash[:foo, :bar] << "some value" where both keys get set
<foucist> to "some value"
<foucist> or if they already have values then it'd be concatenated
<zenspider> ok. now I really need a name for this cmdline option. it adds an extra newline to flog output so that editors like rubymine can see the file:line and properly hyperlink it.
<heftig> foucist: do it twice, with each key
<zenspider> originally named it --regexps-are-hard, then --inferior-editor...
<zenspider> I'm afraid ppl don't get my humor
<zenspider> heftig/foucist: that, and hash = Hash.new { |h,k| h[k] = [] } (or a string)
saarinen has joined #ruby-lang
solars has quit [Ping timeout: 260 seconds]
pr0ton has quit [Quit: pr0ton]
kek has quit [Remote host closed the connection]
kek has joined #ruby-lang
kek_ has joined #ruby-lang
adambeynon has quit [Quit: Textual IRC Client: www.textualapp.com]
kek has quit [Read error: Connection reset by peer]
ikrima has joined #ruby-lang
snarfmason has joined #ruby-lang
Andrevan has quit [Quit: WeeChat 0.4.2-rc1]
arBmind has quit [Quit: Leaving.]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
julweber_ has joined #ruby-lang
julweber_ has quit [Remote host closed the connection]
julweber has joined #ruby-lang
julweber has quit [Read error: Connection reset by peer]
Grimscribe has joined #ruby-lang
julweber has joined #ruby-lang
pr0ton has joined #ruby-lang
martndemus has quit [Ping timeout: 248 seconds]
r0bby_ has quit [Read error: Connection reset by peer]
ruurd has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
lfox has quit [Quit: ZZZzzz…]
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby-lang
mmorga has quit [Remote host closed the connection]
sepp2k1 has joined #ruby-lang
sepp2k has quit [Ping timeout: 272 seconds]
vky has quit [Ping timeout: 245 seconds]
kgrz has joined #ruby-lang
Grimscribe has quit [Quit: Grimscribe]
snarfmason has quit [Quit: Computer has gone to sleep.]
foucist has quit [Ping timeout: 272 seconds]
snarfmason has joined #ruby-lang
snarfmason has quit [Client Quit]
enmand has joined #ruby-lang
yfeldblum has joined #ruby-lang
Rarrikins has joined #ruby-lang
ruurd has quit [Quit: Leaving...]
kek_ has quit [Remote host closed the connection]
mucker has quit [Remote host closed the connection]
vky has joined #ruby-lang
pr0ton has quit [Quit: pr0ton]
pr0ton has joined #ruby-lang
pr0ton has quit [Client Quit]
<zenspider> sexp_processor version 4.4.0 has been released! | software releases by ryan davis - http://blog.zenspider.com/releases/2013/10/sexp_processor-version-4-4-0-has-been-released.html
pr0ton has joined #ruby-lang
tkuchiki has joined #ruby-lang
pr0ton has quit [Client Quit]
vky has quit [Ping timeout: 245 seconds]
kek has joined #ruby-lang
pr0ton has joined #ruby-lang
<zenspider> flog version 4.2.0 has been released! | software releases by ryan davis - http://blog.zenspider.com/releases/2013/10/flog-version-4-2-0-has-been-released.html
torrieri has quit [Quit: Leaving...]
kalesage has joined #ruby-lang
mdedetrich has joined #ruby-lang
enmand has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
enmand has joined #ruby-lang
VTLob has quit [Quit: VTLob]
torrieri has joined #ruby-lang
torrieri has quit [Remote host closed the connection]
tallship has joined #ruby-lang
ikrima has quit [Ping timeout: 272 seconds]
Coincidental has quit [Remote host closed the connection]
Coincidental has joined #ruby-lang
nathanstitt has joined #ruby-lang
kalesage has quit [Quit: ThrashIRC v2.9 sic populo comunicated]
ikrima has joined #ruby-lang
foucist has joined #ruby-lang
jaimef has quit [Excess Flood]
martndemus has joined #ruby-lang
DEac- has quit [Read error: No route to host]
DEac-_ has joined #ruby-lang
Coincidental has quit [Ping timeout: 256 seconds]
io_syl has joined #ruby-lang
charliesome has joined #ruby-lang
flip_digits has quit [Remote host closed the connection]
martndemus has quit [Ping timeout: 248 seconds]