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
seanot has joined #ruby-lang
mistym has quit [Remote host closed the connection]
robbyoconnor has quit [Ping timeout: 260 seconds]
robbyoconnor has joined #ruby-lang
x0f has quit [Ping timeout: 260 seconds]
x0f has joined #ruby-lang
ddv has quit [Ping timeout: 245 seconds]
arBmind has quit [Quit: Leaving.]
mister_integer has quit [Remote host closed the connection]
ti-wali has quit [Remote host closed the connection]
ddv has joined #ruby-lang
x0f has quit [Ping timeout: 240 seconds]
x0f has joined #ruby-lang
dik_dak has quit [Quit: Leaving]
dorei has quit []
robbyoconnor has quit [Quit: Konversation terminated!]
mister_integer has joined #ruby-lang
yubrew has joined #ruby-lang
redgetan has joined #ruby-lang
yubrew has quit [Ping timeout: 240 seconds]
thoolihan has quit [Ping timeout: 240 seconds]
tmegano has quit [Ping timeout: 276 seconds]
nofxx has joined #ruby-lang
thoolihan has joined #ruby-lang
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
seanot has quit [Remote host closed the connection]
seanot has joined #ruby-lang
seanot has quit [Ping timeout: 245 seconds]
redgetan has quit [Quit: Leaving]
tectonic has quit []
charliesome has joined #ruby-lang
thoolihan has quit [Ping timeout: 240 seconds]
nertzy has joined #ruby-lang
Guest79520 has quit [Remote host closed the connection]
thoolihan has joined #ruby-lang
diegoviola has joined #ruby-lang
x0f has quit [Ping timeout: 276 seconds]
dik_dak has joined #ruby-lang
x0f has joined #ruby-lang
iliketurtles has quit [Quit: zzzzz…..]
lsegal has quit [Read error: Connection reset by peer]
yubrew has joined #ruby-lang
lsegal has joined #ruby-lang
iliketurtles has joined #ruby-lang
yubrew has quit [Ping timeout: 252 seconds]
mister_integer has quit [Remote host closed the connection]
luiz_ has joined #ruby-lang
luiz_ is now known as Guest56647
luiz_lha has quit [Ping timeout: 265 seconds]
RobertBirnie has joined #ruby-lang
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #ruby-lang
Asher2 is now known as Asher
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
seanot has joined #ruby-lang
spastorino has joined #ruby-lang
seanot has quit [Ping timeout: 265 seconds]
hahuang65 has joined #ruby-lang
kitak has quit [Remote host closed the connection]
kitak has joined #ruby-lang
kitak has quit [Ping timeout: 256 seconds]
mikecmpbll has quit [Quit: i've nodded off.]
mister_i_ has joined #ruby-lang
mykoweb has joined #ruby-lang
yubrew has joined #ruby-lang
robbyoconnor has joined #ruby-lang
yubrew has quit [Ping timeout: 276 seconds]
mykoweb has quit [Remote host closed the connection]
x0f has quit [Ping timeout: 252 seconds]
x0f has joined #ruby-lang
jxie has quit [Ping timeout: 240 seconds]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
jhuang has joined #ruby-lang
wallerdev has joined #ruby-lang
<jhuang> Is there any way to run Ruby code in isolation with eval() (or some other method)? (i.e. any global variables assigned to in that code are not visible in the calling program)
ryba_ has joined #ruby-lang
toertore has quit [Quit: This computer has gone to sleep]
nofxx_ has joined #ruby-lang
nofxx_ has joined #ruby-lang
nofxx_ has quit [Changing host]
jxie has joined #ruby-lang
cstrahan has quit [Ping timeout: 252 seconds]
nofxx has quit [Ping timeout: 252 seconds]
mehlah has quit [Quit: Leaving...]
mykoweb has joined #ruby-lang
heavyhorse has quit [Quit: Computer has gone to sleep]
hahuang65 has quit [Quit: WeeChat 0.4.3]
heavyhorse has joined #ruby-lang
mykoweb has quit [Ping timeout: 240 seconds]
hahuang65 has joined #ruby-lang
ssj4mo has joined #ruby-lang
Guest27789 has joined #ruby-lang
x0f has quit [Ping timeout: 240 seconds]
x0f has joined #ruby-lang
yubrew has joined #ruby-lang
yubrew has quit [Ping timeout: 240 seconds]
newvegas has quit [Read error: Connection reset by peer]
<duper> jhuang: like $SAFE ?
x0f has quit [Ping timeout: 260 seconds]
mistym has joined #ruby-lang
Burgestrand has quit [Quit: Burgestrand]
x0f has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
<Guest27789> I cannot figure out how to reproduce this, but my `Encoding.default_external` is coming in as “US-ASCII”, and it’s breaking my program, because when it reads the string (which should be UTF-8), it has “invalid multibyte char (US-ASCII)”. The input is passed on stdin from a node process running in Github’s Atom editor, it was extracted from Atom’s DOM. I attempted to force it to UTF8
<Guest27789> Is there a way to force it to read as utf8? Or any idea what I should look at on the other end that’s causing it to be interpreted this way? I ran through a through z in -K<char>, and could not figure out how to get it to that encoding, I wrote a node program to try and reproduce it, wrote a ruby program that uses capture3 with stdin_data that is US-ASCII, I cannot reproduce this issue, and have no real idea what is wrong or how to fix i
<jhuang> duper: $SAFE is too restrictive; I want the called code to be able to do things like define methods, etc. but those methods should only be visible in that code, not to the caller.
hahuang65 has quit [Quit: WeeChat 0.4.3]
dik_dak has quit [Quit: Leaving]
<ari-_-e> jhuang: how would you want to extract information from the script being run?
<jhuang> ari-_-e: Possibly through some specific mutable context/state specified during invocation (in the same vein the binding is specified).
hahuang65 has joined #ruby-lang
<jhuang> Or perhaps even replace binding with some kind of environment context, which contains both input and output objects - execute(code_string, environment) and the code string would see only those objects provided in environment (and if any of those are mutable, and the called code modifies them, after execution those modified objects are available in the caller )
<jhuang> The pathological implementation of this would be equivalent to forking to child process, with shared memory for the shared state (but otherwise the forked child gets its own address space / environment) - albeit a more heavyweight implementation than is necessary, i.e. a ruby interpreter could provide this more efficiently for a managed language like ruby than incurring process creation cost.
mykoweb has joined #ruby-lang
toastynerd has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
mykoweb has quit [Ping timeout: 245 seconds]
|jemc| has quit [Ping timeout: 245 seconds]
jhuang has quit [Quit: Page closed]
jsullivandigs has joined #ruby-lang
jsullivandigs has quit [Remote host closed the connection]
yubrew has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby-lang
yubrew has quit [Ping timeout: 245 seconds]
<darix> jhass|off: th
<darix> uhm
ur5us has quit [Ping timeout: 265 seconds]
jsullivandigs has joined #ruby-lang
spastorino has quit [Quit: Connection closed for inactivity]
chouhoulis has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
spuk has joined #ruby-lang
x0f has quit [Ping timeout: 276 seconds]
x0f has joined #ruby-lang
sleepee has quit [Quit: Leaving]
jsullivandigs has quit [Remote host closed the connection]
cstrahan has joined #ruby-lang
yubrew has joined #ruby-lang
iliketurtles has quit [Quit: zzzzz…..]
yubrew has quit [Ping timeout: 240 seconds]
iliketurtles has joined #ruby-lang
jsullivandigs has joined #ruby-lang
sdouglas has joined #ruby-lang
digs has joined #ruby-lang
digs is now known as Guest44034
phrozen77 has quit [Changing host]
phrozen77 has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 245 seconds]
amclain has quit [Quit: Leaving]
iliketurtles has quit [Quit: zzzzz…..]
jxie has quit [Ping timeout: 265 seconds]
jackhammer2022 has joined #ruby-lang
Guest44034 has quit [Remote host closed the connection]
sdouglas has quit [Remote host closed the connection]
sdouglas_ has joined #ruby-lang
jxie has joined #ruby-lang
spuk has quit [Quit: Human beings were created by water to transport it uphill.]
stayarrr has quit [Quit: Leaving...]
stayarrr has joined #ruby-lang
yubrew has joined #ruby-lang
mister_i_ has quit [Remote host closed the connection]
sepp2k has quit [Read error: Connection reset by peer]
yubrew has quit [Ping timeout: 260 seconds]
rh1n0 has joined #ruby-lang
rh1n0 has quit [Client Quit]
chouhoulis has quit [Remote host closed the connection]
rahul_j has joined #ruby-lang
mistym has quit [Remote host closed the connection]
jsullivandigs has joined #ruby-lang
symm- has quit [Ping timeout: 240 seconds]
GBrawl has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 252 seconds]
stayarrr has quit [Quit: Leaving...]
symm- has joined #ruby-lang
stayarrr has joined #ruby-lang
sdouglas_ has quit [Remote host closed the connection]
yubrew has joined #ruby-lang
yubrew has quit [Ping timeout: 252 seconds]
_ht has joined #ruby-lang
mistym has joined #ruby-lang
relix has joined #ruby-lang
heavyhorse has quit [Quit: Computer has gone to sleep]
heavyhorse has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
jsullivandigs has joined #ruby-lang
jackhammer2022 has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
rahul_j has joined #ruby-lang
chouhoulis has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 260 seconds]
chouhoulis has quit [Ping timeout: 240 seconds]
ur5us has joined #ruby-lang
tbuehlmann has joined #ruby-lang
alexju has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
alexju has quit [Remote host closed the connection]
stayarrr has quit [Quit: Leaving...]
mister_integer has joined #ruby-lang
stayarrr has joined #ruby-lang
stamina has joined #ruby-lang
mister_integer has quit [Ping timeout: 276 seconds]
frank_o has joined #ruby-lang
Cakey has joined #ruby-lang
mr-foobar has joined #ruby-lang
stayarrr has quit [Quit: Leaving...]
rahul_j has joined #ruby-lang
jsullivandigs has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 245 seconds]
mistym has quit [Remote host closed the connection]
jhass|off is now known as jhass
googleua has joined #ruby-lang
railzForDaiz has joined #ruby-lang
yubrew has joined #ruby-lang
yubrew has quit [Ping timeout: 240 seconds]
wallerdev has quit [Quit: wallerdev]
BucOder has joined #ruby-lang
lolmaus has joined #ruby-lang
pskosinski has joined #ruby-lang
zenspider has quit [Remote host closed the connection]
googleua has quit [Ping timeout: 276 seconds]
mister_integer has joined #ruby-lang
sheperson has joined #ruby-lang
mister_integer has quit [Ping timeout: 252 seconds]
cstrahan has quit [Ping timeout: 240 seconds]
sheperson has quit [Quit: sheperson]
Cakey has quit [Ping timeout: 252 seconds]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
arBmind has joined #ruby-lang
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
jsullivandigs has joined #ruby-lang
banister has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 245 seconds]
BucOder has quit [Quit: Computer has gone to sleep.]
skade has joined #ruby-lang
mister_integer has joined #ruby-lang
yubrew has joined #ruby-lang
futilegames has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
zarubin has joined #ruby-lang
mister_integer has quit [Ping timeout: 265 seconds]
yubrew has quit [Ping timeout: 252 seconds]
skade has quit [Quit: Computer has gone to sleep.]
adphillips has joined #ruby-lang
adphillips has quit [Client Quit]
sarkyniin has joined #ruby-lang
futilegames has quit [Quit: futilegames]
sdouglas has joined #ruby-lang
sarkyniin has quit [Ping timeout: 265 seconds]
lolmaus has quit [Quit: No Ping reply in 180 seconds.]
Atttwww has quit [Ping timeout: 276 seconds]
sdouglas has quit [Ping timeout: 240 seconds]
x0f has quit [Ping timeout: 245 seconds]
lolmaus has joined #ruby-lang
x0f has joined #ruby-lang
lolmaus has quit [Remote host closed the connection]
sarkyniin has joined #ruby-lang
sarkyniin has quit [Client Quit]
x0f has quit [Ping timeout: 245 seconds]
mikecmpbll has joined #ruby-lang
x0f has joined #ruby-lang
kyb3r_ has quit [Quit: Leaving]
tomkadwill has joined #ruby-lang
tbuehlmann has quit [Ping timeout: 252 seconds]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
skade has joined #ruby-lang
jsullivandigs has joined #ruby-lang
jsullivandigs has quit [Read error: No route to host]
jsullivandigs has joined #ruby-lang
syst3m-m3ltd0wn has joined #ruby-lang
<syst3m-m3ltd0wn> help
<syst3m-m3ltd0wn> hello
BucOder has joined #ruby-lang
<syst3m-m3ltd0wn> hello
enkristoffer has joined #ruby-lang
<syst3m-m3ltd0wn> who is on?
jsullivandigs has quit [Ping timeout: 245 seconds]
yubrew has joined #ruby-lang
sarkyniin has joined #ruby-lang
syst3m-m3ltd0wn has quit [Quit: WeeChat 0.4.2]
syst3m-m3ltd0wn has joined #ruby-lang
<jhass> syst3m-m3ltd0wn: just ask you question and have patience
<syst3m-m3ltd0wn> this is my first time on irc
<syst3m-m3ltd0wn> so i was little bit confused when everyone stood silent!
<syst3m-m3ltd0wn> anyways thank you for your information jhass
<syst3m-m3ltd0wn> :)
mister_integer has joined #ruby-lang
yubrew has quit [Ping timeout: 265 seconds]
<syst3m-m3ltd0wn> can anyone tell me some of the good reading resources on RoR?
<jhass> better ask #rubyonrails for rails topics ;)
<syst3m-m3ltd0wn> thank you
mister_i_ has joined #ruby-lang
<jhass> though https://guides.rubyonrails.org make a decent introduction in case you've seen a programming language before
<jhass> oh, http:// only it seems
<syst3m-m3ltd0wn> hehe
<syst3m-m3ltd0wn> got that!
<syst3m-m3ltd0wn> :)
mister_integer has quit [Ping timeout: 276 seconds]
mister_i_ has quit [Ping timeout: 265 seconds]
x0f has quit [Ping timeout: 240 seconds]
x0f has joined #ruby-lang
syst3m-m3ltd0wn has quit [Quit: WeeChat 0.4.2]
ur5us has quit [Remote host closed the connection]
syst3m-m3ltd0wn has joined #ruby-lang
t4nk972 has joined #ruby-lang
<t4nk972> Hello, What's the recommended way to fill a drop down in the view? The data is contained in a different model than the corresping to the controller associated with the view.
zarubin has quit []
jsullivandigs has joined #ruby-lang
BucOder has quit [Quit: Computer has gone to sleep.]
<t4nk972> My attempt was to solve the issue through f.collection_select, but I do not know what the right parameters are.
sdouglas has joined #ruby-lang
pskosinski has quit [Quit: Til rivido Idisti!]
sdouglas has quit [Ping timeout: 252 seconds]
sarkyniin has quit [Read error: No route to host]
frank_o has quit [Ping timeout: 240 seconds]
sarkyniin has joined #ruby-lang
<jhass> t4nk972: #rubyonrails
t4nk972 has quit [Quit: Page closed]
banister has joined #ruby-lang
syst3m-m3ltd0wn has quit [Quit: WeeChat 0.4.2]
fragamus has joined #ruby-lang
Cakey has joined #ruby-lang
yubrew has joined #ruby-lang
yubrew has quit [Ping timeout: 245 seconds]
BucOder has joined #ruby-lang
ledestin has quit [Ping timeout: 240 seconds]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
BucOder has quit [Client Quit]
ledestin has joined #ruby-lang
moriarty has joined #ruby-lang
moriarty is now known as Guest17216
sarkyniin has quit [Quit: Quitte]
mister_integer has joined #ruby-lang
mister_integer has quit [Ping timeout: 260 seconds]
toretore has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
bungoman has quit [Remote host closed the connection]
yfeldblum has quit [Remote host closed the connection]
symm- has quit [Ping timeout: 265 seconds]
mehlah has joined #ruby-lang
mehlah has quit [Client Quit]
closer has quit [*.net *.split]
Guest17216 has quit [Ping timeout: 240 seconds]
closer has joined #ruby-lang
sdouglas has joined #ruby-lang
ur5us has joined #ruby-lang
diegoviola has quit [Read error: Connection reset by peer]
Lumio has joined #ruby-lang
rippa has joined #ruby-lang
ur5us has quit [Ping timeout: 240 seconds]
sdouglas has quit [Ping timeout: 240 seconds]
skade has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
tomkadwill has quit [Remote host closed the connection]
wm3|away has joined #ruby-lang
ledestin has quit [Ping timeout: 245 seconds]
ledestin has joined #ruby-lang
yubrew has joined #ruby-lang
bungoman has joined #ruby-lang
yfeldblu_ has joined #ruby-lang
bungoman has quit [Ping timeout: 245 seconds]
yubrew has quit [Ping timeout: 252 seconds]
yfeldblu_ has quit [Ping timeout: 240 seconds]
fragamus has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
itsraining has joined #ruby-lang
mehlah has joined #ruby-lang
mister_integer has joined #ruby-lang
charliesome has quit [Ping timeout: 245 seconds]
mister_integer has quit [Ping timeout: 252 seconds]
charliesome has joined #ruby-lang
newvegas has joined #ruby-lang
sdouglas has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
wm3|away has quit [Ping timeout: 252 seconds]
sdouglas has quit [Ping timeout: 252 seconds]
mr-foobar has quit [Ping timeout: 276 seconds]
Gabri has joined #ruby-lang
mr-foobar has joined #ruby-lang
Cakey has quit [Ping timeout: 276 seconds]
yubrew has joined #ruby-lang
bungoman has joined #ruby-lang
yfeldblum has joined #ruby-lang
yubrew has quit [Ping timeout: 245 seconds]
bungoman has quit [Ping timeout: 245 seconds]
lewix has joined #ruby-lang
yfeldblum has quit [Ping timeout: 276 seconds]
heavyhorse has quit [Read error: Connection reset by peer]
heavyhor1e has joined #ruby-lang
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
skade has joined #ruby-lang
Gabri has quit [Remote host closed the connection]
alexju has joined #ruby-lang
havenwood has joined #ruby-lang
dwknoxy has joined #ruby-lang
Cakey has joined #ruby-lang
alexju has quit [Remote host closed the connection]
skade has quit [Quit: Computer has gone to sleep.]
Gabri has joined #ruby-lang
Gabri has quit [Remote host closed the connection]
mister_integer has joined #ruby-lang
rue|w_ has quit [Remote host closed the connection]
chouhoulis has joined #ruby-lang
mister_integer has quit [Ping timeout: 240 seconds]
sdouglas has joined #ruby-lang
nofxx_ has quit [Ping timeout: 260 seconds]
Cakey has quit [Ping timeout: 265 seconds]
Cakey has joined #ruby-lang
sepp2k has joined #ruby-lang
ddv has quit [Ping timeout: 245 seconds]
heavyhor1e is now known as heavyhorse
shinnya has joined #ruby-lang
Cakey has quit [Ping timeout: 240 seconds]
Cakey has joined #ruby-lang
GBrawl has quit [Ping timeout: 265 seconds]
cirenyc has joined #ruby-lang
yubrew has joined #ruby-lang
bungoman has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
sdouglas has joined #ruby-lang
yfeldblum has joined #ruby-lang
Cakey has quit [Ping timeout: 252 seconds]
yubrew has quit [Ping timeout: 240 seconds]
bungoman has quit [Ping timeout: 252 seconds]
sdouglas has quit [Ping timeout: 240 seconds]
yfeldblum has quit [Ping timeout: 265 seconds]
shinnya has quit [Ping timeout: 252 seconds]
frank_o has joined #ruby-lang
Cakey has joined #ruby-lang
nathanstitt has joined #ruby-lang
ddv has joined #ruby-lang
ddv has quit [Ping timeout: 245 seconds]
lewix has quit [Remote host closed the connection]
pskosinski has joined #ruby-lang
spastorino has joined #ruby-lang
mister_integer has joined #ruby-lang
Cakey has quit [Ping timeout: 245 seconds]
enkristoffer has quit [Quit: ❤]
Cakey has joined #ruby-lang
GBrawl has joined #ruby-lang
alexju has joined #ruby-lang
syst3m-m3ltd0wn has joined #ruby-lang
mister_integer has quit [Ping timeout: 276 seconds]
<syst3m-m3ltd0wn> #join rubyonrails
jhass is now known as jhass|off
pskosinski has quit [Quit: Til rivido Idisti!]
Lumio has quit [Quit: ...]
mbj has joined #ruby-lang
mister_integer has joined #ruby-lang
ddv has joined #ruby-lang
itsraining has quit [Ping timeout: 240 seconds]
x0f has quit [Ping timeout: 276 seconds]
yubrew has joined #ruby-lang
bungoman has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
surrounder has quit [*.net *.split]
gianlucadv has quit [*.net *.split]
shaman42_ has quit [*.net *.split]
Shoffner has quit [*.net *.split]
Guest85414______ has quit [*.net *.split]
jtoy has quit [*.net *.split]
tsou has quit [*.net *.split]
shaman42 has joined #ruby-lang
jtoy has joined #ruby-lang
gianlucadv has joined #ruby-lang
Guest85414______ has joined #ruby-lang
tsou has joined #ruby-lang
Shoffner has joined #ruby-lang
surrounder has joined #ruby-lang
yfeldblum has joined #ruby-lang
itsraining has joined #ruby-lang
jhass|off is now known as jhass
yubrew has quit [Ping timeout: 252 seconds]
x0f has joined #ruby-lang
bungoman has quit [Ping timeout: 276 seconds]
kitak has joined #ruby-lang
yfeldblum has quit [Ping timeout: 240 seconds]
Cakey has quit [Ping timeout: 252 seconds]
mbj_ has joined #ruby-lang
Cakey has joined #ruby-lang
mbj has quit [Ping timeout: 260 seconds]
havenwood has joined #ruby-lang
mbj_ has quit [Ping timeout: 252 seconds]
lewix has joined #ruby-lang
|jemc| has joined #ruby-lang
tsou has quit [Quit: off]
frank_o has quit [Quit: Lost terminal]
kfpratt has joined #ruby-lang
Guest85414______ has quit [Changing host]
Guest85414______ has joined #ruby-lang
Shoffner has quit [Changing host]
Shoffner has joined #ruby-lang
tsou has joined #ruby-lang
Cakey has quit [Ping timeout: 276 seconds]
lewix has quit [Remote host closed the connection]
x0f has quit [Ping timeout: 240 seconds]
amclain has joined #ruby-lang
Cakey has joined #ruby-lang
stulzer has joined #ruby-lang
x0f has joined #ruby-lang
heavyhorse has quit [Quit: Computer has gone to sleep]
heavyhorse has joined #ruby-lang
heavyhorse has quit [Ping timeout: 240 seconds]
Cakey has quit [Ping timeout: 252 seconds]
kfpratt has quit [Remote host closed the connection]
Cakey has joined #ruby-lang
sarkyniin has joined #ruby-lang
enkristoffer has joined #ruby-lang
Cakey has quit [Remote host closed the connection]
mbj has joined #ruby-lang
Cakey has joined #ruby-lang
chouhoulis has quit [Remote host closed the connection]
railzForDaiz has quit [Ping timeout: 252 seconds]
lewix has joined #ruby-lang
yubrew has joined #ruby-lang
Cakey has quit [Ping timeout: 265 seconds]
bungoman has joined #ruby-lang
mbj has quit [Ping timeout: 252 seconds]
yfeldblum has joined #ruby-lang
railzForDaiz has joined #ruby-lang
wallerdev has joined #ruby-lang
yubrew has quit [Ping timeout: 240 seconds]
nvmme has joined #ruby-lang
toastynerd has joined #ruby-lang
bungoman has quit [Ping timeout: 240 seconds]
itsraining has quit [Ping timeout: 240 seconds]
Cakey has joined #ruby-lang
yfeldblum has quit [Ping timeout: 252 seconds]
joonty has quit [Ping timeout: 252 seconds]
Guest27789 has quit [Quit: Guest27789]
RobertBirnie has joined #ruby-lang
mister_integer has quit [Remote host closed the connection]
nvmme has left #ruby-lang [#ruby-lang]
RobertBirnie has quit [Client Quit]
kith has quit [Quit: kith]
mykoweb has joined #ruby-lang
robin850 has joined #ruby-lang
joonty has joined #ruby-lang
<robin850> Hello! Excuse me if I'm missing something but is it possible to have options like --parse-<arg> with OptionParser please ? I tried to pass --parse-[EXTENSION] to the `on` method but when I run the file, I get an "invalid option" message.
toastynerd has quit [Remote host closed the connection]
syst3m-m3ltd0wn has quit [Ping timeout: 240 seconds]
toastynerd has joined #ruby-lang
GBrawl has quit [Quit: Computer has gone to sleep.]
nvmme has joined #ruby-lang
GBrawl_ has joined #ruby-lang
lewix has quit [Remote host closed the connection]
alexju has quit [Remote host closed the connection]
dmitrykorotkov has joined #ruby-lang
nvmme has quit [Quit: nvmme]
chouhoulis has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
dmitrykorotkov is now known as DeltaKilo
DeltaKilo is now known as codename_539
codename_539 is now known as dmitrykorotkov
GBrawl_ has quit [Read error: Connection reset by peer]
Cakey has quit [Ping timeout: 240 seconds]
GBrawl_ has joined #ruby-lang
mykoweb_ has joined #ruby-lang
Cakey has joined #ruby-lang
apeiros has joined #ruby-lang
Cakey has quit [Ping timeout: 252 seconds]
stamina has quit [Quit: WeeChat 0.4.3]
cirenyc has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<whitequark> robin850: no
<whitequark> and it's a bad idea anyway. use --parse extension
apt-get_ has joined #ruby-lang
<robin850> whitequark: Ok thanks! Yep I agree that --parse extension is nicer, but this was for the sake of backward compatibility
nvmme has joined #ruby-lang
sarkyniin has quit [Ping timeout: 245 seconds]
nvmme has quit [Quit: nvmme]
AncientAmateur has joined #ruby-lang
cirenyc has joined #ruby-lang
yubrew has joined #ruby-lang
bungoman has joined #ruby-lang
yfeldblum has joined #ruby-lang
yubrew has quit [Ping timeout: 240 seconds]
bungoman has quit [Ping timeout: 252 seconds]
yfeldblum has quit [Ping timeout: 240 seconds]
jsullivandigs has quit [Remote host closed the connection]
sdouglas has joined #ruby-lang
railzForDaiz has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
arBmind has joined #ruby-lang
mister_integer has joined #ruby-lang
tomkadwill has joined #ruby-lang
Caius has quit [*.net *.split]
Mellett68 has quit [*.net *.split]
Guest31041 has quit [*.net *.split]
Mellett68 has joined #ruby-lang
Guest31041 has joined #ruby-lang
mister_integer has quit [Ping timeout: 252 seconds]
heavyhorse has joined #ruby-lang
Caius has joined #ruby-lang
robin850 has quit [Remote host closed the connection]
railzForDaiz has joined #ruby-lang
Caius is now known as Guest70884
rofel has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
Guest70884 has quit [*.net *.split]
nvmme has joined #ruby-lang
Caius has joined #ruby-lang
mbj has joined #ruby-lang
nvmme has quit [Quit: nvmme]
sleepee has joined #ruby-lang
apt-get_ has quit [Ping timeout: 265 seconds]
arBmind has quit [Quit: Leaving.]
mistym has joined #ruby-lang
x0f has quit [Ping timeout: 240 seconds]
sdouglas has joined #ruby-lang
mykoweb_ has quit [Remote host closed the connection]
x0f has joined #ruby-lang
mykoweb has joined #ruby-lang
Cakey has joined #ruby-lang
tomkadwill has quit [Remote host closed the connection]
mykoweb has quit [Ping timeout: 260 seconds]
hahuang65 has quit [Ping timeout: 240 seconds]
Burgestrand has joined #ruby-lang
Cakey has quit [Ping timeout: 265 seconds]
yubrew has joined #ruby-lang
josh has joined #ruby-lang
josh is now known as Guest60505
bungoman has joined #ruby-lang
skade has joined #ruby-lang
yubrew has quit [Ping timeout: 245 seconds]
hahuang65 has joined #ruby-lang
bungoman has quit [Ping timeout: 240 seconds]
tbuehlmann has joined #ruby-lang
yfeldblu_ has joined #ruby-lang
houhoulis has joined #ruby-lang
Guest60505 has quit [Ping timeout: 260 seconds]
robin850 has joined #ruby-lang
robbyoconnor has quit [Ping timeout: 252 seconds]
Burgestrand has quit [Quit: Burgestrand]
dmitrykorotkov has quit [Remote host closed the connection]
BucOder has joined #ruby-lang
AncientAmateur has quit [Remote host closed the connection]
Burgestrand has joined #ruby-lang
cirenyc has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sdouglas has quit [Remote host closed the connection]
tkuchiki has quit [Remote host closed the connection]
mister_integer has joined #ruby-lang
AncientAmateur has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
mister_integer has quit [Ping timeout: 240 seconds]
havenwood has joined #ruby-lang
matp has quit [Ping timeout: 240 seconds]
arBmind has joined #ruby-lang
skade has quit [Ping timeout: 265 seconds]
jackhammer2022 has joined #ruby-lang
alexju has joined #ruby-lang
AncientAmateur has quit [Remote host closed the connection]
banister has joined #ruby-lang
Miphix has quit [Quit: Leaving]
alexju has quit [Ping timeout: 252 seconds]
toastynerd has quit []
sleepee has quit [Quit: Leaving]
yubrew has joined #ruby-lang
rofel has quit [Quit: Leaving...]
bungoman has joined #ruby-lang
BucOder has quit [Quit: Computer has gone to sleep.]
yubrew has quit [Ping timeout: 240 seconds]
lsegal has joined #ruby-lang
sleepee has joined #ruby-lang
esad has joined #ruby-lang
BucOder has joined #ruby-lang
bungoman has quit [Ping timeout: 276 seconds]
BucOder has quit [Client Quit]
josh has joined #ruby-lang
josh is now known as Guest42887
sleepee has quit [Quit: Leaving]
AncientAmateur has joined #ruby-lang
BucOder has joined #ruby-lang
spastorino has quit [Quit: Connection closed for inactivity]
Burgestrand has quit [Quit: Burgestrand]
nvmme has joined #ruby-lang
BucOder has quit [Quit: Computer has gone to sleep.]
stulzer has quit [Quit: leaving]
nvmme has quit [Quit: nvmme]
matp has joined #ruby-lang
sarkyniin has joined #ruby-lang
robbyoconnor has joined #ruby-lang
nvmme has joined #ruby-lang
banister_ has joined #ruby-lang
cored has joined #ruby-lang
banister_ has quit [Max SendQ exceeded]
yubrew has joined #ruby-lang
banister has quit [Ping timeout: 276 seconds]
banister has joined #ruby-lang
robbyoconnor has quit [Read error: Connection reset by peer]
r0bby has joined #ruby-lang
bungoman has joined #ruby-lang
Nilium has quit [Quit: <kristin> Cower is like... I dunno. sometimes he seems senile and other times he seems like a middle schooler.]
yubrew has quit [Ping timeout: 240 seconds]
luiz_ has joined #ruby-lang
luiz_ is now known as Guest62785
GBrawl_ has quit [Quit: Computer has gone to sleep.]
bungoman has quit [Ping timeout: 245 seconds]
_ht has quit [Remote host closed the connection]
Guest56647 has quit [Ping timeout: 265 seconds]
robin850 has quit [Remote host closed the connection]
Nilium_ has joined #ruby-lang
GBrawl__ has joined #ruby-lang
mbj has quit [Ping timeout: 245 seconds]
sharpmachine has joined #ruby-lang
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
itsraining has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
cored has quit [Ping timeout: 260 seconds]
catepillar has joined #ruby-lang
sdouglas has joined #ruby-lang
mister_integer has joined #ruby-lang
mykoweb has joined #ruby-lang
skade has joined #ruby-lang
mister_integer has quit [Ping timeout: 240 seconds]
mykoweb has quit [Ping timeout: 265 seconds]
heftig has quit [Quit: Quitting]
r0bby has quit [Ping timeout: 245 seconds]
r0bby has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
skade has quit [Quit: Computer has gone to sleep.]
cored has joined #ruby-lang
cored has quit [Changing host]
cored has joined #ruby-lang
skade has joined #ruby-lang
skade has quit [Client Quit]
skade has joined #ruby-lang
sdouglas_ has joined #ruby-lang
skade has quit [Client Quit]
skade has joined #ruby-lang
skade has joined #ruby-lang
skade has quit [Client Quit]
GBrawl__ has quit [Quit: Lingo - http://lingoirc.com]
kyb3r_ has joined #ruby-lang
skade has quit [Client Quit]
skade has joined #ruby-lang
heftig has joined #ruby-lang
yubrew has joined #ruby-lang
skade has joined #ruby-lang
skade has quit [Client Quit]
bungoman has joined #ruby-lang
skade has quit [Client Quit]
skade has joined #ruby-lang
yubrew has quit [Ping timeout: 240 seconds]
bungoman has quit [Ping timeout: 260 seconds]
r0bby has quit [Ping timeout: 252 seconds]
kith has joined #ruby-lang
r0bby has joined #ruby-lang
AncientAmateur has quit [Remote host closed the connection]
symm- has joined #ruby-lang
arBmind has joined #ruby-lang
kfpratt has joined #ruby-lang
esad has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
AncientAmateur has joined #ruby-lang
kfpratt has quit [Remote host closed the connection]
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #ruby-lang
sdouglas_ has quit [Remote host closed the connection]
kfpratt has joined #ruby-lang
kfpratt has quit [Remote host closed the connection]
r0bby has quit [Quit: Konversation terminated!]
Johz has joined #ruby-lang
tomkadwill has joined #ruby-lang
matp has quit [Remote host closed the connection]
sarkyniin has quit [Quit: Quitte]
sdouglas has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
Burgestrand has joined #ruby-lang
esad has joined #ruby-lang
mykoweb has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
tomkadwi_ has joined #ruby-lang
mykoweb has joined #ruby-lang
tbuehlmann has quit [Remote host closed the connection]
cirenyc has joined #ruby-lang
tomkadwill has quit [Ping timeout: 265 seconds]
cstrahan has joined #ruby-lang
sdouglas has joined #ruby-lang
mykoweb has quit [Ping timeout: 240 seconds]
cirenyc has quit [Client Quit]
btiefert2 has joined #ruby-lang
dik_dak has joined #ruby-lang
btiefert2 has quit [Client Quit]
esad has quit [Quit: Textual IRC Client: www.textualapp.com]
btiefert2 has joined #ruby-lang
itsraining has quit [Ping timeout: 240 seconds]
heavyhorse has quit [Ping timeout: 240 seconds]
tomkadwi_ has quit [Remote host closed the connection]
btiefert has quit [Ping timeout: 265 seconds]
mister_integer has joined #ruby-lang
mykoweb has joined #ruby-lang
sdouglas has quit [Ping timeout: 240 seconds]
ur5us has joined #ruby-lang
sharpmachine has quit [Remote host closed the connection]
banister_ has joined #ruby-lang
banister_ has quit [Max SendQ exceeded]
banister has quit [Read error: Connection reset by peer]
mykoweb has quit [Remote host closed the connection]
banister has joined #ruby-lang
GBrawl has joined #ruby-lang
mykoweb has joined #ruby-lang
sdouglas has joined #ruby-lang
marr has joined #ruby-lang
yubrew has joined #ruby-lang
mykoweb has quit [Ping timeout: 260 seconds]
GBrawl has quit [Quit: Lingo - http://www.lingoirc.com]
bungoman has joined #ruby-lang
Johz has quit [Ping timeout: 240 seconds]
yubrew has quit [Ping timeout: 245 seconds]
bungoman has quit [Ping timeout: 240 seconds]
nvmme has quit [Ping timeout: 276 seconds]
ItSANgo has quit [Quit: Leaving...]
mykoweb has joined #ruby-lang
banister has quit [Ping timeout: 240 seconds]
matp has joined #ruby-lang
sdouglas_ has joined #ruby-lang
ledestin has quit [Quit: ledestin]
sdouglas has quit [Ping timeout: 240 seconds]
banister has joined #ruby-lang
dik_dak has quit [Remote host closed the connection]
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
sdouglas_ has quit [Remote host closed the connection]
heavyhorse has joined #ruby-lang
tectonic has joined #ruby-lang
Burgestrand has quit [Quit: Burgestrand]
mykoweb has quit [Ping timeout: 240 seconds]
skade has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sdouglas has joined #ruby-lang
precice1 has joined #ruby-lang
railzFor_ has joined #ruby-lang
railzForDaiz has quit [Ping timeout: 276 seconds]
arBmind has quit [Quit: Leaving.]
houhoulis has quit [Remote host closed the connection]
Guest31041 has quit [Ping timeout: 260 seconds]
mykoweb has joined #ruby-lang
jhass is now known as jhass|off
ItSANgo has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
mykoweb has quit [Ping timeout: 265 seconds]
AncientAmateur has quit [Remote host closed the connection]
houhoulis has joined #ruby-lang
mykoweb has joined #ruby-lang
ledestin has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
houhoulis has quit [Client Quit]
mykoweb has joined #ruby-lang
houhoulis has joined #ruby-lang
yubrew has joined #ruby-lang
bungoman has joined #ruby-lang
mykoweb has quit [Ping timeout: 265 seconds]
yubrew has quit [Ping timeout: 240 seconds]
sdouglas has quit [Remote host closed the connection]
bungoman has quit [Ping timeout: 260 seconds]
aef has quit [Remote host closed the connection]
mehlah has quit [Quit: Leaving...]
nofxx_ has joined #ruby-lang
mehlah has joined #ruby-lang
aef has joined #ruby-lang
Atttwww has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
x0f has quit [Ping timeout: 260 seconds]
x0f has joined #ruby-lang
shinnya has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
omosoj has joined #ruby-lang
sdouglas has joined #ruby-lang
havenwood has quit []
sdouglas has quit [Ping timeout: 260 seconds]
mbj has joined #ruby-lang
cstrahan has quit [Ping timeout: 252 seconds]
mbj has quit [Ping timeout: 252 seconds]
mbj has joined #ruby-lang
kitak has quit [Remote host closed the connection]
kitak has joined #ruby-lang
yubrew has joined #ruby-lang
maccs has joined #ruby-lang
maccs has quit [Client Quit]
kablurg has joined #ruby-lang
<kablurg> hey anybody know why an environment variable prints fine in IRB but returns nil when run in a program?
<ari-_-e> which environment variable?
<kablurg> COLUMNS
x0f has quit [Ping timeout: 265 seconds]
<kablurg> it's the terminal width
<ari-_-e> right
kitak has quit [Ping timeout: 264 seconds]
<ari-_-e> I don't think LINES/COLUMNS are real environment variables - they're special case things
<ari-_-e> IRB might special case them also
<ari-_-e> hmm
x0f has joined #ruby-lang
<kablurg> ok i can try a different ruby method for getting terminal size then
yubrew has quit [Ping timeout: 276 seconds]
<ari-_-e> doesn't look like irb special cases them
<apeiros> iirc it's readline which provides them
<ari-_-e> ahh probably
cstrahan has joined #ruby-lang
<ari-_-e> I know they're available in bash
melthefedorable has left #ruby-lang [#ruby-lang]
<ari-_-e> I guess that's just because of readline
marr has quit [Ping timeout: 276 seconds]
x0f has quit [Ping timeout: 240 seconds]
mikecmpbll has quit [Quit: i've nodded off.]
x0f has joined #ruby-lang
r0bby has joined #ruby-lang
mbj has quit [Ping timeout: 276 seconds]
mister_integer has quit [Remote host closed the connection]
yfeldblu_ has quit [Read error: Connection reset by peer]
omosoj has quit [Ping timeout: 240 seconds]
yfeldblu_ has joined #ruby-lang
bungoman has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby-lang
havenwood has joined #ruby-lang
charliesome has joined #ruby-lang
sepp2k1 has joined #ruby-lang
mistym has quit [Remote host closed the connection]
r0bby has quit [Remote host closed the connection]
r0bby has joined #ruby-lang
charliesome has quit [Client Quit]