shinnya has quit [Ping timeout: 240 seconds]
charliesome has joined #ruby-lang
stardiviner has joined #ruby-lang
centrx has joined #ruby-lang
cerico has quit [Ping timeout: 256 seconds]
shinnya has joined #ruby-lang
MikaAK has joined #ruby-lang
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sepp2k1 has joined #ruby-lang
sepp2k has quit [Ping timeout: 250 seconds]
kuhk has joined #ruby-lang
mykoweb has joined #ruby-lang
kuhk has left #ruby-lang [#ruby-lang]
mistym has quit [Remote host closed the connection]
centrx has quit [Quit: Mead error: Connection reset by beer]
stamina has quit [Ping timeout: 250 seconds]
mikecmpbll has quit [Quit: i've nodded off.]
sdouglas has joined #ruby-lang
sdouglas has quit [Ping timeout: 264 seconds]
kalehv has joined #ruby-lang
DivineEntity has joined #ruby-lang
kalehv has quit [Remote host closed the connection]
kalehv has joined #ruby-lang
kalehv has quit [Ping timeout: 260 seconds]
havenwood has quit [Remote host closed the connection]
Cort3z_ is now known as Cort3z
vincent has joined #ruby-lang
vincent is now known as Guest84542
wallerdev has joined #ruby-lang
sarkyniin has joined #ruby-lang
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
marr has quit [Ping timeout: 264 seconds]
bwc has quit [Remote host closed the connection]
dfranciosi has joined #ruby-lang
bwc has joined #ruby-lang
bwc has quit [Read error: No route to host]
bwc has joined #ruby-lang
bwc has quit [Client Quit]
tectonic has joined #ruby-lang
saarinen has joined #ruby-lang
ruby-lang668 has joined #ruby-lang
weems|mac has joined #ruby-lang
segy has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
jonathanmarvens has joined #ruby-lang
quikbeam has joined #ruby-lang
adaleigh has joined #ruby-lang
jackhammer2022 has joined #ruby-lang
bradcliffe has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mehlah has quit [Quit: Leaving...]
nathanstitt has joined #ruby-lang
dfranciosi has quit [Remote host closed the connection]
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
tectonic has quit []
DivineEntity has quit [Ping timeout: 240 seconds]
ruby-lang668 has quit [Ping timeout: 246 seconds]
MikaAK has quit [Remote host closed the connection]
ponch_ has joined #ruby-lang
amystephen has quit [Ping timeout: 250 seconds]
mykoweb has joined #ruby-lang
raggedjack has joined #ruby-lang
bradcliffe has joined #ruby-lang
amystephen has joined #ruby-lang
tectonic has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
ponch_ has quit [Remote host closed the connection]
Cort3z has quit [Ping timeout: 240 seconds]
pr0ton has joined #ruby-lang
raggedjack has left #ruby-lang [#ruby-lang]
dwknoxy has joined #ruby-lang
MikaAK has joined #ruby-lang
banister has quit [Remote host closed the connection]
apeiros has quit [Remote host closed the connection]
weems|mac has quit [Quit: weems|mac]
apeiros has joined #ruby-lang
quikbeam has quit [Quit: quikbeam]
saarinen has quit [Quit: saarinen]
gix has quit [Ping timeout: 240 seconds]
gix has joined #ruby-lang
drbrain has quit [Quit: Goodbye]
drbrain has joined #ruby-lang
bradcliffe has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Cages has joined #ruby-lang
<
Cages>
Hi all. Any mac users that could help me out with an issue im having with the irb prompt in terminal?
shinnya has quit [Ping timeout: 256 seconds]
amystephen has quit [Ping timeout: 245 seconds]
Cort3z has joined #ruby-lang
shinnya has joined #ruby-lang
<
Cages>
would appreciate the help
<
|jemc|>
Cages: if you have a question, just ask it and maybe a mac user will answer it
<
Cages>
Ok. When I open the prompt it displays:
<
Cages>
-bash: alias: —prompt: not found -bash: alias: inf-ruby’: not found
<
Cages>
i would like to remove this and make the inf-ruby the default prompt for irb
sdouglas has joined #ruby-lang
Cort3z has quit [Ping timeout: 245 seconds]
bradcliffe has joined #ruby-lang
Guest84542 has quit [Remote host closed the connection]
sdouglas has quit [Ping timeout: 264 seconds]
davispuh has quit [Read error: Connection reset by peer]
<
zenspider>
inf-ruby?
<
zenspider>
that's an emacs thing, I thought
<
Cages>
its also the name of a prompt
<
zenspider>
Cages: what's in your bashrc that's referring to inf-ruby?
<
Cages>
nothing listed
<
zenspider>
yeah. I don't believe that
<
zenspider>
do `bash -xv` to bring up a new shell that's obnoxiously verbose
<
zenspider>
then use cmd-f
creede has quit [Ping timeout: 260 seconds]
<
Cages>
Ok will try that
sarkyniin has quit [Quit: Quitte]
<
zenspider>
you can also look for PS1 if it's just some prompt thingy
<
Cages>
what is that?
<
Cages>
i am new to programming
<
zenspider>
the variable that the primary prompt goes in
<
zenspider>
PS2 is used if you're continuing on another line
creede has joined #ruby-lang
pr0ton has quit [Quit: pr0ton]
wallerdev has quit [Quit: wallerdev]
<
Cages>
what do i cmd-f?
<
Cages>
what to search for
<
zenspider>
you're trying to hunt down "inf-ruby", no?
<
zenspider>
so search for that and work from there
<
Cages>
but typing bash -xv did not display anything
<
Cages>
just 'bash-3.2$'
<
zenspider>
`bash -xv` prints out 4000 lines of shell script for me
<
zenspider>
I highly doubt that you saw absolutely nothing
<
zenspider>
at the least, you should have a 10-ish line /etc/profile that'd execute
<
Cages>
i get nothing
<
zenspider>
try: bash -lxv
<
Cages>
from typing bash -xv
<
zenspider>
-l for login
<
Cages>
that worked
<
Cages>
i will paste the code displayed in a link (involving inf-ruby only)
jonathanmarvens has quit [Remote host closed the connection]
<
zenspider>
backticks?
<
zenspider>
they shouldn't be backticks
<
zenspider>
plain single quotes
<
zenspider>
backticks runs in a subshell and replaces with the result
<
Cages>
i do not understand
creede has quit [Ping timeout: 250 seconds]
<
zenspider>
you have ` and should have '
<
Cages>
how do i rectify this?
<
zenspider>
grep through your shit for 'alias irb'
<
zenspider>
you prolly also have — instead of --
<
zenspider>
looks like you copy/pasted from a web-browser that munged the code
<
zenspider>
or... something
<
zenspider>
I gotta go eat dinner. good luck.
<
zenspider>
none of this is OSX related...anyone here can help
pr0ton has joined #ruby-lang
<
Cages>
i will try to fix the error and possibly return
Cages has quit [Quit: Page closed]
symm- has quit [Ping timeout: 240 seconds]
kalehv has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
gix has quit [Ping timeout: 240 seconds]
creede has joined #ruby-lang
weems|mac has joined #ruby-lang
saarinen has joined #ruby-lang
gix has joined #ruby-lang
Miphix has joined #ruby-lang
weems|mac has quit [Ping timeout: 255 seconds]
saarinen has quit [Read error: Connection reset by peer]
saarinen has joined #ruby-lang
wallerdev has joined #ruby-lang
MikaAK has quit [Remote host closed the connection]
MikaAK has joined #ruby-lang
GarethAdams has quit [Ping timeout: 240 seconds]
yfeldblum has quit [Read error: Connection reset by peer]
yfeldblum has joined #ruby-lang
kalehv has quit [Remote host closed the connection]
kalehv has joined #ruby-lang
Createene has joined #ruby-lang
spuk has quit [Ping timeout: 256 seconds]
vincent has joined #ruby-lang
vincent is now known as Guest54089
GarethAdams has joined #ruby-lang
spuk has joined #ruby-lang
<
Createene>
anyone know if there's a good way to develop android apps using ruby?
kalehv has quit [Ping timeout: 255 seconds]
animetwerklund has joined #ruby-lang
<
animetwerklund>
hi i am looking for ruby help & feedback on a newbie Ruby on Rails question
jg_ has joined #ruby-lang
Createene has quit [Quit: Leaving...]
animetwerklund has quit [Ping timeout: 246 seconds]
stardiviner has quit [Ping timeout: 240 seconds]
Asher has quit [Read error: No route to host]
shinnya has quit [Read error: No route to host]
Asher has joined #ruby-lang
adaleigh has quit [Read error: Connection reset by peer]
adaleigh has joined #ruby-lang
sdouglas has joined #ruby-lang
pr0ton has quit [Quit: pr0ton]
tunabee_ has joined #ruby-lang
tunabee has quit [Ping timeout: 240 seconds]
shinnya has joined #ruby-lang
saarinen has quit [Quit: saarinen]
vincent has joined #ruby-lang
vincent is now known as Guest6949
weems|mac has joined #ruby-lang
Guest6949 has quit [Remote host closed the connection]
stardiviner has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
Guest54089 has quit [Ping timeout: 245 seconds]
segy has joined #ruby-lang
weems|mac has quit [Ping timeout: 260 seconds]
sduckett has quit [Ping timeout: 245 seconds]
pr0ton has joined #ruby-lang
duderonomy has joined #ruby-lang
sepp2k1 has quit [Read error: Connection reset by peer]
bradcliffe has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Cort3z has joined #ruby-lang
tunabee has joined #ruby-lang
tunabee_ has quit [Ping timeout: 240 seconds]
Cort3z has quit [Ping timeout: 256 seconds]
weems|mac has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
kaiza has quit [Excess Flood]
kaiza has joined #ruby-lang
tunabee has quit [Ping timeout: 242 seconds]
pr0ton has quit [Quit: pr0ton]
sdouglas has joined #ruby-lang
vincent has joined #ruby-lang
Guest89538 has quit [Ping timeout: 245 seconds]
vincent is now known as Guest85697
drbrain has quit [Quit: Goodbye]
cklee has joined #ruby-lang
drbrain has joined #ruby-lang
Guest85697 has quit [Remote host closed the connection]
Domon_ has joined #ruby-lang
havenwood has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
DivineEntity has joined #ruby-lang
sdouglas_ has joined #ruby-lang
tunabee has joined #ruby-lang
MikaAK has quit [Remote host closed the connection]
Jeticus has quit []
MikaAK has joined #ruby-lang
dangerousdave has joined #ruby-lang
vincent has joined #ruby-lang
vincent is now known as Guest61705
ledestin_ has joined #ruby-lang
Guest61705 has quit [Remote host closed the connection]
ledestin has quit [Ping timeout: 240 seconds]
ledestin_ is now known as ledestin
weems|mac has quit [Quit: weems|mac]
charliesome has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
_ht has joined #ruby-lang
Cort3z has joined #ruby-lang
robbyoconnor has joined #ruby-lang
polyidus has quit [Quit: EOF]
polyidus has joined #ruby-lang
polyidus has quit [Client Quit]
robbyoconnor has quit [Ping timeout: 250 seconds]
polyidus has joined #ruby-lang
polyidus has quit [Client Quit]
polyidus has joined #ruby-lang
polyidus has quit [Client Quit]
polyidus has joined #ruby-lang
polyidus has quit [Client Quit]
relix has joined #ruby-lang
Domon_ has quit [Quit: Connection closed for inactivity]
sdouglas_ has quit [Remote host closed the connection]
|jemc| has quit [Ping timeout: 240 seconds]
adaleigh has quit [Read error: Connection reset by peer]
toastynerd has quit [Remote host closed the connection]
polyidus has joined #ruby-lang
polyidus has quit [Client Quit]
cornerma1 has joined #ruby-lang
polyidus has joined #ruby-lang
polyidus has quit [Client Quit]
cornerman has quit [Ping timeout: 264 seconds]
polyidus has joined #ruby-lang
polyidus has quit [Client Quit]
toastynerd has joined #ruby-lang
symm- has joined #ruby-lang
dangerousdave has quit []
dangerousdave has joined #ruby-lang
polyidus has joined #ruby-lang
polyidus has quit [Max SendQ exceeded]
spastorino has quit [Quit: Connection closed for inactivity]
xcesariox has joined #ruby-lang
xcesariox has quit [Max SendQ exceeded]
xcesariox has joined #ruby-lang
bruno- has joined #ruby-lang
bruno- is now known as Guest27660
mikecmpbll has joined #ruby-lang
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
touzin has joined #ruby-lang
symm- has quit [Ping timeout: 240 seconds]
marr has joined #ruby-lang
symm- has joined #ruby-lang
Cort3z has quit [Ping timeout: 260 seconds]
touzin has quit [Ping timeout: 256 seconds]
jhass|off is now known as jhass
Cort3z has joined #ruby-lang
Blaguvest has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
jhass is now known as jhass|off
jhass|off is now known as jhass
kyb3r_ has joined #ruby-lang
mikecmpbll has quit [Quit: i've nodded off.]
dfranciosi has joined #ruby-lang
mikecmpbll has joined #ruby-lang
heftig has quit [Ping timeout: 250 seconds]
dfranciosi has quit [Remote host closed the connection]
lolmaus has quit [Remote host closed the connection]
heftig has joined #ruby-lang
toastynerd has joined #ruby-lang
AKASkip has joined #ruby-lang
tunabee has quit [Ping timeout: 250 seconds]
dangerousdave has quit [Read error: Connection reset by peer]
dangerou_ has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby-lang
toastynerd has quit [Ping timeout: 245 seconds]
dfranciosi has joined #ruby-lang
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
jxie has quit [Ping timeout: 255 seconds]
xcesariox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jxie has joined #ruby-lang
jackhammer2022 has quit [Quit: Computer has gone to sleep.]
knu has quit [Ping timeout: 260 seconds]
tectonic has quit []
stamina has joined #ruby-lang
elia has joined #ruby-lang
kyb3r_ has quit [Read error: Connection reset by peer]
mikecmpbll has quit [Quit: i've nodded off.]
kyb3r_ has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
kyb3r_ has quit [Read error: Connection reset by peer]
knu has joined #ruby-lang
kyb3r_ has joined #ruby-lang
postmodern has quit [Quit: Leaving]
Cort3z has quit [Ping timeout: 245 seconds]
shinnya has quit [Ping timeout: 245 seconds]
Atttwww has quit [Ping timeout: 250 seconds]
hgl has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
araujo has quit [Quit: Leaving]
mehlah has joined #ruby-lang
jarto has joined #ruby-lang
tbuehlmann has joined #ruby-lang
jarto has quit [Client Quit]
jarto_ has joined #ruby-lang
jarto_ has quit [Read error: Connection reset by peer]
toastynerd has joined #ruby-lang
toastynerd has quit [Ping timeout: 260 seconds]
xcesariox has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
kyb3r_ has quit [Read error: Connection reset by peer]
mehlah has quit [Quit: Leaving...]
Cort3z has joined #ruby-lang
Cort3z has quit [Ping timeout: 255 seconds]
symm- has quit [Quit: Leaving...]
yfeldblum has joined #ruby-lang
Cort3z has joined #ruby-lang
yfeldblum has quit [Ping timeout: 264 seconds]
Cakey has joined #ruby-lang
amystephen has joined #ruby-lang
toastynerd has joined #ruby-lang
lolmaus has joined #ruby-lang
toastynerd has quit [Ping timeout: 250 seconds]
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
hgl_ has joined #ruby-lang
hgl has quit [Ping timeout: 256 seconds]
<
apeiros>
darix: ping - you're a suse user, right?
arup_r has joined #ruby-lang
lolmaus has quit [Ping timeout: 260 seconds]
<
arup_r>
Are you using openSUSE ?
lolmaus has joined #ruby-lang
stamina has quit [Ping timeout: 245 seconds]
mehlah has joined #ruby-lang
Cort3z has quit [Ping timeout: 240 seconds]
Macacity has quit [Quit: Connection closed for inactivity]
yfeldblum has joined #ruby-lang
yfeldblum has quit [Ping timeout: 264 seconds]
arup_r has left #ruby-lang [#ruby-lang]
hgl_ has quit [Remote host closed the connection]
hgl_ has joined #ruby-lang
hgl__ has joined #ruby-lang
<
darix>
apeiros: did we break anything?
toastynerd has joined #ruby-lang
hgl_ has quit [Ping timeout: 264 seconds]
vincent_ has joined #ruby-lang
tbuehlmann has quit [Remote host closed the connection]
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
mikecmpbll has joined #ruby-lang
toastynerd has quit [Ping timeout: 260 seconds]
sepp2k has joined #ruby-lang
Forgetful_Lion has quit [Remote host closed the connection]
mikecmpbll has quit [Quit: i've nodded off.]
dfranciosi has quit [Remote host closed the connection]
Cort3z has joined #ruby-lang
vincent_ has quit [Remote host closed the connection]
vincent_ has joined #ruby-lang
tomqq has joined #ruby-lang
tunabee has joined #ruby-lang
alexju has joined #ruby-lang
sarkyniin has joined #ruby-lang
tunabee has quit [Ping timeout: 255 seconds]
tomqq has quit [Remote host closed the connection]
forkloop has left #ruby-lang [#ruby-lang]
Cort3z has quit [Ping timeout: 250 seconds]
tomqq has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
tomqq has quit [Remote host closed the connection]
bradcliffe has joined #ruby-lang
sarkyniin has quit [Ping timeout: 245 seconds]
tomqq has joined #ruby-lang
<
apeiros>
darix: no, arup_r asked whether somebody uses opensuse, and I remembered you :)
<
darix>
well if he has a specific question ... he can just ping me
Mon_Ouie has joined #ruby-lang
mikecmpbll has joined #ruby-lang
nathanstitt has joined #ruby-lang
hgl__ has quit [Remote host closed the connection]
mikecmpbll has quit [Quit: i've nodded off.]
hgl__ has joined #ruby-lang
sarkyniin has joined #ruby-lang
<
apeiros>
darix: yeah, he did, but seems he omitted to ask the actual question :D
hgl___ has joined #ruby-lang
tomqq has quit [Remote host closed the connection]
bradcliffe has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hgl__ has quit [Ping timeout: 245 seconds]
toastynerd has joined #ruby-lang
hgl___ has quit [Client Quit]
spastorino has joined #ruby-lang
scmx has joined #ruby-lang
wnd has quit [Ping timeout: 272 seconds]
toastynerd has quit [Ping timeout: 250 seconds]
jonathanmarvens has joined #ruby-lang
wnd has joined #ruby-lang
Blaguvest has quit []
bradcliffe has joined #ruby-lang
shinnya has joined #ruby-lang
arBmind has joined #ruby-lang
arBmind1 has quit [Ping timeout: 240 seconds]
yfeldblum has joined #ruby-lang
yfeldblum has quit [Ping timeout: 240 seconds]
jonathanmarvens has quit [Remote host closed the connection]
tomqq has joined #ruby-lang
x0f has quit [Ping timeout: 255 seconds]
matp has joined #ruby-lang
x0f has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 260 seconds]
xcesariox has quit [Ping timeout: 250 seconds]
xcesariox has joined #ruby-lang
trigun0x2 has joined #ruby-lang
lolmaus has quit [Quit: No Ping reply in 180 seconds.]
lolmaus has joined #ruby-lang
ascarter has joined #ruby-lang
Missphoenix has joined #ruby-lang
toastynerd has joined #ruby-lang
lolmaus has quit [Read error: Connection reset by peer]
banister_ has joined #ruby-lang
lolmaus has joined #ruby-lang
havenwood has joined #ruby-lang
Miphix has quit [Ping timeout: 256 seconds]
Missphoenix has quit [Client Quit]
toastynerd has quit [Ping timeout: 264 seconds]
centrx has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Cort3z has joined #ruby-lang
kalehv has joined #ruby-lang
Cort3z has quit [Ping timeout: 260 seconds]
tunabee has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
tunabee has quit [Ping timeout: 255 seconds]
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
<
trigun0x2>
Hey guys
havenwood has quit [Remote host closed the connection]
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
stardiviner has quit [Ping timeout: 260 seconds]
diegoviola has joined #ruby-lang
adphillips has joined #ruby-lang
adphillips has quit [Client Quit]
Mon_Ouie has quit [Read error: Connection reset by peer]
havenwood has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
jxie has quit [Read error: Connection reset by peer]
dwknoxy has joined #ruby-lang
jxie has joined #ruby-lang
|jemc| has joined #ruby-lang
amystephen has quit [Ping timeout: 244 seconds]
diegoviola has quit [Quit: WeeChat 0.4.3]
toastynerd has joined #ruby-lang
dangerou_ has quit [Read error: Connection reset by peer]
dangerousdave has joined #ruby-lang
vincent_ has quit [Remote host closed the connection]
toastynerd has quit [Ping timeout: 250 seconds]
ponch_ has joined #ruby-lang
trigun0x2_ has joined #ruby-lang
alexju has quit [Remote host closed the connection]
<
trigun0x2_>
Hey guys
yfeldblum has joined #ruby-lang
yfeldblum has quit [Ping timeout: 264 seconds]
kalehv has quit [Remote host closed the connection]
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
dangerousdave has quit [Read error: Connection reset by peer]
dangerousdave has joined #ruby-lang
elia has joined #ruby-lang
mykoweb has joined #ruby-lang
Cakey has quit [Ping timeout: 245 seconds]
jonathanmarvens has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
elia has quit [Quit: Computer has gone to sleep.]
jstewart has joined #ruby-lang
spastorino has quit [Quit: Connection closed for inactivity]
amystephen has joined #ruby-lang
Sirupsen has joined #ruby-lang
|jemc| has quit [Quit: WeeChat 0.4.3]
<
yorickpeterse>
ljarvis: m8 you're missing out
amystephen has quit [Ping timeout: 244 seconds]
bradcliffe has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mistym has joined #ruby-lang
<
trigun0x2_>
anyone watching TI?
<
yorickpeterse>
TI?
<
trigun0x2_>
The International
<
trigun0x2_>
Not really ruby related haha
|jemc| has joined #ruby-lang
amystephen has joined #ruby-lang
<
trigun0x2_>
Does anyone have suggestions for JS asset management?
<
trigun0x2_>
Like requiring certain JS for certain pages
dangerousdave has quit [Read error: Connection reset by peer]
toastynerd has joined #ruby-lang
dangerousdave has joined #ruby-lang
CaptainJet has joined #ruby-lang
jstewart has left #ruby-lang [#ruby-lang]
toastynerd has quit [Ping timeout: 245 seconds]
yfeldblum has joined #ruby-lang
bradcliffe has joined #ruby-lang
yfeldblum has quit [Ping timeout: 255 seconds]
tunabee has joined #ruby-lang
tunabee has quit [Ping timeout: 250 seconds]
trigun0x2_ has quit [Ping timeout: 246 seconds]
cklee has quit [Quit: Connection closed for inactivity]
kalehv has joined #ruby-lang
diegoviola has joined #ruby-lang
dangerousdave has quit [Read error: Connection reset by peer]
dangerousdave has joined #ruby-lang
charliesome has joined #ruby-lang
weems|mac has joined #ruby-lang
weems|mac has quit [Client Quit]
weems|mac has joined #ruby-lang
vondruch has quit [Ping timeout: 250 seconds]
marr has quit [Ping timeout: 240 seconds]
yfeldblum has joined #ruby-lang
rcvalle has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
shinnya has quit [Ping timeout: 256 seconds]
tbuehlmann has joined #ruby-lang
toastynerd has joined #ruby-lang
toastynerd has quit [Read error: Connection reset by peer]
toastynerd has joined #ruby-lang
toastynerd has quit [Ping timeout: 264 seconds]
toastynerd has joined #ruby-lang
diegoviola has quit [Quit: WeeChat 0.4.3]
DEac- has joined #ruby-lang
DEac-_ has quit [Read error: Connection reset by peer]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Cort3z has joined #ruby-lang
wallerdev has joined #ruby-lang
sarkyniin has quit [Ping timeout: 250 seconds]
charliesome has joined #ruby-lang
Cort3z has quit [Ping timeout: 250 seconds]
ponch_ has quit [Ping timeout: 255 seconds]
symm- has joined #ruby-lang
kalehv has quit [Remote host closed the connection]
Cakey has joined #ruby-lang
marr has joined #ruby-lang
trigun0x2 has quit [Ping timeout: 246 seconds]
mikecmpbll has joined #ruby-lang
Cakey has quit [Ping timeout: 250 seconds]
kalehv has joined #ruby-lang
solars has quit [Ping timeout: 240 seconds]
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
aef has joined #ruby-lang
lsegal has joined #ruby-lang
tectonic has joined #ruby-lang
jg_ has quit [Read error: Connection timed out]
mykoweb has quit [Ping timeout: 255 seconds]
funnel has quit [Ping timeout: 240 seconds]
kirin` has quit [Ping timeout: 245 seconds]
relix has joined #ruby-lang
gix has quit [Ping timeout: 250 seconds]
gix has joined #ruby-lang
symm- has quit [Ping timeout: 264 seconds]
zwichenzug has joined #ruby-lang
elia has joined #ruby-lang
cmoneylulz has joined #ruby-lang
banister_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
banister has joined #ruby-lang
kalehv has quit [Remote host closed the connection]
Guest27660 has quit [Ping timeout: 250 seconds]
jonathanmarvens has joined #ruby-lang
bffff_ has quit [Quit: Connection closed for inactivity]
jonathanmarvens has quit [Remote host closed the connection]
dfranciosi has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
cmoneylulz has quit [Remote host closed the connection]
dfranciosi has quit [Remote host closed the connection]
bradcliffe has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jonathanmarvens has quit [Remote host closed the connection]
dfranciosi has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
jonathanmarvens has joined #ruby-lang
dangerousdave has quit [Read error: Connection reset by peer]
dangerou_ has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
jonathanmarvens has joined #ruby-lang
symm- has joined #ruby-lang
tbuehlmann has quit [Remote host closed the connection]
Johz has joined #ruby-lang
error404_ is now known as error404
devgiant has joined #ruby-lang
diegoviola has joined #ruby-lang
hinbody has quit [Quit: leaving]
elia has quit [Quit: Computer has gone to sleep.]
scmx has quit [Ping timeout: 260 seconds]
kalehv has joined #ruby-lang
cornerman has joined #ruby-lang
Cort3z has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
cornerma1 has quit [Ping timeout: 250 seconds]
jonathanmarvens has joined #ruby-lang
davispuh has joined #ruby-lang
cleopatra has quit [Remote host closed the connection]
tectonic has quit []
Cort3z has quit [Ping timeout: 250 seconds]
sarkyniin has joined #ruby-lang
bruno- has joined #ruby-lang
elia has joined #ruby-lang
spastorino has joined #ruby-lang
<
apeiros>
clearly the continuation of f is 10 ;-)
face has joined #ruby-lang
bruno- has quit [Ping timeout: 255 seconds]
nottheoilrig has quit [Ping timeout: 240 seconds]
faces has quit [Ping timeout: 260 seconds]
jonathanmarvens has quit [Ping timeout: 245 seconds]
tectonic has joined #ruby-lang
kalehv_ has joined #ruby-lang
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
kalehv has quit [Ping timeout: 240 seconds]
centrx has quit [Quit: Mead error: Connection reset by beer]
enebo has joined #ruby-lang
alexju has joined #ruby-lang
quikbeam has joined #ruby-lang
havenwood has joined #ruby-lang
sarkyniin has quit [Quit: Quitte]
cleopatra has joined #ruby-lang
Johz has quit [Ping timeout: 250 seconds]
dfranciosi has quit [Remote host closed the connection]
quikbeam is now known as quickbeam
dfranciosi has joined #ruby-lang
quickbeam is now known as quikbeam
elia has quit [Quit: Computer has gone to sleep.]
mykoweb has joined #ruby-lang
danijoo has quit [Quit: Leaving...]
banister is now known as banisterfiend
nathanstitt has quit [Quit: I growing sleepy]
Jeticus has joined #ruby-lang
CaptainJet has quit [Ping timeout: 250 seconds]
mistym has quit [Remote host closed the connection]
tunabee has joined #ruby-lang
duderonomy has joined #ruby-lang
elia has joined #ruby-lang
pandaant_ has joined #ruby-lang
tunabee has quit [Ping timeout: 240 seconds]
<
drbrain>
charliesome: can you add eval.in to ##new2ruby when you have it back up?z
<
charliesome>
drbrain: sure!
jhass is now known as jhass|off
enebo has quit [Quit: enebo]
ascarter has joined #ruby-lang
dfranciosi has quit [Remote host closed the connection]
nathanstitt has joined #ruby-lang
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
devgiant has quit [Quit: Leaving]
havenwood has quit [Remote host closed the connection]
nathanstitt has quit [Quit: I growing sleepy]
mykoweb has quit [Remote host closed the connection]
bruno- has joined #ruby-lang
mykoweb has joined #ruby-lang
sarkyniin has joined #ruby-lang
pandaant_ has quit [Quit: leaving]
mykoweb has quit [Ping timeout: 240 seconds]
bruno- has quit [Ping timeout: 255 seconds]
karamazov has joined #ruby-lang
vigintas has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sdouglas has joined #ruby-lang
amystephen has quit [Ping timeout: 240 seconds]
_ht has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
sdouglas has quit [Ping timeout: 250 seconds]
nottheoilrig has joined #ruby-lang
dfranciosi has joined #ruby-lang
bruno- has joined #ruby-lang
vigintas has quit [Ping timeout: 260 seconds]
bruno- has quit [Ping timeout: 260 seconds]
Rakko has joined #ruby-lang
dangerou_ has quit [Ping timeout: 250 seconds]
tectonic has quit []
sdouglas has joined #ruby-lang
sdouglas has quit [Remote host closed the connection]
sarkyniin has quit [Quit: Quitte]
sdouglas has joined #ruby-lang
tectonic has joined #ruby-lang
alexju has quit [Remote host closed the connection]
amystephen has joined #ruby-lang
dfranciosi has quit [Remote host closed the connection]
quikbeam has quit [Quit: quikbeam]
godd2 has joined #ruby-lang
centrx has joined #ruby-lang
mikecmpbll has quit [Quit: i've nodded off.]
dda has joined #ruby-lang
nathanstitt has joined #ruby-lang
dda has quit [Client Quit]
rcvalle has quit [Quit: rcvalle]
mikecmpbll has joined #ruby-lang
dfranciosi has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby-lang
bruno- has joined #ruby-lang
AKASkip has quit [Ping timeout: 264 seconds]
KM has joined #ruby-lang
KM is now known as Guest49096
bruno- has quit [Ping timeout: 255 seconds]
karamazov has quit [Remote host closed the connection]
sdouglas has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
karamazov has joined #ruby-lang