<hahuang65>
man perftools keeps giving me no nodes to print
<hahuang65>
-___- wtf
rue has joined #ruby-lang
davidbalbert is now known as davidbalber|away
larrybolt has quit [Remote host closed the connection]
bluepojo has quit [Remote host closed the connection]
apeiros_ has quit [Remote host closed the connection]
larrybolt has joined #ruby-lang
__butch__ has quit [Quit: Leaving.]
brianpWins has quit [Quit: brianpWins]
<larrybolt>
I do get what is meant with that steep learning curve, but gosh, I thought yield was already an awesome feature, now just read the bit about $_, sweet! The only thing I really liked about perl was the $_ really, and the returning feature also seems like a very good addition to the language.
<banisterfiend>
larrybolt: what is $_
<drbrain>
banisterfiend: "The last input line of string by gets or readline."
<banisterfiend>
oh ok
<drbrain>
(see ri ruby:globals)
<banisterfiend>
thx
jondot has quit [Ping timeout: 248 seconds]
wmoxam has quit [Ping timeout: 248 seconds]
wmoxam has joined #ruby-lang
banisterfiend is now known as banister`sleep
Artheist has quit [Remote host closed the connection]
mrsolo has quit [Quit: Leaving]
<firefux>
I though $_ was discouraged in these days?
nazty has quit [Ping timeout: 240 seconds]
srbaker has quit [Quit: Computer has gone to sleep.]
<drbrain>
firefux: I don't know who uses it
<larrybolt>
Still cool to see it's part of the language :)
joevandyk has joined #ruby-lang
<joevandyk>
is there a way to open a file in append mode and find out what line you are on?
<joevandyk>
having problems figuring out the mode string
apeiros_ has joined #ruby-lang
glebm has joined #ruby-lang
<drbrain>
joevandyk: you will be at position 0
<joevandyk>
drbrain: what i want to do is open a file in append mode. if the file is empty, i need to do something. if it's not empty, do something else.
<joevandyk>
efficiently
<drbrain>
joevandyk: can you give an example "something"?
<drbrain>
… reading the IO#seek documentation may help
<joevandyk>
if empty; file << 'ok'; else file << 'blah; end
<drbrain>
in the file << 'blah' case do you want it to be appended?
<joevandyk>
yes
<drbrain>
… to the very end?
<joevandyk>
my best bet is to open the file, seek to the end, see if lineno == 0, then do the appends
<joevandyk>
but not sure if there's a better way
<drbrain>
try: open name, 'a+' do |io| io.seek 0, IO::SEEK_END; if io.pos == 0 then … else … end end
<drbrain>
I think lineno is only updated when you use gets (or similar)
<drbrain>
so it's not as efficient as using IO::SEEK_END
marr has quit [Ping timeout: 256 seconds]
<joevandyk>
drbrain: worked! thanks
<joevandyk>
what's the '+' do again?
<joevandyk>
create if not exist?
<drbrain>
append + read
<joevandyk>
ah, right
gregmor__ has joined #ruby-lang
gregmoreno has quit [Ping timeout: 252 seconds]
apeiros_ has quit [Ping timeout: 255 seconds]
gregmor__ has quit [Ping timeout: 248 seconds]
srbaker has joined #ruby-lang
mistym has joined #ruby-lang
joevandyk has quit [Quit: joevandyk]
dhruvasagar has joined #ruby-lang
charliesome has joined #ruby-lang
dhruvasagar has quit [Ping timeout: 246 seconds]
dhruvasagar has joined #ruby-lang
apeiros_ has joined #ruby-lang
tylersmith has quit [Quit: tylersmith]
mehwork has quit [Quit: leaving]
dhruvasagar has quit [Ping timeout: 244 seconds]
apeiros_ has quit [Ping timeout: 246 seconds]
srbaker has quit [Quit: Computer has gone to sleep.]
gregmoreno has joined #ruby-lang
gregmor__ has joined #ruby-lang
larrybolt has quit [Remote host closed the connection]
dhruvasagar has joined #ruby-lang
gregmoreno has quit [Ping timeout: 272 seconds]
enebo has quit [Quit: enebo]
mistym has quit [Remote host closed the connection]
torrieri has quit [Quit: Leaving...]
dhruvasagar has quit [Ping timeout: 256 seconds]
srbaker has joined #ruby-lang
havenwood has joined #ruby-lang
apeiros_ has joined #ruby-lang
Bosox20051 has joined #ruby-lang
hahuang65 has quit [Quit: Computer has gone to sleep.]
iamjarvo has joined #ruby-lang
pr0ton has quit [Quit: pr0ton]
apeiros_ has quit [Ping timeout: 264 seconds]
sn0wb1rd has quit [Ping timeout: 244 seconds]
io_syl_ has joined #ruby-lang
io_syl has quit [Ping timeout: 264 seconds]
io_syl_ is now known as io_syl
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
sn0wb1rd has joined #ruby-lang
havenwood has quit [Ping timeout: 264 seconds]
KU0N has quit [Quit: Leaving...]
apeiros_ has joined #ruby-lang
jhn has joined #ruby-lang
gregmor__ has quit [Remote host closed the connection]
<jhn>
would anyone here want to proofread/critique a college transfer essay that's due in 2 hours?
havenwood has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
havenwood has quit [Ping timeout: 245 seconds]
Jaynx has quit [Read error: Connection reset by peer]
kurko_ has quit [Quit: Computer has gone to sleep.]
apeiros_ has quit [Ping timeout: 256 seconds]
torrieri has joined #ruby-lang
srbaker has quit [Quit: Computer has gone to sleep.]
<mitchty>
123 not it
<mitchty>
just bribe an english major with beer
kurko_ has joined #ruby-lang
lsegal has joined #ruby-lang
urbanmonk has joined #ruby-lang
apeiros_ has joined #ruby-lang
Swimming_Bird has quit [Quit: Computer has gone to sleep.]
ryanf has quit [Quit: leaving]
jxie has joined #ruby-lang
apeiros_ has quit [Ping timeout: 248 seconds]
dhruvasagar has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
sush24 has joined #ruby-lang
mercwithamouth has quit [Ping timeout: 252 seconds]
fire has joined #ruby-lang
gregmoreno has joined #ruby-lang
tatertots has joined #ruby-lang
tatertots has left #ruby-lang [#ruby-lang]
kurko_ has quit [Quit: Computer has gone to sleep.]
gregmoreno has quit [Ping timeout: 252 seconds]
dopie has quit [Ping timeout: 245 seconds]
apeiros_ has joined #ruby-lang
joevandyk has joined #ruby-lang
hakunin_ has joined #ruby-lang
hakunin has quit [Ping timeout: 245 seconds]
priodev has quit [Ping timeout: 245 seconds]
priodev has joined #ruby-lang
apeiros_ has quit [Ping timeout: 255 seconds]
kgrz has joined #ruby-lang
jerrytgarcia has joined #ruby-lang
dhruvasagar has quit [Ping timeout: 255 seconds]
mistym has quit [Remote host closed the connection]
mercwithamouth has joined #ruby-lang
kurko_ has joined #ruby-lang
kgrz has quit [Ping timeout: 252 seconds]
kgrz has joined #ruby-lang
apeiros_ has joined #ruby-lang
linc01n has quit [Ping timeout: 276 seconds]
linc01n has joined #ruby-lang
klebervirgilio has joined #ruby-lang
sush24 has quit [Quit: This computer has gone to sleep]
apeiros_ has quit [Ping timeout: 246 seconds]
kgrz has quit [Read error: Connection reset by peer]
mercwithamouth has quit [Read error: Operation timed out]
Bosox20051 has quit [Quit: Leaving]
datanoise has quit [Ping timeout: 246 seconds]
mercwithamouth has joined #ruby-lang
apeiros_ has joined #ruby-lang
wmoxam has quit [Ping timeout: 256 seconds]
davidbalber|away is now known as davidbalbert
havenwood has joined #ruby-lang
havenwood has quit [Read error: Connection reset by peer]
kgrz has joined #ruby-lang
Weems has joined #ruby-lang
Weems has quit [Changing host]
Weems has joined #ruby-lang
apeiros_ has quit [Ping timeout: 248 seconds]
rippa has joined #ruby-lang
mistym has joined #ruby-lang
mistym has joined #ruby-lang
datanoise has joined #ruby-lang
wmoxam has joined #ruby-lang
sush24 has quit [Quit: This computer has gone to sleep]
sush24 has joined #ruby-lang
dhruvasagar has quit [Ping timeout: 245 seconds]
mantono has joined #ruby-lang
datanoise has quit [Ping timeout: 256 seconds]
wmoxam has quit [Ping timeout: 256 seconds]
apeiros_ has joined #ruby-lang
Honeycomb has joined #ruby-lang
swav has joined #ruby-lang
davidbalbert is now known as davidbalber|away
redbaritone has joined #ruby-lang
redbaritone has quit [Client Quit]
linc01n has quit [Ping timeout: 264 seconds]
kgrz has quit [Ping timeout: 260 seconds]
hakunin has joined #ruby-lang
apeiros_ has quit [Ping timeout: 246 seconds]
hakunin_ has quit [Ping timeout: 272 seconds]
<mfn>
lol
nertzy2 has quit [Ping timeout: 276 seconds]
nertzy has joined #ruby-lang
tomzx_mac has quit [Ping timeout: 252 seconds]
<mfn>
What would be an idiomatic array to iterate an array and return a single result. but if no single result found, do something else. if not (single_result = array.magic { ..}); # no match; end
swav has quit [Remote host closed the connection]
swav has joined #ruby-lang
swav has quit [Ping timeout: 248 seconds]
<TTilus>
mfn: array.detect/any/select/whatnot { ... } or something_else_when_no_match
apeiros_ has joined #ruby-lang
<TTilus>
mfn: just make sure the first part returns nil or false when no single result was found
klebervirgilio has quit [Remote host closed the connection]
klebervirgilio has joined #ruby-lang
klebervirgilio has quit [Ping timeout: 248 seconds]
dhruvasagar has joined #ruby-lang
mercwithamouth has quit [Ping timeout: 248 seconds]
apeiros_ has quit [Ping timeout: 248 seconds]
kurko_ has quit [Quit: Computer has gone to sleep.]
<mfn>
got it. using ary.map{}.select{}[0] now. may ret nil which is ok. thx!
<drbrain>
mfn: find {…} == select {…}.first
<badeball>
mfn: mapping the entire array seems unnecessary.
<badeball>
considering you want only the first occurrence.
apeiros_ has quit [Remote host closed the connection]
apeiros_ has joined #ruby-lang
dc5ala has joined #ruby-lang
Artheist has quit [Remote host closed the connection]
joxer has joined #ruby-lang
adambeynon has joined #ruby-lang
solars has quit [Ping timeout: 248 seconds]
swav has joined #ruby-lang
earthquake has joined #ruby-lang
techlife has quit [Ping timeout: 256 seconds]
toretore has joined #ruby-lang
swav has quit [Ping timeout: 256 seconds]
sush24 has quit [Ping timeout: 245 seconds]
<mfn>
I must be stupid. I discovered (through irb) that my DateTime object has a method second_fraction. Yet I can't find it anywhere in the docs? d.method(:second_fraction) #=> #<Method: DateTime(Date)#second_fraction> but nothing on http://www.ruby-doc.org/stdlib-1.9.3/libdoc/date/rdoc/DateTime.html ?
techlife has joined #ruby-lang
lsegal has joined #ruby-lang
dc5ala has quit [Quit: Ex-Chat]
marr has joined #ruby-lang
Honeycomb has quit [Quit: Leaving.]
Mon_Ouie has joined #ruby-lang
<badeball>
mfn: you can see it defined and its behavior in the ruby source code, but it's not documented. not sure why.
mantono has quit [Ping timeout: 272 seconds]
datanoise has quit [Ping timeout: 248 seconds]
wallerdev has quit [Quit: wallerdev]
joevandyk has quit [Quit: joevandyk]
kgrz has joined #ruby-lang
glebm has quit [Ping timeout: 272 seconds]
Nisstyre-laptop has quit [Quit: Leaving]
glebm has joined #ruby-lang
kgrz has quit [Ping timeout: 272 seconds]
hhatch has joined #ruby-lang
hhatch has quit [Client Quit]
nXqd has joined #ruby-lang
dhruvasagar has joined #ruby-lang
robbyoconnor has joined #ruby-lang
kevinfagan has quit [Quit: Leaving...]
jxie has quit [Quit: leaving]
d3vic3 has joined #ruby-lang
hhatch has joined #ruby-lang
vlad_starkov has joined #ruby-lang
vlad_starkov has quit [Read error: Connection reset by peer]
vlad_starkov has joined #ruby-lang
hhatch has quit [Read error: Operation timed out]
krz has joined #ruby-lang
hhatch has joined #ruby-lang
kevinfagan has joined #ruby-lang
nXqd has quit [Ping timeout: 244 seconds]
torrieri has quit [Quit: Leaving...]
maxmanders has joined #ruby-lang
maxmanders has quit [Client Quit]
apeiros_ has quit [Remote host closed the connection]
maxmanders has joined #ruby-lang
sheerun_ has quit [Remote host closed the connection]
ottbot has joined #ruby-lang
kevinfagan has quit [Ping timeout: 252 seconds]
vlad_starkov has quit [Remote host closed the connection]
linc01n has joined #ruby-lang
maxmanders has quit [Quit: Computer has gone to sleep.]
KU0N has joined #ruby-lang
ryanf has joined #ruby-lang
torrieri has joined #ruby-lang
gustavnils has joined #ruby-lang
maxmanders has joined #ruby-lang
torrieri has quit [Ping timeout: 260 seconds]
banister`sleep has quit [Remote host closed the connection]
apeiros_ has joined #ruby-lang
HansPampel has left #ruby-lang [#ruby-lang]
scepticulous has joined #ruby-lang
gokul has joined #ruby-lang
jondot has joined #ruby-lang
maxmanders has quit [Quit: Computer has gone to sleep.]
maxmanders has joined #ruby-lang
<ryanf>
charliesome: are you using console or gui vim?
<charliesome>
ryanf: console
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
<ryanf>
hmm, that might be why you're having bad luck
mytrile has quit [Remote host closed the connection]
<ryanf>
vim's color scheme system lets you specify 16-color, 256-color and 65536-color representations for each highlight group
<ryanf>
and does not infer any of them based on the others
<rking>
I'm not seeing charliesome's vim problem.
<ryanf>
rking: look out of band
<charliesome>
i have 256 colours turned on
<ryanf>
charliesome: did you try the Tomorrow ones?
<ryanf>
since you made me realize that all my themes look horrible in the console
<charliesome>
rking: cobalt on sublime distinguishes
<rking>
ryanf: That's the one
<rking>
charliesome: A vim theme. =P
<ryanf>
verdict: it works pretty dang well
<charliesome>
ryanf: how do i install this o:
<ryanf>
are you using pathogen or vundle or anything?
<charliesome>
nope
<charliesome>
im just using directories and stuff
<rking>
Fix that.
d3vic3 has quit [Ping timeout: 248 seconds]
<charliesome>
nah
xcombelle has quit [Remote host closed the connection]
<ryanf>
do you have anything in your .vim folder
<rking>
Pathogen is definitely what I recommend.
<charliesome>
ryanf: i have ~/.vim/colors/blah
<ryanf>
oh ok
<ryanf>
you can just throw all the stuff in that repo into your .vim and it should work
<charliesome>
oh cool
<ryanf>
if you ever want to install another plugin it won't be fun though
<rking>
charliesome: If you want a halfway-decent vim setup, a plugin manager is all but required.
<ryanf>
rking: you're so dogmatic
<charliesome>
rking: i don't care enough about vim to get a fancy plugin manager going
<ryanf>
he will learn that if/when he gets around to installing more stuff
<ryanf>
it's fine
methods1 has joined #ruby-lang
<charliesome>
alls i wanted was a nice colour scheme in vim that used my terminal's 256 colour capabilities
<charliesome>
now i'm learning how deep the "make vim usable" rabbit hole goes
swav has joined #ruby-lang
<ggreer>
considering how much time we spend in our editors, it makes sense to customize them heavily
<rking>
I disagree. Making it easy to install/remove plugins in a maintainable way (copying and splatting files all over the place doesn't count as maintainable) is important to get good with a good set of plugins.
<charliesome>
ggreer: vim is not my primary editor
<charliesome>
but i need to use it for some shit
<ggreer>
doesn't matter if it's your primary or not. it matters how much time you spend using it
<ggreer>
it adds up pretty quickly. a year of occasional vim usage is much more time than one would spend configuring vim
joschi has quit [Remote host closed the connection]
joschi has joined #ruby-lang
<rking>
♥.
<rking>
I just don't really understand the cost of Pathogen.
<ggreer>
yesssss I've tied my record for days of consecutive commits
<rking>
It's exactly like installing other plugins manually, but it's the only one you have to do that way.
<rking>
Rubennn: That "show.html.erb" problem is on Sublime?
<ryanf>
no, it's on textmate
<ryanf>
it's fine on sublime because it includes the dirname in the fuzzy matching
<ryanf>
and shows you the whole path
banister`sleep has left #ruby-lang [#ruby-lang]
<rking>
charliesome: Wait, you're using the default vim version from OS X?
<charliesome>
rking: yah
<ryanf>
yeah you should brew install that shit
* rking
tries not to freak out.
banisterfiend has joined #ruby-lang
<ggreer>
I'm guessing that's a really old version of vim
<banisterfiend>
l
<ggreer>
with few features
<rking>
banisterfiend: o
<charliesome>
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jul 31 2011 19:27:29)
<charliesome>
Compiled by root@apple.com
<ryanf>
wow
<rking>
The biggest thing that version is missing is persistent undo (quit a file, come back and hit 'u' to get back to where you were)
<ryanf>
that's an honor
<ryanf>
your vim was personally compiled by root
<charliesome>
i know right
<ryanf>
he's a busy guy
<rking>
That's Woz, right?
<ggreer>
I could compile a version of vim that says it was compiled by root@apple.com
gokul has quit [Quit: Leaving]
<rking>
That's such a great example of the level of Unix I expect to see from Apple. Fumbling around compiling stuff as root, not changing the email address.
<rking>
I haven't decided if the things they did, like plists, are for good reasons or because they didn't want to bother with learning/improving existing things.
<charliesome>
aren't plists a relic from next step
<rking>
Good question.
<ryanf>
plist is such a hilarious format
<charliesome>
plist is shit
<ryanf>
it's adorable
<rking>
I actually do like how it's multi-format.
<rking>
Save as human-readable JSON, a little bit later it's been swizzled to binary.
<ggreer>
looks like plists are from nextstep
maxmanders has quit [Quit: Computer has gone to sleep.]
<rking>
I'm surprised that GNUstep used it
<charliesome>
rking: then it gets turned into xml somehow and you have no idea how
<ggreer>
Initial releaseSeptember 18, 1989
larrybolt has joined #ruby-lang
larrybolt has quit [Changing host]
larrybolt has joined #ruby-lang
<rking>
One plist thing that's pretty horrible is those blobs of steps you're supposed to do to get things to run on startup.
<ggreer>
for software that's approaching a quarter-century since its birth, I'll allow some silliness like plists
<rking>
Instead of adding an /etc/init.d script to a certain runlevel, you're doing like cp /Library/monkeything/foo.plist ~/Library/runstuff and then some follow-on command.
<ryanf>
rking: iirc there was some talk of linuxes trying to adopt launchd
<ryanf>
but they didn't because the license is weird
<ggreer>
it's apache 2.0
swav has quit [Remote host closed the connection]
<ryanf>
ah
<ryanf>
The Ubuntu Linux distribution considered using launchd in 2006. However, launchd was rejected as an option because it was released under the Apple Public Source License – which at the time was described as an "inescapable licence problem".[5] Ubuntu instead developed and switched to Upstart, its own service management tool.
<ryanf>
In August 2006, Apple relicensed launchd under the Apache License, Version 2.0 in an effort to make adoption by other open source developers easier.[6] However, most common open source operating systems use systemd or continue with inetd instead.
<ryanf>
[edit]
<rking>
I wonder what the advantage of launchd is.
<ryanf>
it's a pretty slick unified system for that stuff
<larrybolt>
Could someone explain me or point me to a link explaining the *-prefix for arrays in Ruby? Such as in def index(anObject, *phrases)
<ryanf>
not sure how it compares to upstart though, which is also a pretty slick unified system
swav has joined #ruby-lang
<ggreer>
it's pretty similar to upstart
<charliesome>
larrybolt: that's a splat
<ggreer>
well, upstart is pretty similar to launchd :)
<ggreer>
of course now linux is moving to systemd. apparently upstart wasn't cool enough
<larrybolt>
Thanks charliesome! At least now I know what to look for! ^^
<banisterfiend>
ggreer: maximum of 400 new holes, i assume students can rediscover holes found by other students, esp since they probably shouldn't be sharing with one another which holes they've found
benanne has joined #ruby-lang
<rking>
I wonder if there's much pressure to make them be good holes, or if you can count extreme race conditions that do small escalations.
justinram has joined #ruby-lang
<rking>
I'd try to just lock away 10 to get the grade, even if they're cheap, then keep diving in to find some great ones.
<rking>
That's probably a good exercise just in the OSS community.
<rking>
Imagine if every Rails dev made it a goal to find one security hole in 2013.
<rking>
(Instead of standing around and gawking at the ones other people are finding)
fire has quit [Ping timeout: 256 seconds]
allolex has joined #ruby-lang
<banisterfiend>
rking: i think that's what happened a few weeks ago :)
swav has joined #ruby-lang
larrybolt has quit [Remote host closed the connection]
<rking>
Hehe
cored has quit [Ping timeout: 264 seconds]
cored has joined #ruby-lang
<ggreer>
uh oh the semester is almost over! quick, find some jvm and rails exploits!
fire has joined #ruby-lang
<rking>
Haha
mytrile has joined #ruby-lang
torrieri has joined #ruby-lang
kgrz has joined #ruby-lang
torrieri has quit [Ping timeout: 248 seconds]
mytrile has quit [Remote host closed the connection]
<mitchty>
reminds me of sleeps i put in scripts "that should take more time doing things"
larrybolt has quit [Remote host closed the connection]
enebo has joined #ruby-lang
spuk has joined #ruby-lang
larrybolt has joined #ruby-lang
larrybolt has joined #ruby-lang
larrybolt has quit [Changing host]
swav has joined #ruby-lang
mytrile has quit [Remote host closed the connection]
<scepticulous>
When I use OpenSSL::PKCS12.create for an intemediate certificate I get an "key values mismatch" exception. The key that is loaded belongs to the certificate and the password is correct. When I do the same thing with a root certificate everything works fine.
lun_ has joined #ruby-lang
lun_ has quit [Remote host closed the connection]
larrybolt has quit [Remote host closed the connection]
lun_ has joined #ruby-lang
larrybolt has joined #ruby-lang
wmoxam has quit [Quit: leaving]
swav has quit [Remote host closed the connection]
swav has joined #ruby-lang
larrybolt has quit [Ping timeout: 248 seconds]
swav has quit [Ping timeout: 264 seconds]
srbaker has joined #ruby-lang
setmeaway has quit [Read error: Connection reset by peer]
torrieri has joined #ruby-lang
torrieri has quit [Ping timeout: 252 seconds]
swav has joined #ruby-lang
setmeaway has joined #ruby-lang
swav has quit [Remote host closed the connection]
beho_ has joined #ruby-lang
beho has quit [Ping timeout: 244 seconds]
swav has joined #ruby-lang
ddd has joined #ruby-lang
swav has quit [Ping timeout: 255 seconds]
jxie has joined #ruby-lang
intellitech has quit [Ping timeout: 252 seconds]
tomzx_mac has joined #ruby-lang
justinram has quit [Remote host closed the connection]
bzalasky has quit [Remote host closed the connection]
postmodern has quit [Quit: Leaving]
beho_ has quit [Remote host closed the connection]
ceez has joined #ruby-lang
intellitech has joined #ruby-lang
iamjarvo has joined #ruby-lang
ceez has left #ruby-lang [#ruby-lang]
urbanmonk has quit [Quit: Bye!]
S2kx has quit [Quit: Leaving]
srbaker has quit [Quit: Computer has gone to sleep.]
torrieri has joined #ruby-lang
datanoise has quit [Ping timeout: 272 seconds]
justinram has joined #ruby-lang
torrieri has quit [Ping timeout: 256 seconds]
methods has joined #ruby-lang
methods1 has quit [Read error: Connection reset by peer]
glebm has quit [Ping timeout: 256 seconds]
glebm has joined #ruby-lang
intellitech_ has joined #ruby-lang
intellitech has quit [Read error: Connection reset by peer]