helpa has quit [Remote host closed the connection]
rcvalle has quit [Quit: rcvalle]
pwnd_nsfw` has quit [Ping timeout: 258 seconds]
helpa-bot has quit [Remote host closed the connection]
helpa has joined #ruby
Rodya_ has quit [Ping timeout: 258 seconds]
wrkrcoop has quit [Quit: wrkrcoop]
mvxlr has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nfk has quit [Quit: Try memory.free_dirty_pages=true in about:config]
troulouliou_dev has joined #ruby
pwnd_nsfw` has joined #ruby
pwnd_nsfw has quit [Ping timeout: 260 seconds]
jenrzzz_ has quit [Ping timeout: 268 seconds]
saneax is now known as saneax-_-|AFK
Bellthoven has quit []
jenrzzz has joined #ruby
troulouliou_dev has quit [Ping timeout: 260 seconds]
chouhoulis has joined #ruby
pokalyis has joined #ruby
Rodya_ has joined #ruby
iamvery has quit [Remote host closed the connection]
Bounga has joined #ruby
ruby_ has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ziarkaen has quit [Ping timeout: 258 seconds]
nankyokusei has joined #ruby
wpostma has quit [Remote host closed the connection]
_djbkd has quit [Quit: My people need me...]
nitric has quit [Ping timeout: 260 seconds]
potatope has joined #ruby
Bounga has quit [Ping timeout: 260 seconds]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
nettoweb has joined #ruby
nankyokusei has quit [Ping timeout: 250 seconds]
blackmes1 has quit [Ping timeout: 258 seconds]
helpa has quit [Remote host closed the connection]
rvca has joined #ruby
helpa has joined #ruby
alibby has joined #ruby
alibby has left #ruby [#ruby]
nettoweb has quit [Ping timeout: 260 seconds]
Bellthoven has joined #ruby
bmurt has joined #ruby
renderfu_ has quit [Remote host closed the connection]
Derperperd has joined #ruby
ruby_ has quit []
renderful has joined #ruby
ccmcdee-sfc has joined #ruby
bmurt has quit [Ping timeout: 252 seconds]
renderful has quit [Ping timeout: 258 seconds]
elenatanasoiu has quit [Ping timeout: 258 seconds]
ponga has quit [Quit: Connection closed for inactivity]
ccmcdee-sfc has quit [Ping timeout: 260 seconds]
sneakers has quit [Ping timeout: 250 seconds]
jarray52 has joined #ruby
<jarray52>
Using Ruby's introspection, is there a way to determine which piece of code will handle an exception? I'm looking for the equivalent of some_object.method(:some_method).source_location for exceptions.
yqt has quit [Ping timeout: 260 seconds]
vitd has joined #ruby
<jarray52>
I'm trying to debug a weird issue. In one case, exception handler 1 is used. In another case, a different exception handler is used. Otherwise, the two situations look identical.
Madplatypus has quit [Quit: Connection closed for inactivity]
Contigi has quit [Quit: Leaving]
kentnl is now known as kent\n
Channel6 has joined #ruby
ace05_ has joined #ruby
ace05 has quit [Ping timeout: 258 seconds]
JoshS has joined #ruby
symm- has quit [Quit: Leaving...]
Silthias1 has quit [Ping timeout: 248 seconds]
pwnd_nsfw` has quit [Quit: Leaving]
SeepingN has joined #ruby
pwnd_nsfw has joined #ruby
potatope has quit [Read error: Connection reset by peer]
Silthias has joined #ruby
potatope has joined #ruby
potatope has quit [Client Quit]
iamvery has joined #ruby
jenrzzz has quit [Ping timeout: 248 seconds]
bmurt has joined #ruby
CloCkWeRX has joined #ruby
iamvery has quit [Ping timeout: 252 seconds]
dviola has quit [Quit: WeeChat 1.6]
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
malcolmva has quit [Ping timeout: 260 seconds]
Fridtjof has quit [Ping timeout: 258 seconds]
chouhoul_ has joined #ruby
Fridtjof has joined #ruby
hogetaro has quit [Quit: Leaving...]
MrBusiness has quit [Ping timeout: 258 seconds]
chouhoulis has quit [Ping timeout: 250 seconds]
arescorpio has joined #ruby
smlocal has quit [Remote host closed the connection]
potatope has joined #ruby
sarbs has joined #ruby
potatope has quit [Ping timeout: 248 seconds]
Silthias1 has joined #ruby
Silthias has quit [Ping timeout: 260 seconds]
malcolmva has joined #ruby
potatope has joined #ruby
zeroDi has quit [Quit: WeeChat 1.5]
zacts has quit [Ping timeout: 260 seconds]
dviola has joined #ruby
jhack has quit []
Rodya_ has quit [Remote host closed the connection]
lacuna has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
harai_ has quit [Ping timeout: 258 seconds]
chadwtaylor has joined #ruby
ur5us has quit []
optiz0r has quit [Ping timeout: 260 seconds]
tfitts has quit [Quit: Connection closed for inactivity]
hahuang61 has joined #ruby
ur5us has joined #ruby
hahuang65 has quit [Ping timeout: 250 seconds]
[gnubie] has joined #ruby
[gnubie] has quit [Remote host closed the connection]
[gnubie] has joined #ruby
* [gnubie]
waves
<[gnubie]>
i wonder if there is a boilerplate for writing ruby scripts for system administration.. i’m thinking of converting my bash scripts to ruby..
harai_ has joined #ruby
rsampaio_ has joined #ruby
GodFather has quit [Ping timeout: 268 seconds]
johnmccabe has joined #ruby
AndrewIs_ has quit [Remote host closed the connection]
nettoweb has joined #ruby
jaguarmagenta has joined #ruby
jaequery has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Bounga has joined #ruby
zukin has joined #ruby
<adam12>
[gnubie]: Not sure what kind of boilerplate you would expect? `#!/usr/bin/env ruby` and you're off
tty1 has quit [Remote host closed the connection]
<[gnubie]>
of course, that should be the first line of the script.. :)
nankyokusei has joined #ruby
tty1 has joined #ruby
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Bounga has quit [Ping timeout: 260 seconds]
<adam12>
:)
harai_ has quit [Ping timeout: 260 seconds]
Lord_of_Life has quit [Quit: EliteBNC free bnc service - http://elitebnc.org - be a part of the Elite!]
nisstyre has quit [Ping timeout: 250 seconds]
chouhoul_ has quit [Remote host closed the connection]
ccmcdee-sfc has joined #ruby
chadwtaylor has quit []
Lord_of_Life has joined #ruby
<[gnubie]>
when i write bash scripts, i have a personal boilerplate.. i create housekeeping(), die(), usage(), check_environment(), etc.. check_environment to check that everything is in place before proceeding the rest of the script.. then i also declare a trap to die when SIGHUP, SIGINT, SIGTERM.. then the body.. and lastly housekeeping
nankyokusei has quit [Ping timeout: 268 seconds]
<[gnubie]>
please bear with me.. i am starting with ruby.. so, i want to know if there is a (best practice) boilerplate when writing ruby scripts for system administration
Chagel has joined #ruby
xall has quit [Ping timeout: 258 seconds]
duncannz has quit [Read error: Connection reset by peer]
JeanCarloMachado has quit [Ping timeout: 252 seconds]
elifoster has joined #ruby
<Radar>
[gnubie]: Curious: why not use something like Chef or Ansible?
shinnya has quit [Ping timeout: 260 seconds]
<[gnubie]>
there are other things that configuration management cannot do.. or shall i say, there are use cases that there’s still a need to create custom scripts, vis-a-vis with configuration management tools
pokalyis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kith has joined #ruby
ekinmur has joined #ruby
<adam12>
[gnubie]: I see. In that case, you can work fairly similar, traping sig'calls and setting up an at_exit handler. Depends on the script I suppose.
ur5us has quit [Remote host closed the connection]
Madplatypus has joined #ruby
<eam>
at_exit or END block?
ur5us has joined #ruby
<adam12>
I've never heard of an END block?
<bougyman>
it's an awkism ruby inherited.
<[gnubie]>
yup, but i wonder if there is a “standard” boilerplate that you guys are using or maybe an article on the web that recommends how to write for this kind of tasks?
jaguarmagenta has quit [Remote host closed the connection]
hahuang61 has quit [Ping timeout: 258 seconds]
nettoweb has joined #ruby
<eam>
BEGIN and END used like this: ruby -F: -anwle'BEGIN {c=0};$F[4] =~ /bob/i and c += 1; END { puts "we have #{c} bobs here" }' < /etc/passwd
User458764 has joined #ruby
ur5us has quit [Ping timeout: 260 seconds]
<adam12>
Ah yeah - I know it now. Never seen it used outside of Ruby (or Awk) oneliners tho.
zukin has quit [Ping timeout: 268 seconds]
harai_ has joined #ruby
tyang has quit [Ping timeout: 260 seconds]
nettoweb has quit [Client Quit]
duncannz has joined #ruby
nadir has quit [Quit: Connection closed for inactivity]
zukin has joined #ruby
Bellthoven has quit []
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
rvca has quit [Ping timeout: 260 seconds]
braincrash has quit [Quit: bye bye]
postmodern has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Bellthoven has joined #ruby
pokalyis has joined #ruby
blackgoat_ has quit [Quit: WeeChat 1.5]
davidt has quit [Remote host closed the connection]
ace05_ has quit [Ping timeout: 268 seconds]
sepp2k1 has quit [Read error: Connection reset by peer]
skweek has joined #ruby
smlocal has joined #ruby
nowhere_man has quit [Remote host closed the connection]
nowhere_man has joined #ruby
iamvery has joined #ruby
twalla has joined #ruby
tris has quit [Ping timeout: 260 seconds]
tdy has joined #ruby
braincrash has joined #ruby
iamvery has quit [Ping timeout: 252 seconds]
twalla has quit [Ping timeout: 250 seconds]
AndrewIsHere has joined #ruby
vitd has quit [Ping timeout: 248 seconds]
lucast has quit [Ping timeout: 260 seconds]
blackgoat has joined #ruby
ruby-lang327 has joined #ruby
nowhereman has joined #ruby
nowhere_man has quit [Ping timeout: 250 seconds]
<ruby-lang327>
What is the website that helps you debug code?
<ruby-lang327>
Uh, rather, gives you print outs on all the steps
AndrewIsHere has quit [Ping timeout: 258 seconds]
pawnbox has joined #ruby
<ruby-lang327>
Someone linked it to me a while ago
User458764 has joined #ruby
gix has quit [Ping timeout: 260 seconds]
lucast has joined #ruby
<Radar>
ruby-lang327: Ruby code?
<Radar>
As in, it debugs ruby code?
User458764 has quit [Remote host closed the connection]
<ruby-lang327>
Yeah. It was a website that was supposedly good at finding bugs?
gix has joined #ruby
minimalism has joined #ruby
enterprisey has joined #ruby
Xentil has quit [Remote host closed the connection]
ramfjord has quit [Ping timeout: 268 seconds]
ekinmur has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
optiz0r has joined #ruby
<Radar>
I haven't heard of it.
<Radar>
It's not codeclimate is it? That's more of a code _quality_ thing though
smlocal has quit [Remote host closed the connection]
craigp has quit [Ping timeout: 260 seconds]
_djbkd has joined #ruby
jidar has quit [Quit: stuff.]
davidt has joined #ruby
jenrzzz has joined #ruby
JoshS has quit [Quit: Leaving]
davidt_ has joined #ruby
User458764 has joined #ruby
timonv has quit [Quit: WeeChat 1.4]
davidt has quit [Ping timeout: 258 seconds]
zotherstupidguy has joined #ruby
ichkv has joined #ruby
davidt_ has quit [Ping timeout: 258 seconds]
jenrzzz has quit [Ping timeout: 248 seconds]
davidt has joined #ruby
pwnd_nsfw` has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
pawnbox has quit [Remote host closed the connection]
pwnd_nsfw has quit [Ping timeout: 258 seconds]
pawnbox has joined #ruby
User458764 has joined #ruby
potatope has quit [Ping timeout: 260 seconds]
potatope has joined #ruby
rsampaio_ has quit [Ping timeout: 258 seconds]
JoshS has joined #ruby
bihi has quit [Quit: Bye!]
ichkv has quit [Remote host closed the connection]
lacour has joined #ruby
bihi has joined #ruby
cyphase_eviltwin has quit [Ping timeout: 260 seconds]
nonnatus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
harai_ has quit [Ping timeout: 258 seconds]
Felipe__ has quit [Quit: Leaving]
Felipe__ has joined #ruby
Felipe__ has quit [Remote host closed the connection]
potatope has quit [Quit: potatope]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
jaguarmagenta has joined #ruby
cyphase has joined #ruby
RTFM[away] has quit [Remote host closed the connection]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
Silthias has joined #ruby
tdy has quit [Ping timeout: 258 seconds]
Silthias1 has quit [Ping timeout: 258 seconds]
skweek has quit [Ping timeout: 268 seconds]
harai_ has joined #ruby
rsampaio_ has joined #ruby
samof76 has joined #ruby
lacour has quit [Quit: Leaving]
potatope has joined #ruby
arescorpio has quit [Quit: Leaving.]
rsampaio_ has quit [Client Quit]
dviola has quit [Quit: WeeChat 1.6]
Bellthoven has quit []
jidar has joined #ruby
potatope has quit [Ping timeout: 260 seconds]
craigp has joined #ruby
armyriad has quit [Quit: Leaving]
potatope has joined #ruby
Bounga has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jaguarmagenta has quit [Read error: Connection reset by peer]
jaguarmagenta has joined #ruby
nankyokusei has joined #ruby
Bounga has quit [Ping timeout: 260 seconds]
eizua has joined #ruby
the_drow has joined #ruby
the_drow has quit [Read error: Connection reset by peer]
Chagel has quit [Ping timeout: 252 seconds]
the_drow has joined #ruby
nankyokusei has quit [Ping timeout: 260 seconds]
Chagel has joined #ruby
User458764 has joined #ruby
anaiden has joined #ruby
tdy has joined #ruby
frankiee_ has joined #ruby
AlexRussia has quit [Ping timeout: 260 seconds]
the_drow has quit [Read error: Connection reset by peer]
Chagel has quit [Ping timeout: 260 seconds]
jbomo has left #ruby [#ruby]
Chagel has joined #ruby
the_drow has joined #ruby
tmtwd has quit [Ping timeout: 260 seconds]
Channel6 has quit [Quit: Leaving]
<[gnubie]>
is there an existing ruby tool to generate skeleton cli application?
davidt has quit []
Chagel has quit [Ping timeout: 260 seconds]
zukin has quit [Quit: leaving]
nonnatus has joined #ruby
xall has joined #ruby
the_drow_ has joined #ruby
the_drow has quit [Ping timeout: 258 seconds]
frankiee_ has quit [Ping timeout: 260 seconds]
Chagel has joined #ruby
nrk has quit [Ping timeout: 258 seconds]
aupadhye has joined #ruby
Chagel has quit [Ping timeout: 252 seconds]
astrobunny has joined #ruby
Chagel has joined #ruby
astrobunny has quit [Remote host closed the connection]
astrobunny has joined #ruby
the_drow_ has quit [Read error: Connection reset by peer]
johnmccabe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
iamvery has joined #ruby
the_drow has joined #ruby
eggoez has quit [Ping timeout: 260 seconds]
cgfbee has quit [Remote host closed the connection]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
nachoman has quit []
gregf_ has joined #ruby
samof76 has quit [Ping timeout: 252 seconds]
the_drow has quit [Quit: This computer has gone to sleep]
CloCkWeRX has quit [Ping timeout: 248 seconds]
marr has joined #ruby
Burgestrand has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
SesMan has joined #ruby
djellemah has joined #ruby
Xentil has joined #ruby
astrobunny has quit [Remote host closed the connection]
Burgestrand has joined #ruby
elenatanasoiu has quit [Quit: WeeChat 1.5]
elenatanasoiu has joined #ruby
jaguarmagenta has quit [Remote host closed the connection]
astrobunny has joined #ruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
zukin has quit [Quit: leaving]
zukin has joined #ruby
Bounga has joined #ruby
twalla has joined #ruby
bhaak has quit [Read error: Connection reset by peer]
tomaw has quit [*.net *.split]
bokayio has quit [*.net *.split]
snapcase has quit [*.net *.split]
ixti has quit [*.net *.split]
techntoke_ has quit [*.net *.split]
ramblinpeck has quit [*.net *.split]
alem0lar- has quit [*.net *.split]
adaedra has quit [*.net *.split]
ElderFain has quit [*.net *.split]
halfdan has quit [*.net *.split]
skmp has quit [*.net *.split]
adambeynon has quit [*.net *.split]
Tharbakim has quit [*.net *.split]
atmosx has quit [*.net *.split]
majoh has quit [*.net *.split]
Fernando-Basso has quit [*.net *.split]
raz has quit [*.net *.split]
nebben has quit [*.net *.split]
ghr has quit [*.net *.split]
saneax has quit [*.net *.split]
mjc_ has quit [*.net *.split]
joaomdmoura__ has quit [*.net *.split]
darthvorik has quit [*.net *.split]
zipkid has quit [*.net *.split]
podman has quit [*.net *.split]
Yonk has quit [*.net *.split]
poikon has quit [*.net *.split]
flying has quit [*.net *.split]
teclator has quit [*.net *.split]
alaibe has quit [*.net *.split]
Humdai has quit [*.net *.split]
gingray has quit [*.net *.split]
helpa has quit [*.net *.split]
chadwtay_ has quit [*.net *.split]
johnmilton has quit [*.net *.split]
Xeago has quit [*.net *.split]
Cork has quit [*.net *.split]
sheepman has quit [*.net *.split]
flopsec has quit [*.net *.split]
FastJack has quit [*.net *.split]
klaas has quit [*.net *.split]
forgot has quit [*.net *.split]
KillerFox has quit [*.net *.split]
gregf_ has quit [*.net *.split]
ruby-lang477 has quit [*.net *.split]
TomyWork has quit [*.net *.split]
tsunamie has quit [*.net *.split]
redlegion has quit [*.net *.split]
zukin has quit [*.net *.split]
Burgestrand has quit [*.net *.split]
Xentil has quit [*.net *.split]
Beams has quit [*.net *.split]
ziarkaen has quit [*.net *.split]
conta has quit [*.net *.split]
Silthias has quit [*.net *.split]
craigp has quit [*.net *.split]
last_staff has quit [*.net *.split]
Wayne_Shephard has quit [*.net *.split]
nowhereman has quit [*.net *.split]
jarray52 has quit [*.net *.split]
A124 has quit [*.net *.split]
kitallis has quit [*.net *.split]
Oclairi has quit [*.net *.split]
Platini has quit [*.net *.split]
yeticry has quit [*.net *.split]
jwheare has quit [*.net *.split]
Tempesta has quit [*.net *.split]
jolamb has quit [*.net *.split]
arne has quit [*.net *.split]
en0x has quit [*.net *.split]
fnord____ has quit [*.net *.split]
SpX has quit [*.net *.split]
Zarthus has quit [*.net *.split]
moneylotion has quit [*.net *.split]
havenwood has quit [*.net *.split]
araujo has quit [*.net *.split]
Kuukunen has quit [*.net *.split]
govg has quit [*.net *.split]
noodle has quit [*.net *.split]
bakingbread has quit [*.net *.split]
sindork_ has quit [*.net *.split]
bauruine_ has quit [*.net *.split]
baratheo1 has quit [*.net *.split]
faces has quit [*.net *.split]
YaknotiS has quit [*.net *.split]
Yxhuvud has quit [*.net *.split]
chihhsin_ has quit [*.net *.split]
SirFunk_ has quit [*.net *.split]
constantinexvi_ has quit [*.net *.split]
raldu has quit [*.net *.split]
ericwood_ has quit [*.net *.split]
Gnubie__ has quit [*.net *.split]
Talltree has quit [*.net *.split]
swills_ has quit [*.net *.split]
maxmanders has quit [*.net *.split]
aep has quit [*.net *.split]
jinie has quit [*.net *.split]
marsjaninzmarsa has quit [*.net *.split]
Emmanuel_Chanel has quit [*.net *.split]
scorphus has quit [*.net *.split]
elomatreb has quit [*.net *.split]
fiddlerwoaroof has quit [*.net *.split]
Rutix has quit [*.net *.split]
_ht has quit [*.net *.split]
sunya7a_ has quit [*.net *.split]
bougyman has quit [*.net *.split]
NET||abuse has quit [*.net *.split]
tw1sted has quit [*.net *.split]
m4rCsi has quit [*.net *.split]
eregon has quit [*.net *.split]
friday has quit [*.net *.split]
hplar has quit [*.net *.split]
p1k has quit [*.net *.split]
oddmunds has quit [*.net *.split]
joevandyk has quit [*.net *.split]
olblak_ has quit [*.net *.split]
iamayam has quit [*.net *.split]
baweaver has quit [*.net *.split]
drale2k has quit [*.net *.split]
ahuman has quit [*.net *.split]
gse has quit [*.net *.split]
TTilus has quit [*.net *.split]
strongcode has quit [*.net *.split]
ereslibre has quit [*.net *.split]
jackhill has quit [*.net *.split]
Gadgetoid has quit [*.net *.split]
parus_ has quit [*.net *.split]
[ace] has quit [*.net *.split]
rprimus has quit [*.net *.split]
FifthWall has quit [*.net *.split]
benhoi has quit [*.net *.split]
miah has quit [*.net *.split]
avdi has quit [*.net *.split]
headius has quit [*.net *.split]
audibleblink has quit [*.net *.split]
spider-mario has quit [*.net *.split]
rubirc has quit [*.net *.split]
ccooke has quit [*.net *.split]
matti has quit [*.net *.split]
chee has quit [*.net *.split]
valeri_ufo has quit [*.net *.split]
Fire-Dragon-DoL has quit [*.net *.split]
Junaos has quit [*.net *.split]
Kero has quit [*.net *.split]
harrisi has quit [*.net *.split]
ejnahc has quit [*.net *.split]
vdl has quit [*.net *.split]
hightower3 has quit [*.net *.split]
sphex has quit [*.net *.split]
akhkharu has quit [*.net *.split]
BytesAndCoffee has quit [*.net *.split]
pandaant has quit [*.net *.split]
blackmesa has quit [*.net *.split]
DoubleMalt has quit [*.net *.split]
kaffepanna has quit [*.net *.split]
mikecmpbll has quit [*.net *.split]
blaxter has quit [*.net *.split]
vqrs has quit [*.net *.split]
biberu has quit [*.net *.split]
mvxlr has quit [*.net *.split]
dagelf has quit [*.net *.split]
eizua has quit [*.net *.split]
kith has quit [*.net *.split]
tercenya has quit [*.net *.split]
wldcordeiro has quit [*.net *.split]
hammond has quit [*.net *.split]
Mia has quit [*.net *.split]
crdpink has quit [*.net *.split]
pygospa has quit [*.net *.split]
moei has quit [*.net *.split]
exchgr has quit [*.net *.split]
spiette has quit [*.net *.split]
hinbody has quit [*.net *.split]
ReinH_ has quit [*.net *.split]
danst_ has quit [*.net *.split]
clamstar has quit [*.net *.split]
Radar has quit [*.net *.split]
kies^ has quit [*.net *.split]
awk has quit [*.net *.split]
trajing- has quit [*.net *.split]
Edward_ has quit [*.net *.split]
twistedpixels has quit [*.net *.split]
misterpink has quit [*.net *.split]
mikee has quit [*.net *.split]
KrzaQ has quit [*.net *.split]
hfp has quit [*.net *.split]
isomorph1smes has quit [*.net *.split]
Prira_ has quit [*.net *.split]
Xiti has quit [*.net *.split]
AnoHito has quit [*.net *.split]
staticfox has quit [*.net *.split]
chridal has quit [*.net *.split]
kmhn has quit [*.net *.split]
utkarsh has quit [*.net *.split]
ec\ has quit [*.net *.split]
yosafbridge has quit [*.net *.split]
xybre has quit [*.net *.split]
reaVer has quit [*.net *.split]
demophoon has quit [*.net *.split]
nexace has quit [*.net *.split]
chg has quit [*.net *.split]
iNs has quit [*.net *.split]
redondos has quit [*.net *.split]
shtirlic has quit [*.net *.split]
pjaspers has quit [*.net *.split]
hirvi has quit [*.net *.split]
KramerC has quit [*.net *.split]
destructure has quit [*.net *.split]
yeltzooo has quit [*.net *.split]
bazzy has quit [*.net *.split]
sniff has quit [*.net *.split]
aalmenar has quit [*.net *.split]
[reed] has quit [*.net *.split]
Drakevr has quit [*.net *.split]
[ddmp] has quit [*.net *.split]
EdwardIII has quit [*.net *.split]
orangey has quit [*.net *.split]
kenichi has quit [*.net *.split]
uranellus has quit [*.net *.split]
soud has quit [*.net *.split]
janno has quit [*.net *.split]
varesa has quit [*.net *.split]
freedrull has quit [*.net *.split]
piotrj has quit [*.net *.split]
rideh has quit [*.net *.split]
icey has quit [*.net *.split]
davic has quit [*.net *.split]
ged__ has quit [*.net *.split]
uxp has quit [*.net *.split]
gf3 has quit [*.net *.split]
greister has quit [*.net *.split]
rclsilver has quit [*.net *.split]
madhatter has quit [*.net *.split]
diegok has quit [*.net *.split]
bmn has quit [*.net *.split]
fumk has quit [*.net *.split]
yonatankoren has quit [*.net *.split]
patteh has quit [*.net *.split]
ianconnolly has quit [*.net *.split]
badeball has quit [*.net *.split]
Morrolan has quit [*.net *.split]
nibbo has quit [*.net *.split]
dyjakan has quit [*.net *.split]
SirCmpwn has quit [*.net *.split]
csaunders has quit [*.net *.split]
im0b has quit [*.net *.split]
sent-hil has quit [*.net *.split]
PlasmaStar has quit [*.net *.split]
Ankhers has quit [*.net *.split]
jswe has quit [*.net *.split]
aibot____ has quit [*.net *.split]
dgncn has quit [*.net *.split]
stan has quit [*.net *.split]
devil_tux has quit [*.net *.split]
atom3 has quit [*.net *.split]
cb has quit [*.net *.split]
n8o has quit [*.net *.split]
Guest71777 has quit [*.net *.split]
wlanboy has quit [*.net *.split]
neoweb has quit [*.net *.split]
spligak has quit [*.net *.split]
guardian has quit [*.net *.split]
AustinMatherne has quit [*.net *.split]
ytti has quit [*.net *.split]
pragmatism has quit [*.net *.split]
\13k has quit [*.net *.split]
twalla has quit [*.net *.split]
SCHAAP137 has quit [*.net *.split]
alsvidr has quit [*.net *.split]
phredus has quit [*.net *.split]
Torrone has quit [*.net *.split]
nadir has quit [*.net *.split]
zacts has quit [*.net *.split]
bocaneri has quit [*.net *.split]
Rickmasta has quit [*.net *.split]
cgfbee has quit [*.net *.split]
pwnd_nsfw` has quit [*.net *.split]
lucast has quit [*.net *.split]
braincrash has quit [*.net *.split]
jidar has quit [*.net *.split]
postmodern has quit [*.net *.split]
duncannz has quit [*.net *.split]
tty1 has quit [*.net *.split]
sarbs has quit [*.net *.split]
znz_jp has quit [*.net *.split]
mistergibson has quit [*.net *.split]
shiver has quit [*.net *.split]
Immune has quit [*.net *.split]
ghostlight has quit [*.net *.split]
tpendragon has quit [*.net *.split]
blackjid has quit [*.net *.split]
deimos has quit [*.net *.split]
Eleeleth has quit [*.net *.split]
KnownSyntax has quit [*.net *.split]
M-mistake has quit [*.net *.split]
cpfeilschifter[m has quit [*.net *.split]
M-shine has quit [*.net *.split]
nyuszika7h has quit [*.net *.split]
Muz has quit [*.net *.split]
chazu has quit [*.net *.split]
jokke has quit [*.net *.split]
vircung has quit [*.net *.split]
silverdust has quit [*.net *.split]
chrisarcand has quit [*.net *.split]
levifig has quit [*.net *.split]
jtd has quit [*.net *.split]
StoBrendo has quit [*.net *.split]
boshhead has quit [*.net *.split]
AKPWD has quit [*.net *.split]
zeroDivisible has quit [*.net *.split]
fedruantine has quit [*.net *.split]
nitrix has quit [*.net *.split]
matthewd has quit [*.net *.split]
kingkong- has quit [*.net *.split]
apeiros has quit [*.net *.split]
justinmcp has quit [*.net *.split]
Takumo has quit [*.net *.split]
pavelz has quit [*.net *.split]
Suntzu has quit [*.net *.split]
Todd has quit [*.net *.split]
IsoLinCHiP has quit [*.net *.split]
Guest10767 has quit [*.net *.split]
pleiosaur has quit [*.net *.split]
matled has quit [*.net *.split]
jesk has quit [*.net *.split]
trampi has quit [*.net *.split]
danmcguire has quit [*.net *.split]
SenpaiSilver has quit [*.net *.split]
ghormoon has quit [*.net *.split]
ironcamel has quit [*.net *.split]
brixen has quit [*.net *.split]
D9 has quit [*.net *.split]
jonadab has quit [*.net *.split]
imanc has quit [*.net *.split]
biox has quit [*.net *.split]
Klumben has quit [*.net *.split]
jwl has quit [*.net *.split]
nchambers has quit [*.net *.split]
twe4ked has quit [*.net *.split]
Ikri has quit [*.net *.split]
jaiks1 has quit [*.net *.split]
thorgi has quit [*.net *.split]
bjmllr has quit [*.net *.split]
hostess has quit [*.net *.split]
catbusters has quit [*.net *.split]
SJr has quit [*.net *.split]
the-eat-scout has quit [*.net *.split]
jimeh has quit [*.net *.split]
codepete has quit [*.net *.split]
zzak has quit [*.net *.split]
raatiniemi has quit [*.net *.split]
sorah___ has quit [*.net *.split]
valkyr2e has quit [*.net *.split]
PhishPho1 has quit [*.net *.split]
papercod1 has quit [*.net *.split]
joes has quit [*.net *.split]
evie_hammond has quit [*.net *.split]
ndrst has quit [*.net *.split]
canton7 has quit [*.net *.split]
irick has quit [*.net *.split]
Guest15043 has quit [*.net *.split]
Batholith has quit [*.net *.split]
electrostat has quit [*.net *.split]
webnanners has quit [*.net *.split]
tabakhase has quit [*.net *.split]
Papierkorb has quit [*.net *.split]
emersoni1n has quit [*.net *.split]
Couch has quit [*.net *.split]
bodie_ has quit [*.net *.split]
Sthebig has quit [*.net *.split]
priodev has quit [*.net *.split]
pagios has quit [*.net *.split]
tomphp has quit [*.net *.split]
andikr has quit [*.net *.split]
aganov has quit [*.net *.split]
yardenbar has quit [*.net *.split]
harai_ has quit [*.net *.split]
igniting has quit [*.net *.split]
optiz0r has quit [*.net *.split]
banisterfiend has quit [*.net *.split]
bigkevmcd has quit [*.net *.split]
daemonwrangler has quit [*.net *.split]
Cyrus has quit [*.net *.split]
olspookishmagus has quit [*.net *.split]
matp has quit [*.net *.split]
mburns_ has quit [*.net *.split]
dasher^0_o has quit [*.net *.split]
Garo__ has quit [*.net *.split]
eam has quit [*.net *.split]
bairyn has quit [*.net *.split]
nuclearsandwich has quit [*.net *.split]
djbkd has quit [*.net *.split]
g3funk has quit [*.net *.split]
rikai has quit [*.net *.split]
Sonicblaze has quit [*.net *.split]
nullfxn has quit [*.net *.split]
juanfra has quit [*.net *.split]
ptx0 has quit [*.net *.split]
scottschecter has quit [*.net *.split]
_joes_ has quit [*.net *.split]
PaulePanter has quit [*.net *.split]
NightMonkey has quit [*.net *.split]
Guest71746 has quit [*.net *.split]
IceDragon has quit [*.net *.split]
cydrobolt_ has quit [*.net *.split]
nebg_ has quit [*.net *.split]
ltd_ has quit [*.net *.split]
Sp4rKy has quit [*.net *.split]
GooseYAr1 has quit [*.net *.split]
segy has quit [*.net *.split]
aries_liuxueyang has quit [*.net *.split]
zzxc has quit [*.net *.split]
justinmrkva has quit [*.net *.split]
axisys has quit [*.net *.split]
nocd has quit [*.net *.split]
funnel has quit [*.net *.split]
genpaku has quit [*.net *.split]
hightower2 has quit [*.net *.split]
thomas has quit [*.net *.split]
veloutin has quit [*.net *.split]
kloeri has quit [*.net *.split]
mhsjlw has quit [*.net *.split]
anekos_ has quit [*.net *.split]
yorickpeterse has quit [*.net *.split]
n__dles has quit [*.net *.split]
rtl has quit [*.net *.split]
adam12 has quit [*.net *.split]
hxegon has quit [*.net *.split]
seitensei has quit [*.net *.split]
hanmac has quit [*.net *.split]
shortdudey123 has quit [*.net *.split]
jyaworski has quit [*.net *.split]
Jamo_ has quit [*.net *.split]
ineb has quit [*.net *.split]
saltsa has quit [*.net *.split]
trif has quit [*.net *.split]
lianj has quit [*.net *.split]
Evan- has quit [*.net *.split]
bw_ has quit [*.net *.split]
existensil has quit [*.net *.split]
nickjj has quit [*.net *.split]
squidbits has quit [*.net *.split]
xMopxShell has quit [*.net *.split]
michael_mbp has quit [*.net *.split]
Roa has quit [*.net *.split]
Mr_Pancake has quit [*.net *.split]
swartzcr_ has quit [*.net *.split]
angseus_ has quit [*.net *.split]
mhb_ has quit [*.net *.split]
heinrich5991 has quit [*.net *.split]
spacemud has quit [*.net *.split]
okdas has quit [*.net *.split]
ciawal has quit [*.net *.split]
dunj3 has quit [*.net *.split]
Kamilion has quit [*.net *.split]
cevett has quit [*.net *.split]
roger_rabbit has quit [*.net *.split]
marienz has quit [*.net *.split]
Luna_Moonfang has quit [*.net *.split]
spk has quit [*.net *.split]
tubbo has quit [*.net *.split]
hfp_work has quit [*.net *.split]
queequeg1 has quit [*.net *.split]
jpterry has quit [*.net *.split]
sarlalian has quit [*.net *.split]
mgorbach has quit [*.net *.split]
sunya7a has quit [*.net *.split]
edgr has quit [*.net *.split]
ule has quit [*.net *.split]
pawnbox has quit [*.net *.split]
djellemah has quit [*.net *.split]
antgel has quit [*.net *.split]
aidalgol has quit [*.net *.split]
aupadhye has quit [*.net *.split]
malcolmva has quit [*.net *.split]
sysanthrope has quit [*.net *.split]
beawesomeinstead has quit [*.net *.split]
thoolihan has quit [*.net *.split]
loincloth has quit [*.net *.split]
mim1k|work has quit [*.net *.split]
maloik has quit [*.net *.split]
LiquidInsect has quit [*.net *.split]
watersoul has quit [*.net *.split]
daemoen has quit [*.net *.split]
daffy_duck_2 has quit [*.net *.split]
gigetoo has quit [*.net *.split]
drbrain has quit [*.net *.split]
Asher has quit [*.net *.split]
moufl has quit [*.net *.split]
RazorX- has quit [*.net *.split]
yasu_____ has quit [*.net *.split]
kallisti5 has quit [*.net *.split]
crankharder has quit [*.net *.split]
P1ro has quit [*.net *.split]
mniip has quit [*.net *.split]
bqscott has quit [*.net *.split]
bronson has quit [*.net *.split]
ICantCook has quit [*.net *.split]
rhinosic has quit [*.net *.split]
lifted has quit [*.net *.split]
vondruch has quit [*.net *.split]
null_ref has quit [*.net *.split]
DefV has quit [*.net *.split]
phantummm has quit [*.net *.split]
armin has quit [*.net *.split]
TheMoonMaster_ has quit [*.net *.split]
compass_ has quit [*.net *.split]
alnewkir1 has quit [*.net *.split]
brucebag has quit [*.net *.split]
snakehsu has quit [*.net *.split]
yokel has quit [*.net *.split]
_br__ has quit [*.net *.split]
mozzarella has quit [*.net *.split]
lightstalker has quit [*.net *.split]
madsa has quit [*.net *.split]
cajone has quit [*.net *.split]
patronus has quit [*.net *.split]
nekomune_ has quit [*.net *.split]
Alina-malina has quit [*.net *.split]
giraffe_ has quit [*.net *.split]
freeze has quit [*.net *.split]
guacamole has quit [*.net *.split]
Log1x has quit [*.net *.split]
jtperreault has quit [*.net *.split]
mmasaki has quit [*.net *.split]
Rabbit_ has quit [*.net *.split]
xpt has quit [*.net *.split]
z3uS has quit [*.net *.split]
pabs has quit [*.net *.split]
devyn has quit [*.net *.split]
m1dnight` has quit [*.net *.split]
greenhat has quit [*.net *.split]
quarcu has quit [*.net *.split]
Guest53510 has quit [*.net *.split]
akkad has quit [*.net *.split]
Guest59171 has quit [*.net *.split]
lucas_ has quit [*.net *.split]
BriCursion has quit [*.net *.split]
`derpy has quit [*.net *.split]
marr has quit [*.net *.split]
jsrn has quit [*.net *.split]
miguelfernandes has quit [*.net *.split]
claudiuinberlin has quit [*.net *.split]
cyphase has quit [*.net *.split]
JoshS has quit [*.net *.split]
minimalism has quit [*.net *.split]
pokalyis has quit [*.net *.split]
ccmcdee-sfc has quit [*.net *.split]
Lord_of_Life has quit [*.net *.split]
Fridtjof has quit [*.net *.split]
Azure has quit [*.net *.split]
MadWasp has quit [*.net *.split]
epistrephein has quit [*.net *.split]
M-manveru has quit [*.net *.split]
blingrang has quit [*.net *.split]
spectra has quit [*.net *.split]
twodayslate has quit [*.net *.split]
bascht has quit [*.net *.split]
tessi_zz has quit [*.net *.split]
teotwaki has quit [*.net *.split]
Seich has quit [*.net *.split]
Scientz has quit [*.net *.split]
epochwolf has quit [*.net *.split]
kent\n has quit [*.net *.split]
Expanse has quit [*.net *.split]
DarkUnicorn has quit [*.net *.split]
lupine has quit [*.net *.split]
drzel has quit [*.net *.split]
ledestin has quit [*.net *.split]
sylario has quit [*.net *.split]
JesseH has quit [*.net *.split]
Fetch has quit [*.net *.split]
brianpWins has quit [*.net *.split]
tristanp has quit [*.net *.split]
mrfooo has quit [*.net *.split]
charles81 has quit [*.net *.split]
Hobbyboy has quit [*.net *.split]
eljimmy has quit [*.net *.split]
jrafanie has quit [*.net *.split]
Mekkis has quit [*.net *.split]
Antiarc has quit [*.net *.split]
epitron has quit [*.net *.split]
mitsuhiko has quit [*.net *.split]
incomprehensibly has quit [*.net *.split]
jhill_ has quit [*.net *.split]
rumikk3 has quit [*.net *.split]
tjvc_ has quit [*.net *.split]
galeido has quit [*.net *.split]
Bish_ has quit [*.net *.split]
Lildirt has quit [*.net *.split]
wildleaf has quit [*.net *.split]
tvsutton has quit [*.net *.split]
JammyHammy has quit [*.net *.split]
jtdowney has quit [*.net *.split]
fnux has quit [*.net *.split]
bathtub_shark has quit [*.net *.split]
Eiam has quit [*.net *.split]
DrCode has quit [*.net *.split]
tekk has quit [*.net *.split]
sonOfRa has quit [*.net *.split]
alexherbo2 has quit [*.net *.split]
jud has quit [*.net *.split]
timmyBsd has quit [*.net *.split]
ec has quit [*.net *.split]
rfv has quit [*.net *.split]
zenspider has quit [*.net *.split]
yossarian has quit [*.net *.split]
Nilium has quit [*.net *.split]
inukshuk has quit [*.net *.split]
shadeslayer has quit [*.net *.split]
scottala1 has quit [*.net *.split]
rbr has quit [*.net *.split]
arthurnn has quit [*.net *.split]
Meeh has quit [*.net *.split]
x0f has quit [*.net *.split]
Apocalypse has quit [*.net *.split]
jokester has quit [*.net *.split]
quoboo has quit [*.net *.split]
volix has quit [*.net *.split]
CustosLimen has quit [*.net *.split]
jimcroft has quit [*.net *.split]
bweston92 has quit [*.net *.split]
MrBloo has quit [*.net *.split]
ijij has quit [*.net *.split]
digitalfiz has quit [*.net *.split]
deepak_ has quit [*.net *.split]
AdamMeghji__ has quit [*.net *.split]
mrsolo has quit [*.net *.split]
Lewix has quit [*.net *.split]
jmcc____________ has quit [*.net *.split]
HashNuke has quit [*.net *.split]
spastorino has quit [*.net *.split]
AndyWojo has quit [*.net *.split]
pfg_ has quit [*.net *.split]
jabreity has quit [*.net *.split]
johnkpaul has quit [*.net *.split]
lipoqil has quit [*.net *.split]
vifino has quit [*.net *.split]
danzilio_ has quit [*.net *.split]
troter__________ has quit [*.net *.split]
unforgiven512 has quit [*.net *.split]
DarthGandalf has quit [*.net *.split]
r4z3r has quit [*.net *.split]
darix has quit [*.net *.split]
russt_ has quit [*.net *.split]
infernix has quit [*.net *.split]
Diabolik has quit [*.net *.split]
mlehrer has quit [*.net *.split]
coffeejunk has quit [*.net *.split]
Koshian___ has quit [*.net *.split]
thejoecarroll has quit [*.net *.split]
jhass has quit [*.net *.split]
Liothen has quit [*.net *.split]
edwardly has quit [*.net *.split]
kaspergrubbe has quit [*.net *.split]
sonne has quit [*.net *.split]
code_ has quit [*.net *.split]
SebastianThorn has quit [*.net *.split]
mc_fail_ has quit [*.net *.split]
Lloyd has quit [*.net *.split]
Bounga has quit [*.net *.split]
samof76_ has quit [*.net *.split]
aufi has quit [*.net *.split]
gizmore has quit [*.net *.split]
mtkd has quit [*.net *.split]
zotherst1 has quit [*.net *.split]
dminuoso_ has quit [*.net *.split]
JoL1hAHN has quit [*.net *.split]
raeoks has quit [*.net *.split]
eggoez has quit [*.net *.split]
tdy has quit [*.net *.split]
gix has quit [*.net *.split]
JackMc has quit [*.net *.split]
jlyndon has quit [*.net *.split]
zero7 has quit [*.net *.split]
zidane_g_ has quit [*.net *.split]
meinside has quit [*.net *.split]
ujjain has quit [*.net *.split]
whiteline has quit [*.net *.split]
johnny56 has quit [*.net *.split]
modin has quit [*.net *.split]
ohcibi has quit [*.net *.split]
Nightmare has quit [*.net *.split]
surrounder has quit [*.net *.split]
bogdanteleaga has quit [*.net *.split]
nug has quit [*.net *.split]
Paradox has quit [*.net *.split]
joconcepts has quit [*.net *.split]
radic has quit [*.net *.split]
rcs has quit [*.net *.split]
oz has quit [*.net *.split]
krasnus has quit [*.net *.split]
shelling__ has quit [*.net *.split]
[spoiler] has quit [*.net *.split]
j416 has quit [*.net *.split]
bier has quit [*.net *.split]
jasondotstar has quit [*.net *.split]
VladGh has quit [*.net *.split]
ekem has quit [*.net *.split]
gypsydave5 has quit [*.net *.split]
tommylommykins has quit [*.net *.split]
shaman42 has quit [*.net *.split]
edorf has quit [*.net *.split]
pmarreck has quit [*.net *.split]
dhollinger has quit [*.net *.split]
LyndsySimon has quit [*.net *.split]
svkurowski has quit [*.net *.split]
erlend has quit [*.net *.split]
Davey has quit [*.net *.split]
borkdude has quit [*.net *.split]
heyimwill has quit [*.net *.split]
camilasan has quit [*.net *.split]
LambdaSix has quit [*.net *.split]
contradictioned has quit [*.net *.split]
SegFaultAX has quit [*.net *.split]
elementaru has quit [*.net *.split]
danguita has quit [*.net *.split]
Qommand0r has quit [*.net *.split]
heftig has quit [*.net *.split]
gremax has quit [*.net *.split]
crayfishx has quit [*.net *.split]
ewilliam_ has quit [*.net *.split]
alxndr has quit [*.net *.split]
SuperTux88 has quit [*.net *.split]
GGMethos has quit [*.net *.split]
vedu has quit [*.net *.split]
dellavg has quit [*.net *.split]
JStoker has quit [*.net *.split]
chris2 has quit [*.net *.split]
devster31 has quit [*.net *.split]
VanDyke has quit [*.net *.split]
Nanuq has quit [*.net *.split]
robnester has quit [*.net *.split]
quiller has quit [*.net *.split]
bumao has quit [*.net *.split]
ltp has quit [*.net *.split]
voker57 has quit [*.net *.split]
ken_barber has quit [*.net *.split]
drPoggs has quit [*.net *.split]
Rush has quit [*.net *.split]
cj has quit [*.net *.split]
sethetter has quit [*.net *.split]
soahccc_ has quit [*.net *.split]
aarongodin has quit [*.net *.split]
bestie has quit [*.net *.split]
RushPL has quit [*.net *.split]
Olipro has quit [*.net *.split]
wnd has quit [*.net *.split]
G has quit [*.net *.split]
lele has quit [*.net *.split]
tobiasvl has quit [*.net *.split]
cjk101010 has quit [*.net *.split]
abort has quit [*.net *.split]
Canucktux has quit [*.net *.split]
go|dfish has quit [*.net *.split]
fold4 has quit [*.net *.split]
SuperLag has quit [*.net *.split]
humd1ng3r has quit [*.net *.split]
xaxisx has quit [*.net *.split]
hays has quit [*.net *.split]
dmarr_ has quit [*.net *.split]
cibs has quit [*.net *.split]
aredridel has quit [*.net *.split]
timmow has quit [*.net *.split]
voxxit has quit [*.net *.split]
zack6849 has quit [*.net *.split]
nfsnobody has quit [*.net *.split]
fullstack has quit [*.net *.split]
sirecote has quit [*.net *.split]
Bilge has quit [*.net *.split]
Sembei has quit [Excess Flood]
iooner has quit [Excess Flood]
arooni has quit [Excess Flood]
nowhereman has joined #ruby
rann has quit [Ping timeout: 256 seconds]
jxf has quit [Ping timeout: 256 seconds]
davidmichaelkarr has quit [Ping timeout: 256 seconds]
Iacobus has quit [Ping timeout: 256 seconds]
wsmoak has quit [Ping timeout: 256 seconds]
peteretep has quit [Ping timeout: 256 seconds]
lancetw has quit [Ping timeout: 256 seconds]
yo61 has quit [Ping timeout: 256 seconds]
machty has quit [Ping timeout: 256 seconds]
rflot has quit [Ping timeout: 256 seconds]
discopatrick has quit [Ping timeout: 256 seconds]
boxrick1 has quit [Ping timeout: 256 seconds]
Hates_ has quit [Ping timeout: 256 seconds]
Majost has quit [Ping timeout: 256 seconds]
mroth has quit [Ping timeout: 256 seconds]
jpinnix_______ has quit [Ping timeout: 256 seconds]
vcoinminer has quit [Ping timeout: 256 seconds]
dukedave has quit [Ping timeout: 256 seconds]
[diecast] has quit [Ping timeout: 256 seconds]
ggherdov has quit [Ping timeout: 256 seconds]
pizzaops has quit [Ping timeout: 256 seconds]
Tony-St4rk has quit [Ping timeout: 256 seconds]
kireevco_ has quit [Ping timeout: 256 seconds]
daxroc has quit [Ping timeout: 256 seconds]
dmnd has quit [Ping timeout: 256 seconds]
bcavileer has quit [Ping timeout: 256 seconds]
Travis-42 has quit [Ping timeout: 256 seconds]
amitchellbullard has quit [Ping timeout: 256 seconds]
astrobunny has quit [Remote host closed the connection]
machty has joined #ruby
ec has joined #ruby
jpinnix_______ has joined #ruby
Iacobus has joined #ruby
Lloyd has joined #ruby
avdi has joined #ruby
kireevco_ has joined #ruby
wsmoak has joined #ruby
jhill_ has joined #ruby
HashNuke has joined #ruby
rflot has joined #ruby
Travis-42 has joined #ruby
[diecast] has joined #ruby
quoboo has joined #ruby
sylario has joined #ruby
charles81 has joined #ruby
bweston92 has joined #ruby
pizzaops has joined #ruby
_whitelogger has joined #ruby
blackmesa has quit [Ping timeout: 268 seconds]
kingkong- has quit [Remote host closed the connection]
_whitelogger has joined #ruby
samof76 has joined #ruby
YaknotiS has joined #ruby
yeticry has joined #ruby
armin has joined #ruby
Junaos has joined #ruby
teclator has joined #ruby
flying has joined #ruby
coffeejunk has joined #ruby
Humdai has joined #ruby
alaibe has joined #ruby
tomaw has joined #ruby
gingray has joined #ruby
sheepman has joined #ruby
valeri_ufo has joined #ruby
johnmilton has joined #ruby
Cork has joined #ruby
chadwtay_ has joined #ruby
Xeago has joined #ruby
FastJack has joined #ruby
forgot has joined #ruby
klaas has joined #ruby
flopsec has joined #ruby
KillerFox has joined #ruby
epistrephein has joined #ruby
yazdmich has joined #ruby
amitchellbullard has joined #ruby
bougyman has joined #ruby
raeoks has joined #ruby
lancetw has joined #ruby
zero7 has joined #ruby
dhollinger has joined #ruby
daxroc has joined #ruby
halfdan has joined #ruby
robnester has joined #ruby
JoL1hAHN has joined #ruby
Olipro has joined #ruby
SuperLag has joined #ruby
RushPL has joined #ruby
radic has joined #ruby
contradictioned has joined #ruby
VanDyke has joined #ruby
tommylommykins has joined #ruby
edorf has joined #ruby
tobiasvl has joined #ruby
aufi has joined #ruby
quiller has joined #ruby
shaman42 has joined #ruby
whiteline has joined #ruby
ltp has joined #ruby
Emmanuel_Chanel has joined #ruby
fold4 has joined #ruby
bumao has joined #ruby
j416 has joined #ruby
rfv has joined #ruby
Davey has joined #ruby
Canucktux has joined #ruby
erlend has joined #ruby
chris2 has joined #ruby
johnkpaul has joined #ruby
ekem has joined #ruby
aarongodin has joined #ruby
Rush has joined #ruby
cj has joined #ruby
Sembei has joined #ruby
crayfishx has joined #ruby
ujjain has joined #ruby
gypsydave5 has joined #ruby
modin has joined #ruby
SuperTux88 has joined #ruby
gremax has joined #ruby
voker57 has joined #ruby
pmarreck has joined #ruby
humd1ng3r has joined #ruby
bestie has joined #ruby
ken_barber has joined #ruby
SegFaultAX has joined #ruby
zotherst1 has joined #ruby
danguita has joined #ruby
camilasan has joined #ruby
ramblinpeck has joined #ruby
joconcepts has joined #ruby
eggoez has joined #ruby
vcoinminer has joined #ruby
oz has joined #ruby
VladGh has joined #ruby
Qommand0r has joined #ruby
cjk101010 has joined #ruby
svkurowski has joined #ruby
Hates_ has joined #ruby
meinside has joined #ruby
heftig has joined #ruby
gix has joined #ruby
drPoggs has joined #ruby
Nightmare has joined #ruby
LyndsySimon has joined #ruby
sethetter has joined #ruby
JStoker has joined #ruby
G has joined #ruby
LambdaSix has joined #ruby
krasnus has joined #ruby
ohcibi has joined #ruby
bogdanteleaga has joined #ruby
Yonk has joined #ruby
go|dfish has joined #ruby
dellavg has joined #ruby
gizmore has joined #ruby
[spoiler] has joined #ruby
danzilio_ has joined #ruby
surrounder has joined #ruby
rcs has joined #ruby
lele has joined #ruby
wnd has joined #ruby
Alina-malina has joined #ruby
jasondotstar has joined #ruby
vedu has joined #ruby
devster31 has joined #ruby
dminuoso_ has joined #ruby
borkdude has joined #ruby
6A4AAALHZ has joined #ruby
alxndr has joined #ruby
Nanuq has joined #ruby
abort has joined #ruby
mroth has joined #ruby
lipoqil has joined #ruby
elementaru has joined #ruby
mtkd has joined #ruby
tdy has joined #ruby
Paradox has joined #ruby
boxrick1 has joined #ruby
bier has joined #ruby
johnny56 has joined #ruby
heyimwill has joined #ruby
soahccc_ has joined #ruby
xaxisx has joined #ruby
hays has joined #ruby
dmarr_ has joined #ruby
hays has quit [Max SendQ exceeded]
Alina-malina has quit [Max SendQ exceeded]
snapcase has joined #ruby
Alina-malina has joined #ruby
bokayio has joined #ruby
ggherdov has joined #ruby
rann has joined #ruby
Majost has joined #ruby
jlyndon has joined #ruby
skmp has joined #ruby
jxf has joined #ruby
Tony-St4rk has joined #ruby
davidmichaelkarr has joined #ruby
discopatrick has joined #ruby
peteretep has joined #ruby
ijij has joined #ruby
deimos has joined #ruby
shelling__ has joined #ruby
Lewix has joined #ruby
jmcc____________ has joined #ruby
dmnd has joined #ruby
imanc has joined #ruby
ejnahc has joined #ruby
JackMc has joined #ruby
jsrn has joined #ruby
pfg_ has joined #ruby
DarkUnicorn has joined #ruby
tekk has joined #ruby
yossarian has joined #ruby
kent\n has joined #ruby
ruby[bot] has joined #ruby
zenspider has joined #ruby
rbr has joined #ruby
galeido has joined #ruby
mitsuhiko has joined #ruby
rumikk3 has joined #ruby
jabreity has joined #ruby
tristanp has joined #ruby
claudiuinberlin has joined #ruby
pokalyis has joined #ruby
JammyHammy has joined #ruby
incomprehensibly has joined #ruby
Azure has joined #ruby
Nilium has joined #ruby
Diabolik has joined #ruby
lupine has joined #ruby
MadWasp has joined #ruby
infernix has joined #ruby
Liothen has joined #ruby
alexherbo2 has joined #ruby
Wayne_Shephard has joined #ruby
bathtub_shark has joined #ruby
digitalfiz has joined #ruby
Fridtjof has joined #ruby
mrfooo has joined #ruby
Antiarc has joined #ruby
eljimmy has joined #ruby
jzigmund has joined #ruby
cyphase has joined #ruby
Eiam has joined #ruby
fnux has joined #ruby
edwardly has joined #ruby
marr has joined #ruby
tjvc_ has joined #ruby
jrafanie has joined #ruby
jokester has joined #ruby
wildleaf has joined #ruby
epochwolf has joined #ruby
ledestin has joined #ruby
minimalism has joined #ruby
teotwaki has joined #ruby
jhass has joined #ruby
jtdowney has joined #ruby
blingrang has joined #ruby
tvsutton has joined #ruby
AndyWojo has joined #ruby
unforgiven512 has joined #ruby
Seich has joined #ruby
bascht has joined #ruby
sonOfRa has joined #ruby
scottala1 has joined #ruby
spastorino has joined #ruby
mc_fail_ has joined #ruby
CustosLimen has joined #ruby
kaspergrubbe has joined #ruby
ccmcdee-sfc has joined #ruby
Meeh has joined #ruby
inukshuk has joined #ruby
r4z3r has joined #ruby
Expanse has joined #ruby
Immune_ has joined #ruby
techntoke_ has joined #ruby
adambeynon has joined #ruby
ElderFain has joined #ruby
adaedra has joined #ruby
alem0lar- has joined #ruby
Fernando-Basso has joined #ruby
Tharbakim has joined #ruby
atmosx has joined #ruby
majoh has joined #ruby
saneax has joined #ruby
ghr has joined #ruby
raz has joined #ruby
nebben has joined #ruby
joaomdmoura__ has joined #ruby
podman has joined #ruby
poikon has joined #ruby
darthvorik has joined #ruby
techntoke_ has quit [*.net *.split]
alem0lar- has quit [*.net *.split]
adaedra has quit [*.net *.split]
ElderFain has quit [*.net *.split]
Tharbakim has quit [*.net *.split]
atmosx has quit [*.net *.split]
Fernando-Basso has quit [*.net *.split]
majoh has quit [*.net *.split]
raz has quit [*.net *.split]
adambeynon has quit [*.net *.split]
nebben has quit [*.net *.split]
saneax has quit [*.net *.split]
ghr has quit [*.net *.split]
joaomdmoura__ has quit [*.net *.split]
darthvorik has quit [*.net *.split]
podman has quit [*.net *.split]
poikon has quit [*.net *.split]
pfg_ has quit [*.net *.split]
deimos has quit [*.net *.split]
davidmichaelkarr has quit [*.net *.split]
jxf has quit [*.net *.split]
Tony-St4rk has quit [*.net *.split]
Majost has quit [*.net *.split]
rann has quit [*.net *.split]
jmcc____________ has quit [*.net *.split]
Lewix has quit [*.net *.split]
ggherdov has quit [*.net *.split]
peteretep has quit [*.net *.split]
skmp has quit [*.net *.split]
jlyndon has quit [*.net *.split]
discopatrick has quit [*.net *.split]
shelling__ has quit [*.net *.split]
ijij has quit [*.net *.split]
dmnd has quit [*.net *.split]
jabreity has quit [*.net *.split]
DarkUnicorn has quit [*.net *.split]
imanc has quit [*.net *.split]
JackMc has quit [*.net *.split]
jzigmund has quit [*.net *.split]
ejnahc has quit [*.net *.split]
Wayne_Shephard has quit [*.net *.split]
marr has quit [*.net *.split]
jsrn has quit [*.net *.split]
cyphase has quit [*.net *.split]
minimalism has quit [*.net *.split]
pokalyis has quit [*.net *.split]
ccmcdee-sfc has quit [*.net *.split]
claudiuinberlin has quit [*.net *.split]
Fridtjof has quit [*.net *.split]
Azure has quit [*.net *.split]
MadWasp has quit [*.net *.split]
blingrang has quit [*.net *.split]
bascht has quit [*.net *.split]
teotwaki has quit [*.net *.split]
Seich has quit [*.net *.split]
epochwolf has quit [*.net *.split]
kent\n has quit [*.net *.split]
Expanse has quit [*.net *.split]
lupine has quit [*.net *.split]
ledestin has quit [*.net *.split]
tristanp has quit [*.net *.split]
mrfooo has quit [*.net *.split]
eljimmy has quit [*.net *.split]
jrafanie has quit [*.net *.split]
Antiarc has quit [*.net *.split]
mitsuhiko has quit [*.net *.split]
incomprehensibly has quit [*.net *.split]
rumikk3 has quit [*.net *.split]
tjvc_ has quit [*.net *.split]
galeido has quit [*.net *.split]
tvsutton has quit [*.net *.split]
wildleaf has quit [*.net *.split]
JammyHammy has quit [*.net *.split]
bathtub_shark has quit [*.net *.split]
jtdowney has quit [*.net *.split]
fnux has quit [*.net *.split]
Eiam has quit [*.net *.split]
tekk has quit [*.net *.split]
sonOfRa has quit [*.net *.split]
alexherbo2 has quit [*.net *.split]
ruby[bot] has quit [*.net *.split]
zenspider has quit [*.net *.split]
yossarian has quit [*.net *.split]
inukshuk has quit [*.net *.split]
Nilium has quit [*.net *.split]
scottala1 has quit [*.net *.split]
rbr has quit [*.net *.split]
Meeh has quit [*.net *.split]
CustosLimen has quit [*.net *.split]
jokester has quit [*.net *.split]
digitalfiz has quit [*.net *.split]
spastorino has quit [*.net *.split]
AndyWojo has quit [*.net *.split]
unforgiven512 has quit [*.net *.split]
r4z3r has quit [*.net *.split]
infernix has quit [*.net *.split]
Diabolik has quit [*.net *.split]
Liothen has quit [*.net *.split]
edwardly has quit [*.net *.split]
kaspergrubbe has quit [*.net *.split]
jhass has quit [*.net *.split]
mc_fail_ has quit [*.net *.split]
bokayio has quit [*.net *.split]
Alina-malina has quit [*.net *.split]
snapcase has quit [*.net *.split]
danzilio_ has quit [*.net *.split]
lipoqil has quit [*.net *.split]
rfv has quit [*.net *.split]
epistrephein has quit [*.net *.split]
mroth has quit [*.net *.split]
daxroc has quit [*.net *.split]
halfdan has quit [*.net *.split]
boxrick1 has quit [*.net *.split]
vcoinminer has quit [*.net *.split]
lancetw has quit [*.net *.split]
johnkpaul has quit [*.net *.split]
Hates_ has quit [*.net *.split]
amitchellbullard has quit [*.net *.split]
ramblinpeck has quit [*.net *.split]
Emmanuel_Chanel has quit [*.net *.split]
yazdmich has quit [*.net *.split]
bougyman has quit [*.net *.split]
Sembei has quit [*.net *.split]
Yonk has quit [*.net *.split]
aufi has quit [*.net *.split]
gizmore has quit [*.net *.split]
mtkd has quit [*.net *.split]
zotherst1 has quit [*.net *.split]
eggoez has quit [*.net *.split]
gix has quit [*.net *.split]
zero7 has quit [*.net *.split]
JoL1hAHN has quit [*.net *.split]
raeoks has quit [*.net *.split]
dminuoso_ has quit [*.net *.split]
tdy has quit [*.net *.split]
meinside has quit [*.net *.split]
ujjain has quit [*.net *.split]
modin has quit [*.net *.split]
johnny56 has quit [*.net *.split]
whiteline has quit [*.net *.split]
Nightmare has quit [*.net *.split]
ohcibi has quit [*.net *.split]
surrounder has quit [*.net *.split]
bogdanteleaga has quit [*.net *.split]
joconcepts has quit [*.net *.split]
6A4AAALHZ has quit [*.net *.split]
radic has quit [*.net *.split]
rcs has quit [*.net *.split]
oz has quit [*.net *.split]
krasnus has quit [*.net *.split]
Paradox has quit [*.net *.split]
[spoiler] has quit [*.net *.split]
j416 has quit [*.net *.split]
VladGh has quit [*.net *.split]
ekem has quit [*.net *.split]
jasondotstar has quit [*.net *.split]
gypsydave5 has quit [*.net *.split]
bier has quit [*.net *.split]
tommylommykins has quit [*.net *.split]
shaman42 has quit [*.net *.split]
edorf has quit [*.net *.split]
pmarreck has quit [*.net *.split]
dhollinger has quit [*.net *.split]
LyndsySimon has quit [*.net *.split]
svkurowski has quit [*.net *.split]
erlend has quit [*.net *.split]
Davey has quit [*.net *.split]
contradictioned has quit [*.net *.split]
camilasan has quit [*.net *.split]
LambdaSix has quit [*.net *.split]
SegFaultAX has quit [*.net *.split]
elementaru has quit [*.net *.split]
borkdude has quit [*.net *.split]
heyimwill has quit [*.net *.split]
danguita has quit [*.net *.split]
Qommand0r has quit [*.net *.split]
gremax has quit [*.net *.split]
heftig has quit [*.net *.split]
crayfishx has quit [*.net *.split]
alxndr has quit [*.net *.split]
SuperTux88 has quit [*.net *.split]
vedu has quit [*.net *.split]
dellavg has quit [*.net *.split]
JStoker has quit [*.net *.split]
chris2 has quit [*.net *.split]
Rush has quit [*.net *.split]
bumao has quit [*.net *.split]
drPoggs has quit [*.net *.split]
robnester has quit [*.net *.split]
Nanuq has quit [*.net *.split]
sethetter has quit [*.net *.split]
ltp has quit [*.net *.split]
cj has quit [*.net *.split]
devster31 has quit [*.net *.split]
VanDyke has quit [*.net *.split]
quiller has quit [*.net *.split]
voker57 has quit [*.net *.split]
ken_barber has quit [*.net *.split]
soahccc_ has quit [*.net *.split]
aarongodin has quit [*.net *.split]
bestie has quit [*.net *.split]
RushPL has quit [*.net *.split]
wnd has quit [*.net *.split]
Olipro has quit [*.net *.split]
tobiasvl has quit [*.net *.split]
lele has quit [*.net *.split]
G has quit [*.net *.split]
abort has quit [*.net *.split]
cjk101010 has quit [*.net *.split]
Canucktux has quit [*.net *.split]
go|dfish has quit [*.net *.split]
xaxisx has quit [*.net *.split]
fold4 has quit [*.net *.split]
SuperLag has quit [*.net *.split]
humd1ng3r has quit [*.net *.split]
dmarr_ has quit [*.net *.split]
samof76 has quit [*.net *.split]
tomaw has quit [*.net *.split]
coffeejunk has quit [*.net *.split]
armin has quit [*.net *.split]
YaknotiS has quit [*.net *.split]
Junaos has quit [*.net *.split]
yeticry has quit [*.net *.split]
valeri_ufo has quit [*.net *.split]
flying has quit [*.net *.split]
teclator has quit [*.net *.split]
alaibe has quit [*.net *.split]
Humdai has quit [*.net *.split]
gingray has quit [*.net *.split]
chadwtay_ has quit [*.net *.split]
johnmilton has quit [*.net *.split]
sheepman has quit [*.net *.split]
Cork has quit [*.net *.split]
Xeago has quit [*.net *.split]
flopsec has quit [*.net *.split]
FastJack has quit [*.net *.split]
klaas has quit [*.net *.split]
forgot has quit [*.net *.split]
KillerFox has quit [*.net *.split]
TomyWork has quit [*.net *.split]
tsunamie has quit [*.net *.split]
workmad3 has joined #ruby
Immune has quit [Ping timeout: 258 seconds]
zidane_g_ has quit [Ping timeout: 258 seconds]
moei has quit [Ping timeout: 268 seconds]
Immune_ has quit [Ping timeout: 258 seconds]
zukin has quit [Ping timeout: 260 seconds]
ur5us has quit [Remote host closed the connection]
ur5us_ has quit [Remote host closed the connection]
ggherdov has joined #ruby
ur5us_ has joined #ruby
ur5us has joined #ruby
User458764 has joined #ruby
ur5us has quit [Read error: No route to host]
ur5us_ has quit [Read error: No route to host]
danzilio_ has joined #ruby
Tomthetom has joined #ruby
binaryplease has joined #ruby
bokayio has joined #ruby
TomyWork has joined #ruby
tsunamie has joined #ruby
rajdesai has joined #ruby
davidmichaelkarr has joined #ruby
alxndr has joined #ruby
mim1k|work has joined #ruby
lipoqil has joined #ruby
digitalfiz has joined #ruby
rfv has joined #ruby
Alina-malina has joined #ruby
boxrick1 has joined #ruby
Sembei has joined #ruby
bougyman has joined #ruby
yazdmich has joined #ruby
pmarreck has joined #ruby
Emmanuel_Chanel has joined #ruby
amitchellbullard has joined #ruby
JStoker has joined #ruby
rcs has joined #ruby
LambdaSix has joined #ruby
daxroc has joined #ruby
Rush has joined #ruby
sethetter has joined #ruby
heyimwill has joined #ruby
shaman42 has joined #ruby
joconcepts has joined #ruby
zotherst1 has joined #ruby
jasondotstar has joined #ruby
voker57 has joined #ruby
bier has joined #ruby
ltp has joined #ruby
drPoggs has joined #ruby
zero7 has joined #ruby
gypsydave5 has joined #ruby
eggoez has joined #ruby
abort has joined #ruby
VanDyke has joined #ruby
contradictioned has joined #ruby
gremax has joined #ruby
vcoinminer has joined #ruby
edorf has joined #ruby
johnny56 has joined #ruby
epistrephein has joined #ruby
dhollinger has joined #ruby
lancetw has joined #ruby
bumao has joined #ruby
borkdude has joined #ruby
SegFaultAX has joined #ruby
VladGh has joined #ruby
vedu has joined #ruby
erlend has joined #ruby
wnd has joined #ruby
RushPL has joined #ruby
Qommand0r has joined #ruby
soahccc_ has joined #ruby
robnester has joined #ruby
modin has joined #ruby
Canucktux has joined #ruby
zidane_g_ has joined #ruby
lele has joined #ruby
whiteline has joined #ruby
JoL1hAHN has joined #ruby
aarongodin has joined #ruby
Paradox has joined #ruby
Yonk has joined #ruby
ken_barber has joined #ruby
[spoiler] has joined #ruby
discopatrick has joined #ruby
bogdanteleaga has joined #ruby
ohcibi has joined #ruby
camilasan has joined #ruby
mroth has joined #ruby
ujjain has joined #ruby
johnkpaul has joined #ruby
fold4 has joined #ruby
G has joined #ruby
gix has joined #ruby
ekem has joined #ruby
tommylommykins has joined #ruby
devster31 has joined #ruby
cjk101010 has joined #ruby
bestie has joined #ruby
heftig has joined #ruby
j416 has joined #ruby
tobiasvl has joined #ruby
quiller has joined #ruby
krasnus has joined #ruby
halfdan has joined #ruby
ramblinpeck has joined #ruby
svkurowski has joined #ruby
Nightmare has joined #ruby
raeoks has joined #ruby
Olipro has joined #ruby
LyndsySimon has joined #ruby
dellavg has joined #ruby
crayfishx has joined #ruby
cj has joined #ruby
danguita has joined #ruby
elementaru has joined #ruby
SuperTux88 has joined #ruby
surrounder has joined #ruby
aufi has joined #ruby
mtkd has joined #ruby
chris2 has joined #ruby
dminuoso_ has joined #ruby
tdy has joined #ruby
Nanuq has joined #ruby
radic has joined #ruby
meinside has joined #ruby
6A4AAALHZ has joined #ruby
Davey has joined #ruby
Hates_ has joined #ruby
oz has joined #ruby
humd1ng3r has joined #ruby
go|dfish has joined #ruby
SuperLag has joined #ruby
dmarr_ has joined #ruby
xaxisx has joined #ruby
techntoke_ has joined #ruby
ElderFain has joined #ruby
adambeynon has joined #ruby
adaedra has joined #ruby
Tharbakim has joined #ruby
majoh has joined #ruby
atmosx has joined #ruby
alem0lar- has joined #ruby
raz has joined #ruby
ghr has joined #ruby
Fernando-Basso has joined #ruby
saneax has joined #ruby
nebben has joined #ruby
joaomdmoura__ has joined #ruby
darthvorik has joined #ruby
podman has joined #ruby
poikon has joined #ruby
gizmore has joined #ruby
YaknotiS has joined #ruby
Junaos has joined #ruby
coffeejunk has joined #ruby
armin has joined #ruby
gingray has joined #ruby
valeri_ufo has joined #ruby
teclator has joined #ruby
sheepman has joined #ruby
flopsec has joined #ruby
flying has joined #ruby
FastJack has joined #ruby
johnmilton has joined #ruby
klaas has joined #ruby
tomaw has joined #ruby
yeticry has joined #ruby
Humdai has joined #ruby
Xeago has joined #ruby
Cork has joined #ruby
alaibe has joined #ruby
KillerFox has joined #ruby
forgot has joined #ruby
chadwtay_ has joined #ruby
snapcase has joined #ruby
discopatrick has quit [Max SendQ exceeded]
Alina-malina has quit [Max SendQ exceeded]
zidane_g_ has quit [Max SendQ exceeded]
ruby-lang477 has joined #ruby
armin has quit [Max SendQ exceeded]
tuxaddicted has joined #ruby
Alina-malina has joined #ruby
deimos has joined #ruby
pfg_ has joined #ruby
Lewix has joined #ruby
rann has joined #ruby
jlyndon has joined #ruby
Tony-St4rk has joined #ruby
Majost has joined #ruby
peteretep has joined #ruby
imanc has joined #ruby
DarkUnicorn has joined #ruby
shelling__ has joined #ruby
jsrn has joined #ruby
teotwaki has joined #ruby
miguelfernandes has joined #ruby
ejnahc has joined #ruby
pokalyis has joined #ruby
dmnd has joined #ruby
bascht has joined #ruby
drzel has joined #ruby
Expanse has joined #ruby
Mekkis has joined #ruby
brianpWins has joined #ruby
claudiuinberlin has joined #ruby
Hobbyboy has joined #ruby
rumikk3 has joined #ruby
scottala1 has joined #ruby
tristanp has joined #ruby
minimalism has joined #ruby
fnux has joined #ruby
jud has joined #ruby
jabreity has joined #ruby
tessi_zz has joined #ruby
Bish_ has joined #ruby
mrfooo has joined #ruby
arthurnn has joined #ruby
yossarian has joined #ruby
rbr has joined #ruby
galeido has joined #ruby
Eiam has joined #ruby
jtdowney has joined #ruby
DrCode has joined #ruby
M-manveru has joined #ruby
jrafanie has joined #ruby
Azure has joined #ruby
blingrang has joined #ruby
sonOfRa has joined #ruby
Nilium has joined #ruby
jzigmund has joined #ruby
spectra has joined #ruby
JesseH has joined #ruby
timmyBsd has joined #ruby
JammyHammy has joined #ruby
epochwolf has joined #ruby
Meeh has joined #ruby
Scientz has joined #ruby
ledestin has joined #ruby
Lildirt has joined #ruby
Lord_of_Life has joined #ruby
Fetch has joined #ruby
Fridtjof has joined #ruby
cyphase has joined #ruby
tjvc_ has joined #ruby
ruby[bot] has joined #ruby
tekk has joined #ruby
inukshuk has joined #ruby
epitron has joined #ruby
alexherbo2 has joined #ruby
incomprehensibly has joined #ruby
mitsuhiko has joined #ruby
kent\n has joined #ruby
ccmcdee-sfc has joined #ruby
eljimmy has joined #ruby
x0f has joined #ruby
ijij has joined #ruby
Antiarc has joined #ruby
lupine has joined #ruby
Seich has joined #ruby
tvsutton has joined #ruby
MadWasp has joined #ruby
zenspider has joined #ruby
wildleaf has joined #ruby
deepak_ has joined #ruby
volix has joined #ruby
Diabolik has joined #ruby
AndyWojo has joined #ruby
Apocalypse has joined #ruby
thejoecarroll has joined #ruby
infernix has joined #ruby
spastorino has joined #ruby
jokester has joined #ruby
darix has joined #ruby
edwardly has joined #ruby
troter__________ has joined #ruby
CustosLimen has joined #ruby
vifino has joined #ruby
DarthGandalf has joined #ruby
SebastianThorn has joined #ruby
kaspergrubbe has joined #ruby
mc_fail_ has joined #ruby
russt_ has joined #ruby
sonne has joined #ruby
jimcroft has joined #ruby
r4z3r has joined #ruby
jhass has joined #ruby
mlehrer has joined #ruby
code_ has joined #ruby
mrsolo has joined #ruby
Liothen has joined #ruby
Koshian___ has joined #ruby
MrBloo has joined #ruby
moei has joined #ruby
drale2k has joined #ruby
hays has joined #ruby
Wayne_Shephard has joined #ruby
NET||abuse has joined #ruby
helpa has joined #ruby
maloik has joined #ruby
elomatreb has joined #ruby
matti has joined #ruby
ziarkaen has joined #ruby
jinie has joined #ruby
djellemah has joined #ruby
m1dnight` has joined #ruby
aupadhye has joined #ruby
malcolmva has joined #ruby
sysanthrope has joined #ruby
LiquidInsect has joined #ruby
antgel has joined #ruby
loincloth has joined #ruby
daffy_duck_2 has joined #ruby
beawesomeinstead has joined #ruby
drbrain has joined #ruby
daemoen has joined #ruby
thoolihan has joined #ruby
Asher has joined #ruby
yasu_____ has joined #ruby
RazorX- has joined #ruby
crankharder has joined #ruby
kallisti5 has joined #ruby
P1ro has joined #ruby
moufl has joined #ruby
7F1AAC5YX has joined #ruby
bqscott has joined #ruby
bronson has joined #ruby
ICantCook has joined #ruby
vondruch has joined #ruby
lifted has joined #ruby
phantummm has joined #ruby
mozzarella has joined #ruby
patronus has joined #ruby
snakehsu has joined #ruby
mmasaki has joined #ruby
DefV has joined #ruby
alnewkir1 has joined #ruby
madsa has joined #ruby
brucebag has joined #ruby
rhinosic has joined #ruby
null_ref has joined #ruby
lightstalker has joined #ruby
greenhat has joined #ruby
TheMoonMaster_ has joined #ruby
compass_ has joined #ruby
devyn has joined #ruby
cajone has joined #ruby
freeze has joined #ruby
Guest53510 has joined #ruby
z3uS has joined #ruby
pabs has joined #ruby
Rabbit_ has joined #ruby
xpt has joined #ruby
quarcu has joined #ruby
_br__ has joined #ruby
BriCursion has joined #ruby
`derpy has joined #ruby
guacamole has joined #ruby
Log1x has joined #ruby
jtperreault has joined #ruby
Guest59171 has joined #ruby
lucas_ has joined #ruby
ggherdov has quit [Max SendQ exceeded]
marr has joined #ruby
jmcc____________ has joined #ruby
bathtub_shark has joined #ruby
unforgiven512 has joined #ruby
AndrewIsHere has joined #ruby
icedp has joined #ruby
jxf has joined #ruby
JackMc has joined #ruby
skmp has joined #ruby
JeanCarloMachado has joined #ruby
pizzaops has joined #ruby
jaruga has joined #ruby
bweston92 has joined #ruby
charles81 has joined #ruby
sylario has joined #ruby
quoboo has joined #ruby
[diecast] has joined #ruby
Travis-42 has joined #ruby
avdi has joined #ruby
HashNuke has joined #ruby
rflot has joined #ruby
jhill_ has joined #ruby
SesMan has joined #ruby
wugy has joined #ruby
LBRapid has joined #ruby
eliotk[m] has joined #ruby
machty has joined #ruby
Iacobus has joined #ruby
elhu has joined #ruby
tvw has joined #ruby
elenatanasoiu has joined #ruby
cschneid has joined #ruby
ec has joined #ruby
Lloyd has joined #ruby
kireevco_ has joined #ruby
Rasi has joined #ruby
PaulCape_ has joined #ruby
tylersmi- has joined #ruby
wsmoak has joined #ruby
fladson[m] has joined #ruby
mrBen2k2k2k has joined #ruby
jmignault has joined #ruby
hakunin has joined #ruby
mikeiniowa has joined #ruby
TinkerTyper has joined #ruby
mattp_ has joined #ruby
theRoUS has joined #ruby
dminuoso has joined #ruby
beatdown has joined #ruby
Madplatypus has joined #ruby
statelesscode has joined #ruby
chrisseaton has joined #ruby
Lyubo1 has joined #ruby
JoshL has joined #ruby
pocketprotector has joined #ruby
f0rpaxe has joined #ruby
zapata has joined #ruby
oblique has joined #ruby
aurelien has joined #ruby
DenSchub has joined #ruby
sjums has joined #ruby
mrbobbytables has joined #ruby
jcp__ has joined #ruby
pior has joined #ruby
BTRE has joined #ruby
fbt has joined #ruby
ELCALOR has joined #ruby
mahlon has joined #ruby
kmckelvin has joined #ruby
kapowaz has joined #ruby
JiYu_ has joined #ruby
Nahra has joined #ruby
__main__ has joined #ruby
Jello_Raptor has joined #ruby
ckrailo has joined #ruby
DEac- has joined #ruby
gnarf has joined #ruby
claw has joined #ruby
knight- has joined #ruby
llua has joined #ruby
dn` has joined #ruby
caw has joined #ruby
bove has joined #ruby
cardoni has joined #ruby
nowhereman has joined #ruby
psmolen_ has joined #ruby
Fraeon has joined #ruby
manveru has joined #ruby
xsdg has joined #ruby
mr_rich101 has joined #ruby
jpinnix_______ has joined #ruby
Helheim has joined #ruby
unreal has joined #ruby
linduxed has joined #ruby
connor_goodwolf has joined #ruby
jmhmccr has joined #ruby
andersh has joined #ruby
kegster has joined #ruby
gsingh93 has joined #ruby
mark_66 has joined #ruby
croberts has joined #ruby
donnoc_ has joined #ruby
squarebracket1 has joined #ruby
swistak35 has joined #ruby
zenguy_pc has joined #ruby
tekacs has joined #ruby
Kilo`byte has joined #ruby
ryotarai has joined #ruby
unsymbol has joined #ruby
Keltia has joined #ruby
iamvery has joined #ruby
armin has joined #ruby
Log1x has quit [Max SendQ exceeded]
NET||abuse has quit [Max SendQ exceeded]
m1dnight` has quit [Max SendQ exceeded]
Rabbit_ has quit [Max SendQ exceeded]
mozzarella has quit [Max SendQ exceeded]
moei has quit [Max SendQ exceeded]
lightstalker has quit [Max SendQ exceeded]
hays has quit [Max SendQ exceeded]
Guest53510 has quit [Max SendQ exceeded]
cyphase has quit [Max SendQ exceeded]
jlyndon has quit [Max SendQ exceeded]
CustosLimen has quit [Max SendQ exceeded]
daemoen has quit [Max SendQ exceeded]
deimos has quit [Max SendQ exceeded]
hays has joined #ruby
marr has quit [Remote host closed the connection]
helpa has quit [Read error: Connection reset by peer]
NET||abuse has joined #ruby
helpa has joined #ruby
marr has joined #ruby
moei has joined #ruby
discopatrick has joined #ruby
johnkpaul has quit [Ping timeout: 254 seconds]
Yonk has quit [Ping timeout: 254 seconds]
hays has joined #ruby
hays has quit [Changing host]
m1dnight` has joined #ruby
Omni has joined #ruby
mozzarella has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Alina-malina has quit [Remote host closed the connection]
ramblinpeck has quit [Ping timeout: 258 seconds]
DenSchub has quit [Excess Flood]
danzilio_ has quit [Ping timeout: 258 seconds]
PaulCape_ has quit [Max SendQ exceeded]
jhill_ has quit [Max SendQ exceeded]
Nahra has quit [Max SendQ exceeded]
Iacobus has quit [Max SendQ exceeded]
JackMc has quit [Max SendQ exceeded]
pizzaops has quit [Max SendQ exceeded]
machty has quit [Max SendQ exceeded]
[diecast] has quit [Max SendQ exceeded]
kireevco_ has quit [Max SendQ exceeded]
ec has quit [Max SendQ exceeded]
Alina-malina has joined #ruby
SesMan has quit [Max SendQ exceeded]
Nahra has joined #ruby
bcavileer has quit [Ping timeout: 258 seconds]
pfg_ has quit [Ping timeout: 254 seconds]
Majost has quit [Ping timeout: 254 seconds]
7F1AAC5YX is now known as mniip
Lewix has quit [Ping timeout: 260 seconds]
alxndr has quit [Ping timeout: 258 seconds]
rfv has quit [Ping timeout: 258 seconds]
halfdan has quit [Ping timeout: 258 seconds]
Hyuk has joined #ruby
AdamMeghji__ has quit [Ping timeout: 258 seconds]
peteretep has quit [Ping timeout: 260 seconds]
shelling__ has quit [Ping timeout: 260 seconds]
jimcroft has quit [Ping timeout: 260 seconds]
Log1x has joined #ruby
Asher has quit [Ping timeout: 260 seconds]
binaryplease has quit [Quit: WeeChat 1.6]
troter__________ has quit [Ping timeout: 260 seconds]
binaryplease has joined #ruby
yokel has quit [Changing host]
yokel has joined #ruby
AndrewIsHere has quit [Ping timeout: 257 seconds]
HashNuke has quit [Ping timeout: 257 seconds]
manveru has quit [Ping timeout: 257 seconds]
caw has quit [Ping timeout: 257 seconds]
mrbobbytables has quit [Ping timeout: 257 seconds]
ELCALOR has quit [Ping timeout: 257 seconds]
cardoni has quit [Ping timeout: 257 seconds]
bougyman is now known as Guest91312
Sembei is now known as Guest6880
Omni is now known as Guest68312
govg is now known as Guest49701
sunya7a_ is now known as Guest81131
armin is now known as Guest46650
rann is now known as Guest89388
icedp is now known as Guest73969
quoboo is now known as Guest85987
Log1x has quit [Changing host]
Log1x has joined #ruby
incomprehensibly has quit [Ping timeout: 260 seconds]
samof76 has joined #ruby
Alina-malina has quit [Changing host]
Alina-malina has joined #ruby
Guest73969 has joined #ruby
Guest73969 has quit [Changing host]
kingkong- has joined #ruby
DenSchub has joined #ruby
daemoen has joined #ruby
marsjaninzmarsa has joined #ruby
baweaver has joined #ruby
tcrypt has joined #ruby
Alina-malina has quit [Max SendQ exceeded]
iamvery has quit [Ping timeout: 260 seconds]
Wayne_Shephard has quit [Ping timeout: 260 seconds]
cyphase has joined #ruby
CustosLimen has joined #ruby
nettoweb has joined #ruby
friday has joined #ruby
Pumukel has joined #ruby
Wayne_Shephard has joined #ruby
Fire-Dragon-DoL has joined #ruby
voxxit has joined #ruby
PaulCapestany has joined #ruby
nankyokusei has joined #ruby
[diecast] has joined #ruby
Guest7479 has joined #ruby
Rabbit_ has joined #ruby
Chagel has joined #ruby
JackMc has joined #ruby
machty has joined #ruby
lightstalker has joined #ruby
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zidane_g_ has joined #ruby
mjc_ has quit [Changing host]
mjc_ has joined #ruby
jwheare has joined #ruby
jwheare has quit [Changing host]
twodayslate has joined #ruby
twodayslate has quit [Changing host]
dukedave has joined #ruby
dukedave has quit [Changing host]
zipkid has joined #ruby
zipkid has quit [Changing host]
ewilliam_ has quit [Changing host]
ewilliam_ has joined #ruby
yo61 has quit [Changing host]
yo61 has joined #ruby
mozzarella is now known as 7GHAAE0V0
amitchellbullard has joined #ruby
amitchellbullard has quit [Changing host]
Hates_ has joined #ruby
Hates_ has quit [Changing host]
lancetw has quit [Changing host]
lancetw has joined #ruby
vcoinminer has joined #ruby
vcoinminer has quit [Changing host]
daxroc has quit [Changing host]
daxroc has joined #ruby
mroth has joined #ruby
epistrephein has joined #ruby
epistrephein has quit [Changing host]
mroth has quit [Changing host]
digitalfiz has quit [Changing host]
digitalfiz has joined #ruby
lipoqil has joined #ruby
lipoqil has quit [Changing host]
7GHAAE0V0 has quit [Remote host closed the connection]
jzigmund has quit [Changing host]
jzigmund has joined #ruby
imanc has joined #ruby
imanc has quit [Changing host]
DarkUnicorn has joined #ruby
jabreity has joined #ruby
DarkUnicorn has quit [Changing host]
jabreity has quit [Changing host]
dmnd has quit [Changing host]
dmnd has joined #ruby
ijij has quit [Changing host]
ijij has joined #ruby
Tony-St4rk has quit [Changing host]
Tony-St4rk has joined #ruby
Guest89388 has quit [Changing host]
Guest89388 has joined #ruby
spectrum has joined #ruby
discopatrick has quit [Changing host]
discopatrick has joined #ruby
mozzarella has joined #ruby
yeticry has quit [Ping timeout: 252 seconds]
spectrum has quit [Client Quit]
Alina-malina has joined #ruby
catphish has joined #ruby
kireevco_ has joined #ruby
Guest7479 has quit [Changing host]
Guest7479 has joined #ruby
[diecast] has joined #ruby
[diecast] has quit [Changing host]
machty has joined #ruby
machty has quit [Changing host]
zidane_g_ has quit [Changing host]
zidane_g_ has joined #ruby
JackMc has joined #ruby
JackMc has quit [Changing host]
kireevco_ has quit [Changing host]
kireevco_ has joined #ruby
Nahra is now known as 7GHAAE0X4
nankyokusei has quit [Ping timeout: 250 seconds]
pawnbox has joined #ruby
Yonk has joined #ruby
p1k has joined #ruby
<catphish>
i'm sure it's no loner supported and i shouldn't be using it, but i'm going to ask anyway, i'm having serious problems with 'resolv' in ruby 1.9.3 - http://paste.codebasehq.com/pastes/c64rzc7c165vxre9lx
peteretep has joined #ruby
<catphish>
this only affects resolution of some domain names
yeticry has joined #ruby
Alina-malina has quit [Changing host]
Alina-malina has joined #ruby
shelling__ has joined #ruby
Bloomer has joined #ruby
<catphish>
oh, and i see why, it's case sensitive :(
<ljarvis>
DaniG2k: I don't see where you require ruby_crawler in your specs
rodfersou has joined #ruby
<DaniG2k>
doh! >_<
bhaak has joined #ruby
<DaniG2k>
stupid me
async_prince has quit [Client Quit]
<DaniG2k>
let me try
kingkong- has quit [Remote host closed the connection]
jaguarmagenta has joined #ruby
<DaniG2k>
ljarvis: thanks -_-
<ljarvis>
:P
<DaniG2k>
forgot to require base module -_-
<ljarvis>
it helps
* DaniG2k
does the walk of shame
<ljarvis>
happens to the best of us
ocbtec has joined #ruby
<ljarvis>
catphish: if it's retiring soon, who cares right? :D
kingkong- has joined #ruby
<catphish>
well, one cares a bit, but its ruby will likely never be upgraded
<ljarvis>
:(
jaguarmagenta has quit [Ping timeout: 258 seconds]
rajdesai_ has joined #ruby
pawnbox has joined #ruby
rajdesai has quit [Ping timeout: 258 seconds]
urtokk has joined #ruby
Wizznt has joined #ruby
ggherdov has quit [Excess Flood]
rodfersou has quit [Ping timeout: 260 seconds]
rodfersou has joined #ruby
ggherdov has joined #ruby
ta_ has quit [Remote host closed the connection]
charliesome has joined #ruby
Guest85987 is now known as quoboo
quoboo has quit [Changing host]
quoboo has joined #ruby
quoboo has joined #ruby
harai_ has quit [Ping timeout: 248 seconds]
pawnbox has quit [Ping timeout: 250 seconds]
GodFather has joined #ruby
johnmilton has quit [Remote host closed the connection]
GodFather has quit [Remote host closed the connection]
DaniG2k has quit [Ping timeout: 250 seconds]
samof76_ has joined #ruby
catphish has left #ruby ["Leaving"]
samof76 has quit [Ping timeout: 258 seconds]
harai_ has joined #ruby
Wayne_Shephard has quit [Read error: Connection reset by peer]
gingray has quit [Ping timeout: 252 seconds]
GodFather has joined #ruby
nuck has joined #ruby
nuck is now known as Guest91084
Tony-St4rk is now known as H4v0k
JeanCarloMachado has quit [Ping timeout: 250 seconds]
Chagel has quit [Ping timeout: 260 seconds]
Bellthoven has joined #ruby
samof76_ has quit [Ping timeout: 258 seconds]
LoneHermit has joined #ruby
H4v0k is now known as h4v0k
h4v0k has quit []
pawnbox has joined #ruby
rajdesai_ has quit [Remote host closed the connection]
brendan- has joined #ruby
h4v0k has joined #ruby
User458764 has joined #ruby
blackmesa has quit [Ping timeout: 250 seconds]
pawnbox has quit [Ping timeout: 260 seconds]
JeanCarloMachado has joined #ruby
h4v0k has quit []
stan has quit [Read error: Connection reset by peer]
rajdesai has joined #ruby
rajdesai has quit [Remote host closed the connection]
rajdesai has joined #ruby
Tony-St4rk has joined #ruby
alsvidr has quit [Quit: Connection closed for inactivity]
johnmilton has joined #ruby
binaryplease has joined #ruby
antgel has quit [Ping timeout: 260 seconds]
DaniG2k has joined #ruby
pawnbox has joined #ruby
LoneHermit has quit [Remote host closed the connection]
iamvery has joined #ruby
eljimbo has joined #ruby
samof76 has joined #ruby
eljimmy has quit [Ping timeout: 260 seconds]
sonne has quit [Ping timeout: 260 seconds]
frozengeek has joined #ruby
brianpWins has quit [Read error: Connection reset by peer]
brianpWins_ has joined #ruby
Burgestrand has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Immune has joined #ruby
pawnbox has quit [Ping timeout: 260 seconds]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
DoubleMalt has quit [Ping timeout: 268 seconds]
sonne has joined #ruby
Guest46650 has quit [Quit: relate to the matter as i drop the bomb]
armin has joined #ruby
stan has joined #ruby
Zamyatin has joined #ruby
Immune has quit [Ping timeout: 258 seconds]
johnmilton has quit [Quit: Namaste]
blackmesa has joined #ruby
johnmilton has joined #ruby
workmad3 has quit [Ping timeout: 268 seconds]
Burgestrand has joined #ruby
pawnbox has joined #ruby
synthroid has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Zamyatin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pawnbox has quit [Ping timeout: 258 seconds]
Pumukel has quit [Ping timeout: 252 seconds]
Pumukel has joined #ruby
Pumukel has quit [Remote host closed the connection]
workmad3 has joined #ruby
binaryplease has quit [Ping timeout: 260 seconds]
pawnbox has joined #ruby
arashb has joined #ruby
blackmesa has quit [Ping timeout: 260 seconds]
the_drow has joined #ruby
jcao219 has joined #ruby
compro has joined #ruby
ineb has quit [Quit: leaving]
pawnbox has quit [Ping timeout: 258 seconds]
arashb has quit [Ping timeout: 250 seconds]
User458764 has joined #ruby
Bellthoven has quit []
binaryplease has joined #ruby
<Cork>
anyone know how to terminate the remote process when closing the ssh connection in net/ssh ?
the_drow has quit [Read error: Connection reset by peer]
AndrewIsHere has joined #ruby
ccmcdee-sfc has quit [Ping timeout: 260 seconds]
the_drow has joined #ruby
rajdesai has quit [Remote host closed the connection]
Chagel has joined #ruby
binaryplease has quit [Ping timeout: 260 seconds]
JiYu_ is now known as JiYu
charliesome has joined #ruby
AndrewIsHere has quit [Ping timeout: 258 seconds]
SesMan has quit [Read error: Connection reset by peer]
nankyokusei has joined #ruby
SesMan has joined #ruby
jhass has quit [Ping timeout: 260 seconds]
Chagel has quit [Ping timeout: 260 seconds]
Rodya_ has joined #ruby
GodFather has quit [Ping timeout: 258 seconds]
ledestin_ has quit [Ping timeout: 260 seconds]
malconis has joined #ruby
nankyokusei has quit [Ping timeout: 258 seconds]
<pagios>
hi
<pagios>
does Ruby code execute sequentially? means if i encounter an instruction and that instructions has a sleep, th insutrction following is blocked untill it completes?
ccmcdee-sfc has joined #ruby
<Burgestrand>
pagios Yes
the_drow has quit [Read error: Connection reset by peer]
ledestin has joined #ruby
pawnbox has joined #ruby
JeanCarloMachado has quit [Ping timeout: 268 seconds]
sdothum has joined #ruby
JeanCarloMachado has joined #ruby
GodFather has joined #ruby
Immune has joined #ruby
pawnbox has quit [Ping timeout: 258 seconds]
gnufied has joined #ruby
hogetaro has joined #ruby
Madplatypus has quit [Quit: Connection closed for inactivity]
tyang has joined #ruby
k200 has joined #ruby
<k200>
hi
DaniG2k has quit [Ping timeout: 258 seconds]
compro has quit [Read error: Connection reset by peer]
<k200>
how can i have if conditiono to check if mycount is > 1000 on each 1000th increment?
<k200>
it should be true for 1000, then 2000, then 3000 and so on
Immune has quit [Ping timeout: 258 seconds]
pandaant has quit [Remote host closed the connection]
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<tobiasvl>
k200: I don't really understand what you mean, but maybe mycount % 1000 == 0
samof76 has quit [Ping timeout: 248 seconds]
blackgoat has quit [Quit: WeeChat 1.5]
Immune has joined #ruby
rajdesai has joined #ruby
pawnbox has joined #ruby
<k200>
:-)
Chagel has joined #ruby
<k200>
tobiasvl: i have a count += 1. whenever this "count" reaches each thousandth position in count e.g. 1000, 2000, 3000, 4000, 5000, .... , 10000, 11000 i want to do something
<k200>
can i do this without using seperate variable?
Torrone has quit [Quit: This computer has gone to sleep]
<tobiasvl>
yeah, do what I said
tcrypt is now known as tcrypt[away]
<k200>
ok
frankiee_ has joined #ruby
<tobiasvl>
count % 1000 == 0
<tobiasvl>
that will only be true when count is a multiple of 1000
<k200>
right
rajdesai has quit [Remote host closed the connection]
pawnbox has quit [Ping timeout: 260 seconds]
rajdesai has joined #ruby
SesMan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ledestin has quit [Ping timeout: 268 seconds]
meinside has quit [Quit: Connection closed for inactivity]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
malconis has quit [Remote host closed the connection]
Immune has quit [Ping timeout: 258 seconds]
malconis has joined #ruby
jhass has joined #ruby
teclator has quit [Remote host closed the connection]
mvxlr has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mvxlr has joined #ruby
mvxlr has quit [Client Quit]
<guardian>
thanks
lucast has quit [Ping timeout: 258 seconds]
Xentil has quit [Read error: Connection reset by peer]
Xentil has joined #ruby
Immune has quit [Ping timeout: 258 seconds]
mtkd has quit [Ping timeout: 268 seconds]
RedFromage has joined #ruby
SesMan has quit [Ping timeout: 252 seconds]
mtkd has joined #ruby
vondruch has quit [Ping timeout: 260 seconds]
lucast has joined #ruby
frankiee_ has joined #ruby
_sfiguser has quit [Ping timeout: 258 seconds]
twalla has quit [Ping timeout: 260 seconds]
craigp has joined #ruby
yardenbar has quit [Ping timeout: 248 seconds]
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
craigp_ has joined #ruby
yardenbar has joined #ruby
prillian5 has left #ruby ["Konversation terminated!"]
symm- has joined #ruby
mvxlr has joined #ruby
craigp has quit [Ping timeout: 268 seconds]
rajdesai has joined #ruby
patarr has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Torrone has quit [Quit: This computer has gone to sleep]
_sfiguser has joined #ruby
ldnunes has quit [Quit: Leaving]
yazdmich is now known as BytesAndCoffee
Torrone has joined #ruby
samof76 has quit [Remote host closed the connection]
chouhoulis has joined #ruby
statelesscode has quit [Ping timeout: 250 seconds]
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby
pygospa has quit [Ping timeout: 268 seconds]
ccmcdee-sfc has quit [Quit: WeeChat 1.6]
gizless has joined #ruby
gizmore has quit [Ping timeout: 260 seconds]
Filiphe has joined #ruby
discopatrick has quit []
pygospa has joined #ruby
gingray has joined #ruby
discopatrick has joined #ruby
Xentil has quit [Read error: Connection reset by peer]
shadeslayer_ is now known as shadeslayer
ekinmur has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
AndrewIsHere has joined #ruby
Xentil has joined #ruby
Chagel has quit [Ping timeout: 268 seconds]
vuoto has joined #ruby
Xentil has quit [Remote host closed the connection]
igniting has quit [Quit: Ex-Chat]
ChiefAlexander has joined #ruby
craigp_ has quit [Ping timeout: 260 seconds]
ta_ has joined #ruby
ocbtec has joined #ruby
dminuoso_ has quit [Ping timeout: 258 seconds]
craigp_ has joined #ruby
nikivi has joined #ruby
nankyokusei has joined #ruby
elhu has quit [Ping timeout: 250 seconds]
AndrewIsHere has quit [Ping timeout: 258 seconds]
TomyWork has quit [Ping timeout: 256 seconds]
saneax is now known as saneax-_-|AFK
User458764_ has joined #ruby
AlexRussia has quit [Ping timeout: 248 seconds]
ta_ has quit [Remote host closed the connection]
nankyokusei has quit [Ping timeout: 258 seconds]
twalla has joined #ruby
yardenbar has quit [Ping timeout: 250 seconds]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
DroidBurgundy has joined #ruby
AlexRussia has joined #ruby
User458764_ has quit [Ping timeout: 258 seconds]
maddmaxx has joined #ruby
dminuoso_ has joined #ruby
polishdub has joined #ruby
RedFromage has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
craigp_ has quit [Ping timeout: 260 seconds]
teclator has joined #ruby
twalla has quit [Ping timeout: 268 seconds]
ekinmur has joined #ruby
Tempesta has quit [Ping timeout: 260 seconds]
jcao219 has quit [Ping timeout: 260 seconds]
sepp2k has joined #ruby
bkxd has joined #ruby
mark_66 has quit [Quit: Leaving.]
tercenya has quit [Remote host closed the connection]
kobain has joined #ruby
tercenya has joined #ruby
<pagios>
a var defined in a function defiition is not reachabled in the block called by yield?
lacour has joined #ruby
<pagios>
ok need to pass params to yield
<Papierkorb>
!gist pagios
<pagios>
it seems they are in different scopes
<Papierkorb>
Stupid bot
<Papierkorb>
pagios: Please gist (gist.github.com) the code you're having issues with, including the complete error message(s) you're getting
tcrypt is now known as tcrypt[away]
<arne>
pagios: blocks hold the context of the caller ( if not specified otherwise ) so you have access to it's locals
synthroid has quit [Remote host closed the connection]
sczizzo has joined #ruby
<apeiros>
?gist Papierkorb
<ruby[bot]>
Papierkorb: https://gist.github.com - Multiple files, syntax highlighting, even automatically with matching filenames, can be edited
<pagios>
You can provide parameters to the call to yield: these will be passed to the block. Within the block, you list the names of the arguments to receive these parameters between vertical bars (``|'').
SesMan has joined #ruby
<apeiros>
factoids = ?, commands = !
Ali_ has joined #ruby
potatope has joined #ruby
AndrewIsHere has joined #ruby
_wugy has joined #ruby
aganov has quit [Read error: Connection reset by peer]
hakunin_ has joined #ruby
_wugy has quit [Excess Flood]
_wugy has joined #ruby
b________ has joined #ruby
pwnd_nsfw` has joined #ruby
_wugy has quit [Excess Flood]
_wugy has joined #ruby
_wugy has quit [Excess Flood]
Tempesta has joined #ruby
hakunin has quit [Read error: Connection reset by peer]
_wugy has joined #ruby
_wugy has quit [Excess Flood]
wugy has quit [Read error: Connection reset by peer]
wugy has joined #ruby
wugy has quit [Excess Flood]
jordanm has joined #ruby
wugy has joined #ruby
wugy has quit [Excess Flood]
<pagios>
%w{..} is the same as %w(..) ?
wugy has joined #ruby
rippa has joined #ruby
wugy has quit [Excess Flood]
Fernando-Basso has quit [Ping timeout: 256 seconds]
wugy has joined #ruby
wugy has quit [Excess Flood]
wugy has joined #ruby
wugy has quit [Excess Flood]
<Papierkorb>
pagios: They do the same, yes
pwnd_nsfw has quit [Ping timeout: 250 seconds]
wugy has joined #ruby
wugy has quit [Excess Flood]
wugy has joined #ruby
wugy has quit [Excess Flood]
wugy has joined #ruby
wugy has quit [Excess Flood]
Fernando-Basso has joined #ruby
wldcordeiro has quit [Ping timeout: 268 seconds]
wugy has joined #ruby
<Papierkorb>
apeiros: Could you ban wugy for a moment?
wugy has quit [Excess Flood]
wugy has joined #ruby
<pagios>
%w is what in plain english?
wugy has quit [Excess Flood]
synthroid has joined #ruby
wugy has joined #ruby
wugy has quit [Excess Flood]
<Papierkorb>
pagios: you can read the "w" as 'word'. It gives you an array out of words: %[ one two three ] == [ "one", "two", "three" ]
<pagios>
it can give also hashes?
wugy has joined #ruby
<Papierkorb>
oh sorry, %w[..] ^
wugy has quit [Excess Flood]
<Papierkorb>
pagios: No, {} does not give an hash
wugy has joined #ruby
quadgrande has joined #ruby
wugy has quit [Excess Flood]
<pagios>
so %w is only for hashes, nothing for hashes
<pagios>
i mean arrays
<Papierkorb>
yes
wugy has joined #ruby
wugy has quit [Excess Flood]
wugy has joined #ruby
lacour has quit [Quit: Leaving]
wugy has quit [Excess Flood]
wugy has joined #ruby
MrBusiness has joined #ruby
wugy has quit [Excess Flood]
wugy has joined #ruby
wugy has quit [Excess Flood]
wugy has joined #ruby
wugy has quit [Excess Flood]
wugy has joined #ruby
wugy has quit [Excess Flood]
<apeiros>
!fixcon wugy
<dminuoso_>
apeiros: I. Hate. Oracle.
<dminuoso_>
Give me some of your love
Humdai has quit [Quit: Leaving]
<apeiros>
dminuoso_: I. love. oracle. compared to mssql that is. (we're allowed to migrate back, yay!)
<apeiros>
but I think we're OT :)
<dminuoso_>
Oh okay.
<dminuoso_>
I. Love. JRuby.
<dminuoso_>
That better?
twalla has joined #ruby
<apeiros>
shoore
nonnatus has joined #ruby
bkxd has quit [Ping timeout: 248 seconds]
<Papierkorb>
Am building a Torrent client lib. Now I want to write a class, which manages the "download" directory. I give a method in this class a file name I want to read/write, and it shall return an IO to that file. What would be a good name for this class?
<Papierkorb>
Or is Torrent::FileManager good enough?
<apeiros>
sounds fine
<apeiros>
DownloadManager maybe
<apeiros>
or just Torrent::Download
Derperperd has joined #ruby
kspencer has joined #ruby
ta_ has joined #ruby
AndrewIsHere has quit []
symm- has quit [Ping timeout: 250 seconds]
armin has joined #ruby
aryaching has joined #ruby
dminuoso_ has quit [Remote host closed the connection]
<ruby[bot]>
Jack: Please join #RubyOnRails for Rails questions. You need to be identified with NickServ, see /msg NickServ HELP
<Jack>
sorry guys
johnmccabe has joined #ruby
tdy has quit [Ping timeout: 258 seconds]
b3atr has joined #ruby
wldcordeiro has quit [Quit: WeeChat 1.4]
alxgsv has joined #ruby
<b3atr>
how to prase mustache templates? i want to parse an HTML source but because it has mustache tags in it Nokogiri cannot work properly
wldcordeiro has joined #ruby
BigRonnieRon has joined #ruby
synthroid has joined #ruby
Satyajit has joined #ruby
JeanCarloMachado has quit [Ping timeout: 268 seconds]
tdy has joined #ruby
symm- has joined #ruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
johnmccabe has quit [Ping timeout: 250 seconds]
conta has joined #ruby
<apeiros>
b3atr: probably with a mustache library?
nonnatus has joined #ruby
jrafanie has joined #ruby
last_staff has quit [Quit: pow]
Silthias1 has quit [Ping timeout: 258 seconds]
<b3atr>
apeiros, is it possible?
hs366 has joined #ruby
conta has quit [Ping timeout: 258 seconds]
hs366 has quit [Remote host closed the connection]
<apeiros>
they'd be rather useless if it wasn't possible to parse them…
anaiden has joined #ruby
ixti has joined #ruby
hs366 has joined #ruby
Silthias has joined #ruby
m0rph84 has joined #ruby
m0rph84 has left #ruby [#ruby]
Snowy has joined #ruby
Qommand0r has quit [Quit: WeeChat 1.6]
Guest89388 has quit []
cschneid_ has joined #ruby
hs366 has quit [Client Quit]
sdwrage has quit [Quit: Leaving]
rann has joined #ruby
nikivi has joined #ruby
miguelfernandes has quit [Quit: Leaving]
amclain has joined #ruby
jsrn has quit [Quit: Leaving]
ixti has quit [Read error: No route to host]
BlueDragons has joined #ruby
potatope has quit [Quit: potatope]
nikivi has quit [Read error: Connection reset by peer]
Zamyatin has quit [Read error: Connection reset by peer]
pygospa has quit [Remote host closed the connection]
Zamyatin has joined #ruby
chouhoulis has quit [Remote host closed the connection]
SesMan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
symm- has quit [Ping timeout: 268 seconds]
nonnatus has quit [Ping timeout: 250 seconds]
symm- has joined #ruby
Azure|dc has joined #ruby
Qommand0r has joined #ruby
nettoweb has quit [Ping timeout: 248 seconds]
Azure has quit [Ping timeout: 260 seconds]
aufi has quit [Quit: Leaving]
johnmccabe has joined #ruby
mvxlr has quit [Ping timeout: 250 seconds]
mvxlr has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
nettoweb has joined #ruby
AlexRussia has quit [Ping timeout: 250 seconds]
harai_ has joined #ruby
DoubleMalt has joined #ruby
JeanCarloMachado has joined #ruby
Couch has quit [Ping timeout: 244 seconds]
FernandoBasso has joined #ruby
harai_ has quit [Ping timeout: 248 seconds]
GodFather has quit [Ping timeout: 258 seconds]
agent_white has joined #ruby
Fernando-Basso has quit [Quit: WeeChat 1.5]
coolboy has quit [Remote host closed the connection]
FernandoBasso is now known as Fernando-Basso
<agent_white>
Mornin'
igniting has joined #ruby
hutch34 has joined #ruby
flying has quit []
vitd has joined #ruby
Torrone has quit [Quit: This computer has gone to sleep]
jcao219 has joined #ruby
claudiuinberlin has quit []
Torkable has joined #ruby
Torkable is now known as Guest16192
Jack has quit [Ping timeout: 260 seconds]
friday has quit [Changing host]
friday has joined #ruby
hutch34 has quit [Read error: Connection timed out]
danostrowski has joined #ruby
hutch34 has joined #ruby
anaiden_ has joined #ruby
rodfersou|lunch is now known as rodfersou|afk
vitd has quit [Ping timeout: 248 seconds]
ledestin has joined #ruby
potatope has joined #ruby
jsaak has joined #ruby
<pagios>
if i define a to_s in any method of the class hierachy and inheritence the whole to_s default behavior which is to return th object id doesnt work
anaiden has quit [Quit: anaiden]
potatope has quit [Ping timeout: 250 seconds]
<pagios>
an instance variable is visible to the child classes inheriting
anaiden_ is now known as anaiden
BlueDrag0ns has joined #ruby
Phage has joined #ruby
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
DroidBurgundy has quit [Remote host closed the connection]
nankyokusei has joined #ruby
craigp_ has quit [Ping timeout: 252 seconds]
BlueDragons has quit [Ping timeout: 268 seconds]
mikecmpbll has quit [Ping timeout: 268 seconds]
mvxlr has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<matata>
I have something like this: ARGV.each { |r| my_str.concat("#{r} ") } but that actually work like $*
ARCADIVS has joined #ruby
merlin2049er has joined #ruby
achamian has joined #ruby
SCHAAP137 has quit [Quit: Leaving]
mvxlr has joined #ruby
<havenwood>
matata: Do you want to build a command line string from the argument list? Or do you have an example of expected input and desired return value?
daemonwrangler has quit [Ping timeout: 248 seconds]
Evan- has quit [Ping timeout: 248 seconds]
nettoweb has joined #ruby
elifoster has joined #ruby
blackmesa has quit [Ping timeout: 260 seconds]
<matata>
havenwood: I want to not create a security hole when I'm passing args to the script :-)
nitric has joined #ruby
<matata>
and the problem is that when I run my script like: # ./script.rb "A B" C D
<matata>
I'm getting each of them as a separate string.
<matata>
And I want to have A B as a one.
<matata>
when it's in " "
<matata>
It's like $* and $@ in bash.
Cyrus has quit [Ping timeout: 248 seconds]
scottschecter has quit [Ping timeout: 248 seconds]
yorickpeterse has quit [Ping timeout: 248 seconds]
johnmccabe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
IceDragon has quit [Ping timeout: 248 seconds]
angseus_ has quit [Ping timeout: 248 seconds]
thomas has quit [Remote host closed the connection]
kloeri has quit [Remote host closed the connection]
SCHAAP137 has joined #ruby
thomas has joined #ruby
kloeri has joined #ruby
moei has quit [Quit: Leaving...]
<havenwood>
matata: ARGV would be: ["A B", "C", "D"]
moei has joined #ruby
nettoweb has quit [Client Quit]
<havenwood>
matata: What do you want to get instead? Turn that into a string?
hahuang61 has joined #ruby
nonnatus has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
daemonwrangler has joined #ruby
johnmccabe has joined #ruby
<havenwood>
matata: Take a look at Shellwords in the stdlib. Maybe something like: require 'shellwords'; Shellwords.join(ARGV)
angseus has joined #ruby
Snowy has quit [Remote host closed the connection]
jaguarmagenta has quit [Ping timeout: 250 seconds]
BlueDrag0ns has quit [Quit: Leaving]
rodfersou|afk is now known as rodfersou
<matata>
havenwood: I think that's something I was looking for
<apeiros>
pagios: instance variables belong to an object, not to its class
conta has joined #ruby
<pagios>
right
<apeiros>
pagios: you don't define the instance variables for instances of a class in the class. and the class doesn't know about them (and don't nobody come up with what ruby internally does for performance reasons :-p)
ramfjord has joined #ruby
<apeiros>
I still don't get what problem you're trying to solve.
<pagios>
apeiros, a local variable defined in a class is visible to the object instance?
frozengeek has quit [Quit: frozengeek]
<apeiros>
no
marr has quit [Ping timeout: 258 seconds]
<apeiros>
that'd make it decidedly non-local
<pagios>
ok
matata has quit [Quit: leaving]
manish has joined #ruby
cajone has left #ruby [#ruby]
<pagios>
apeiros, btw is there any project to make ruby work on the web frontend? i come from an angularjs/javascript school and was wondering if there is any effort in getting that in ruby?
<apeiros>
pagios: that's not something ruby can do anything about
<apeiros>
if the browsers don't provide a runtime for it, then there's little to do
<apeiros>
but there is opal, which compiles to javascript
<pagios>
something like a mediation that converts ruby to js :)
<apeiros>
and webasm might be a way to implement a reasonably fast ruby interpreter in the browser.
manish has quit [Client Quit]
rcvalle has joined #ruby
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Rickmasta has joined #ruby
<pagios>
opal mainly allows you to write ruby inside havascript?
<pagios>
like ruby in a js container
benlieb has joined #ruby
symm- has quit [Quit: Leaving...]
elenatanasoiu has quit [Ping timeout: 250 seconds]
Torrone has joined #ruby
fergal has joined #ruby
<fergal>
hi guys. i have a ruby class which includes a module with a bunch of utility methods. im writing an rspec test for my class, and i want to verify that when methodA is called in my class, it in turn calls certain utility methods in my module - is this possible?
bauruine_ has quit [Ping timeout: 260 seconds]
<apeiros>
pagios: no. as said, opal is a ruby to javascript compiler.
cajone has joined #ruby
<apeiros>
fergal: that's what mocks do
<apeiros>
(note: stubs != mocks != test spies)
synthroi_ has joined #ruby
dviola has joined #ruby
<fergal>
apeiros: i can check that methods in the method im calling are called, but i want to test that those methods in turn call helper methods
synthroid has quit [Ping timeout: 248 seconds]
<apeiros>
so you know how to test whether a method was called? how come you have a problem applying that another time?
bauruine has joined #ruby
shinnya has quit [Ping timeout: 248 seconds]
DroidBurgundy has joined #ruby
jhooker has quit [Ping timeout: 258 seconds]
jhooker has joined #ruby
DoubleMalt has quit [Ping timeout: 258 seconds]
ldnunes has joined #ruby
achamian has quit [Remote host closed the connection]
rakm has joined #ruby
Rutix has quit []
renderful has joined #ruby
<fergal>
apeiros: so my test at the minute is just expect that a method is called exactly once. the flow fo code is like classA:methodA —> moduleA:execute —> moduleA:helper
whathappens has quit [Read error: Connection reset by peer]
DroidBurgundy has quit [Ping timeout: 252 seconds]
sdwrage has joined #ruby
whathappens has joined #ruby
<fergal>
so my test calls methodA, then does expect(execute) is called once, which passes, but if i say, expect(helper) is called once, the test fails saying 0 invocations happened
<fergal>
is this because execute is invoked directly from the method im testing, but the helper is not?
conta has quit [Ping timeout: 250 seconds]
TheMoonMaster_ is now known as TheMoonMaster
<apeiros>
I don't use rspec, so I don't know how its mocks are supposed to be used. but there almost certainly is an example somewhere for your use-case.
claudiuinberlin has joined #ruby
conta has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
whathapp_ has joined #ruby
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
DroidBurgundy has joined #ruby
Guest49701 has quit [Quit: leaving]
govg has joined #ruby
whathappens has quit [Ping timeout: 250 seconds]
feelx has joined #ruby
tdy has quit [Ping timeout: 260 seconds]
fergal has quit [Quit: fergal]
AltLock has joined #ruby
eizua has quit [Quit: Leaving]
nowhereman has quit [Ping timeout: 250 seconds]
gix has quit [Ping timeout: 258 seconds]
gix has joined #ruby
davout has joined #ruby
nikivi has quit [Quit: irc]
nikivi has joined #ruby
jrafanie has quit [Ping timeout: 260 seconds]
nikivi has quit [Client Quit]
Pupeno has joined #ruby
tdy has joined #ruby
nikivi has joined #ruby
chouhoulis has joined #ruby
chouhou__ has joined #ruby
_djbkd has joined #ruby
nikivi has quit [Ping timeout: 250 seconds]
chouhoul_ has quit [Ping timeout: 260 seconds]
igniting has quit [Ping timeout: 268 seconds]
chouhoulis has quit [Ping timeout: 258 seconds]
jrafanie has joined #ruby
failshell has joined #ruby
workmad3 has quit [Ping timeout: 268 seconds]
conta has quit [Ping timeout: 258 seconds]
whathappens has joined #ruby
whathapp_ has quit [Read error: Connection reset by peer]
ace05 has joined #ruby
DroidBurgundy has quit [Remote host closed the connection]
igniting has joined #ruby
cyphase has quit [Ping timeout: 258 seconds]
bocaneri has quit [Remote host closed the connection]
Jackneill has joined #ruby
Torrone has quit [Quit: This computer has gone to sleep]
cdg has quit [Remote host closed the connection]
da3mon has quit [Quit: Zzzz...]
blackmesa has quit [Ping timeout: 250 seconds]
da3mon has joined #ruby
da3mon has quit [Client Quit]
cyphase has joined #ruby
da3mon has joined #ruby
da3mon has quit [Client Quit]
mikecmpbll has quit [Quit: inabit. zz.]
da3mon has joined #ruby
maddmaxx has quit [Quit: Going offline, see ya! (www.adiirc.com)]
claudiuinberlin has quit [Remote host closed the connection]
moneylotion has quit [Read error: Connection reset by peer]
Cork has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
frozengeek has quit [Quit: frozengeek]
sneakers has joined #ruby
mikecmpbll has joined #ruby
toni_ has joined #ruby
DroidBur_ has joined #ruby
claudiuinberlin has joined #ruby
Xeago has quit [Ping timeout: 252 seconds]
ziarkaen has joined #ruby
Xeago has joined #ruby
DroidBurgundy has quit [Ping timeout: 268 seconds]
DroidBur_ has quit [Ping timeout: 258 seconds]
jaiks has joined #ruby
ziarkaen has quit [Ping timeout: 250 seconds]
moneylotion has joined #ruby
ur5us has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
ur5us_ has joined #ruby
<bronson>
what do you all think about if surprises?
renderful has quit [Remote host closed the connection]
<SeepingN>
they're very surprising
<bronson>
Rubocop is telling me to rewrite a 3-line if/end statement in my code.
failshell has quit []
<bronson>
to be a 1 line if surprise
elifoster has joined #ruby
<bronson>
I'm trying to decide if I'm going to comply or just turn off that warning
Pumukel has joined #ruby
nettoweb has joined #ruby
cyphase has joined #ruby
<SeepingN>
it helps. surely the line isn't THAT long
govg has quit [Ping timeout: 250 seconds]
<bronson>
what does it help? it seems a little more readable to me as is.
NTrash has joined #ruby
blackmesa has joined #ruby
<bronson>
I could see it helping a lot if I had a no-methods-over-six-lines rule for this codebase. :)
tris has joined #ruby
djellemah has joined #ruby
nettoweb has quit [Client Quit]
SCHAAP137 is now known as SCHAPiE
tdy has quit [Ping timeout: 250 seconds]
<SeepingN>
just clutter and line count
benlieb has quit [Quit: benlieb]
rrichardsr3 has joined #ruby
dave101 has joined #ruby
DroidBurgundy has joined #ruby
cyphase has quit [Ping timeout: 268 seconds]
jaguarmagenta has joined #ruby
magellanicloud has joined #ruby
renderful has joined #ruby
bovis has joined #ruby
Immune has joined #ruby
ace05_ has joined #ruby
ramortegui has quit [Quit: Ex-Chat]
ace05 has quit [Ping timeout: 258 seconds]
symm- has joined #ruby
tris has quit [Quit: Leaving]
Madplatypus has joined #ruby
cyphase has joined #ruby
Robtop__ has joined #ruby
jaguarmagenta has quit [Ping timeout: 258 seconds]
jackjackdripper has joined #ruby
statelesscode has joined #ruby
jackjackdripper1 has joined #ruby
jackjackdripper has quit [Read error: Connection reset by peer]
Rodya_ has joined #ruby
pwnd_nsfw` has quit [Ping timeout: 258 seconds]
Fernando-Basso has quit [Remote host closed the connection]
vuoto has quit [Remote host closed the connection]
tomphp has joined #ruby
JoshS has quit [Quit: Leaving]
tdy has joined #ruby
Rutix has joined #ruby
Rutix has quit [Changing host]
Rutix has joined #ruby
liam has joined #ruby
statelesscode has quit [Ping timeout: 258 seconds]
cyphase has quit [Ping timeout: 258 seconds]
Pupeno has quit [Remote host closed the connection]
<LyndsySimon>
I'm developing a gem, and would like to not have to run `gem build <name>.gemspec && gem install <name>-<version>.gem` each time I make a change.
<LyndsySimon>
Is there a gem equivalent to Python's `pip develop setup.py`?
Pupeno has joined #ruby
Guest53 has joined #ruby
benlieb has joined #ruby
<LyndsySimon>
In other words, is there a Ruby way of symlinking to the source directory instead of copying it from the gemfile into wherever Ruby keeps its gems?
Guest53 has quit [Client Quit]
govg has joined #ruby
rrichardsr3 has quit [Quit: Apparantly my attempt to stay awake has failed...]
cyphase has joined #ruby
<Yxhuvud>
Well, if you are using bundler, you can put a path to a gem, which will then use whatever code is there.
<Yxhuvud>
in the Gemfile
chouhou__ has quit [Remote host closed the connection]
chouhoulis has joined #ruby
<Yxhuvud>
though it would probably be a better idea to use a test suite to test new functionality.
<LyndsySimon>
Awesome, thanks
<LyndsySimon>
... and yes, I agree on the tests :) This particular gem is tightly coupled to a handful of Rails applications we're developing internally, so it makes sense to have it be a bit more dynamic until i get it started.
NTrash has quit [Quit: Konversation terminated!]
segmond has joined #ruby
<LyndsySimon>
I'm basically factoring out a bunch of common code, starting with our exception handling architecture.
terlar has joined #ruby
tris has joined #ruby
aswen has joined #ruby
cyphase has quit [Ping timeout: 258 seconds]
_djbkd has quit [Remote host closed the connection]
jaguarmagenta has quit [Ping timeout: 268 seconds]
chouhoul_ has quit [Ping timeout: 268 seconds]
tyang has joined #ruby
igniting has quit [Ping timeout: 268 seconds]
Hates_ has quit []
cdg has joined #ruby
Hates_ has joined #ruby
tectonic has quit []
ziarkaen has quit [Ping timeout: 260 seconds]
xall has joined #ruby
gingray has quit [Ping timeout: 248 seconds]
Rodya_ has joined #ruby
Jackneill has quit [Remote host closed the connection]
bauruine has joined #ruby
Immune has joined #ruby
matata has joined #ruby
<matata>
Hi
xall has quit [Ping timeout: 258 seconds]
<matata>
I'm still now really sure how I should use IO.popen so it can work like an API that
Kinda_Lost has joined #ruby
<matata>
passes a vector of arguments, not a command line
<Kinda_Lost>
Heya
Rodya_ has quit [Ping timeout: 258 seconds]
<Papierkorb>
matata: popen opens a *process* (that's what the `p` stands for), which you pass stuff through via shell arguments (or you can pipe stuff to it through stdin)
<Kinda_Lost>
I need help with something
<matata>
Now I have: IO.popen("/usr/sbin/sendmail -G -i \"#{my_str}\"", "w")
hutch34 has joined #ruby
workmad3 has joined #ruby
Silthias1 has joined #ruby
tdy has joined #ruby
<matata>
Papierkorb: so how I can do it like for example in python os.popen(["/usr/sbin/sendmail", "-G", "-i", my_str], "w")
<Kinda_Lost>
I have to concatenate a string it has lets say 3 parts each part has a set number of possible values
<Papierkorb>
matata: Per the docs, you can do the same in ruby
Silthias has quit [Ping timeout: 258 seconds]
<Papierkorb>
matata: In fact, the order of arguments, syntax and everything, is literally the same
<Kinda_Lost>
I wanted to make a method or class to do it, to make the code prettier
<bovis>
Kinda_Lost: do you have an example?
beatdown has joined #ruby
<matata>
Papierkorb: so IO.popen(["/usr/sbin/sendmail", "-G", "-i", "\"#{my_str}\""], "w") should work like os.popen(["/usr/sbin/sendmail", "-G", "-i", my_str], "w") in python?
<Kinda_Lost>
it is a url
toni_ has quit [Ping timeout: 250 seconds]
<Papierkorb>
matata: No idea about python. But just pass my_str plain. your call would pass "" to the target process.
<Kinda_Lost>
lets say the parts are head body and legs
pragmaticus has quit [Ping timeout: 260 seconds]
<Papierkorb>
Kinda_Lost: For your own sake, don't make it that abstract, it'll only yield confusion. An URL is fine as example
dave101 has quit [Ping timeout: 258 seconds]
<Kinda_Lost>
Papierkorb: hmmm
<Papierkorb>
Kinda_Lost: In general, to combine a string out of sub-strings with a common separator, you'd use a (temporary) array and then just do Array#join.
<Papierkorb>
>> [ "foo", "bar", "baz" ].join("/") # Like this Kinda_Lost