baweaver changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.5.1, 2.4.4, 2.3.7, 2.6.0-preview1: https://www.ruby-lang.org || Paste 4+ lines of text to https://gist.github.com || Rails questions? Ask in #RubyOnRails || Books: https://goo.gl/wpGhoQ || Logs: https://irclog.whitequark.org/ruby
schneider has quit [Ping timeout: 264 seconds]
cagomez has quit [Remote host closed the connection]
duderono_ has joined #ruby
n0m4d1c has quit [Remote host closed the connection]
cagomez has joined #ruby
jdawgaz has joined #ruby
hammer has quit [Ping timeout: 276 seconds]
hammer has joined #ruby
duderonomy has quit [Ping timeout: 276 seconds]
sameerynho has quit [Ping timeout: 264 seconds]
schneider has joined #ruby
workmad3 has joined #ruby
shinnya has joined #ruby
cagomez has quit [Ping timeout: 260 seconds]
n0m4d1c has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has quit [Quit: The system is going down for reboot NOW!]
schneider has quit [Ping timeout: 260 seconds]
workmad3 has quit [Ping timeout: 264 seconds]
duderonomy has joined #ruby
hammer has quit [Ping timeout: 276 seconds]
hammer has joined #ruby
schneider has joined #ruby
duderono_ has quit [Ping timeout: 276 seconds]
duderono_ has joined #ruby
duderonomy has quit [Ping timeout: 264 seconds]
schneider has quit [Ping timeout: 268 seconds]
apparition has joined #ruby
beremenushka3 has quit [Read error: Connection reset by peer]
schneider has joined #ruby
beremenushka has joined #ruby
<Fridtjof> i'm having a problem with TCPSocket - i'm opening one with this line:
<Fridtjof> server_socket = TCPSocket.open(server_host, server_port.to_i) # server_port is a string
<Fridtjof> and a puts statement right after it gets executed
<Fridtjof> but after that, I create a new object of one of my classes using that socket and it never continues after that
alfiemax has joined #ruby
<Fridtjof> the constructor of that class is very simple, it only takes the socket as a parameter and stores it in a class variable
<Fridtjof> *attribute, sorry
<Fridtjof> so I put a puts statement after that, and it does not get executed
<mr-robert> Fridtjof: share your code on gist.github.com
<Fridtjof> sure
duderono_ has quit [Ping timeout: 264 seconds]
<Fridtjof> here you go:
<Fridtjof> one sec
schneider has quit [Ping timeout: 256 seconds]
<Fridtjof> here you go, had to redact a hostname
hammer has quit [Ping timeout: 276 seconds]
amar has joined #ruby
<Fridtjof> so, the port is open and i just verified that the server running on that port works
alfiemax has quit [Ping timeout: 264 seconds]
<mr-robert> your script just hangs? did you try .new instead of .open?
schneider has joined #ruby
<Fridtjof> let me test that
<Fridtjof> nope, still hangs
hammer has joined #ruby
jenrzzz has quit [Ping timeout: 276 seconds]
<mr-robert> does that hangtoo?
schneider has quit [Ping timeout: 256 seconds]
<Fridtjof> interestingly enough, it doesnt
<Fridtjof> actually, one small detail
<Fridtjof> that code is simplified
<Fridtjof> the connection actually happens inside a Thread.fork
<Fridtjof> don't know if that makes a difference
karapetyan has quit [Remote host closed the connection]
<mr-robert> can you paste the real code you're working with
drona6 has joined #ruby
<mr-robert> or something closer to the real code.
schneider has joined #ruby
nadir has quit [Quit: Connection closed for inactivity]
hammer has quit [Ping timeout: 265 seconds]
hammer has joined #ruby
drona6 has quit []
kurko__ has joined #ruby
schneider has quit [Ping timeout: 268 seconds]
kurko_ has quit [Ping timeout: 265 seconds]
<mr-robert> Fridtjof: are you sure it hangs and not exits before you expect? you might be missing a Thread#join but for best results please share what you're working with. describing your problem with words and from your understanding usually doesn't get the answer you want.
<Fridtjof> one second then
<Fridtjof> ooooooh
<Fridtjof> hold on a minute
<Fridtjof> thats a valid point youre making
<Fridtjof> my fork happens on a new connection (im writing kind of a proxy)
<Fridtjof> but i only have one client to test with, so my program basically acts like a single threaded program except it doesn't
<mr-robert> is the main thread in a loop? otherwise it'll exit, and the threads you've spawned will die with it.
<Fridtjof> it is in a loop
<Fridtjof> thats why I did not notice it exiting
schneider has joined #ruby
<Fridtjof> now why *does* it exit though
<Fridtjof> i'll look into it some more
<mr-robert> ok
<mr-robert> good luck
conceivably has quit [Remote host closed the connection]
<Fridtjof> oh god
<Fridtjof> i'm an idiot
<Fridtjof> although threads make it hard to spot something like this
<Fridtjof> (if youre working with them for the first time like me)
<Fridtjof> i did not include the file the class i'm using was in
<Fridtjof> Uncaught exception: uninitialized constant ServerHandler
<mr-robert> ah i see. and the exception didn't bubble?
<Fridtjof> apparently not
<Fridtjof> do you know why that could be?
<Fridtjof> i don't know much about ruby threads yet
schneider has quit [Ping timeout: 268 seconds]
<mr-robert> you can set `Thread.abort_on_exception = true`, so that exceptions in spawned threads abort the main thread with a stacktrace.
<mr-robert> otherwise just implement exception handling in the thread itself
<Fridtjof> i see
<Fridtjof> thank you
<mr-robert> you're welcome
schneider has joined #ruby
amar has quit [Remote host closed the connection]
hammer has quit [Read error: Connection timed out]
amar has joined #ruby
hammer has joined #ruby
schneider has quit [Ping timeout: 265 seconds]
schneider has joined #ruby
tdy has quit [Ping timeout: 265 seconds]
amar has quit [Remote host closed the connection]
mroutis has quit [Ping timeout: 240 seconds]
hammer has quit [Ping timeout: 276 seconds]
kriskropd has quit [Ping timeout: 256 seconds]
hammer has joined #ruby
schneider has quit [Ping timeout: 276 seconds]
SteenJobs has quit [Quit: peaceee]
erlend has quit [Ping timeout: 260 seconds]
erlend has joined #ruby
DTZUZO has quit [Ping timeout: 264 seconds]
schneider has joined #ruby
hammer has quit [Ping timeout: 260 seconds]
hammer has joined #ruby
clemens3_ has joined #ruby
DTZUZO has joined #ruby
clemens3 has quit [Ping timeout: 260 seconds]
schneider has quit [Ping timeout: 264 seconds]
Puffball has joined #ruby
madgen has quit [Ping timeout: 264 seconds]
kriskropd has joined #ruby
schneider has joined #ruby
gizmore|2 has joined #ruby
gizmore has quit [Ping timeout: 240 seconds]
netherwolfe has joined #ruby
<quuxman> how do I set up a test in rspec so that one method "do_stuff" on a global object is called once or the test fails? I have `allow(Foo::Bar).to receive(:do_stuff) { puts 'test' } ...test code... expect(Foo::Bar).to receive(:do_stuff)` but I get an error that .do_stuff() was received 0 times, though I'm certain it's being called because I see the side effects
schneider has quit [Ping timeout: 268 seconds]
netherwolfe has quit [Ping timeout: 260 seconds]
dviola has joined #ruby
dviola has quit [Changing host]
dviola has joined #ruby
n0m4d1c has quit [Ping timeout: 240 seconds]
schneider has joined #ruby
n0m4d1c has joined #ruby
<mr-robert> quuxman: share your code
<quuxman> ok I changed the expect to ... `.to have_received(` ... and it wo rks
cthu| has quit [Ping timeout: 264 seconds]
karapetyan has joined #ruby
schneider has quit [Ping timeout: 268 seconds]
jdawgaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has joined #ruby
karapetyan has quit [Ping timeout: 260 seconds]
<quuxman> what would an argument spec look like using `using receive(:foo).with(...)` for the first arg as string and the second two as dicts?
<quuxman> I mean the second two as named arguments containing dicts
n0m4d1c has quit [Remote host closed the connection]
<quuxman> I've tried `with('foo', arg1:kind_of(Hash), arg2:kind_of(Hash)` and various other things...
schneider has quit [Ping timeout: 240 seconds]
raynold has quit [Quit: Connection closed for inactivity]
hammer has quit [Ping timeout: 276 seconds]
n0m4d1c has joined #ruby
ramfjord has joined #ruby
imode has joined #ruby
schneider has joined #ruby
dinfuehr_ has joined #ruby
hammer has joined #ruby
ramfjord has quit [Ping timeout: 256 seconds]
schneider has quit [Ping timeout: 240 seconds]
dinfuehr has quit [Ping timeout: 260 seconds]
ramfjord has joined #ruby
RLNKWZM3mphiZ has joined #ruby
RLNKWZM3mphiZ has quit [Remote host closed the connection]
<quuxman> oh god I misspelled foo (*hides*)
schneider has joined #ruby
ramfjord has quit [Ping timeout: 264 seconds]
leitz has joined #ruby
jdawgaz has joined #ruby
workmad3 has joined #ruby
schneider has quit [Ping timeout: 260 seconds]
shoogz has quit [Quit: shoogz out]
tdy has joined #ruby
AJA4350 has quit [Remote host closed the connection]
shoogz has joined #ruby
workmad3 has quit [Ping timeout: 240 seconds]
schneider has joined #ruby
hammer has quit [Ping timeout: 276 seconds]
leitz has quit [Quit: Nappy time]
schneider has quit [Ping timeout: 264 seconds]
hammer has joined #ruby
n0m4d1c has quit [Remote host closed the connection]
schneider has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
hammer has quit [Ping timeout: 276 seconds]
orbyt_ has joined #ruby
hammer has joined #ruby
schneider has joined #ruby
sanscoeur has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
mroutis has joined #ruby
schneider has joined #ruby
hammer has quit [Ping timeout: 265 seconds]
hammer has joined #ruby
sanscoeur has quit [Remote host closed the connection]
schneider has quit [Ping timeout: 265 seconds]
rwb has quit [Ping timeout: 264 seconds]
Esa_ has quit []
hammer has quit [Ping timeout: 276 seconds]
schneider has joined #ruby
hammer has joined #ruby
nadir has joined #ruby
iMadper has quit [Remote host closed the connection]
schneider has quit [Ping timeout: 260 seconds]
mroutis has quit [Ping timeout: 240 seconds]
harrycs has joined #ruby
schneider has joined #ruby
hammer has quit [Ping timeout: 276 seconds]
hammer has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
harrycs has quit [Remote host closed the connection]
cadillac_ has quit [Quit: I quit]
harrycs has joined #ruby
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
hammer has quit [Ping timeout: 255 seconds]
schneider has joined #ruby
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
hammer has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
schneider has joined #ruby
Dimik has joined #ruby
banisterfiend has quit [Quit: Textual IRC Client: www.textualapp.com]
hammer has quit [Ping timeout: 260 seconds]
hammer has joined #ruby
harrycs has quit [Remote host closed the connection]
imode has quit [Quit: WeeChat 2.1]
harrycs has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
mlkkk has quit [Remote host closed the connection]
michael_mbpL5YBW has joined #ruby
michael_mbpL5YBW has quit [K-Lined]
imode has joined #ruby
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
harrycs has quit [Remote host closed the connection]
schneider has joined #ruby
harrycs has joined #ruby
erlend has quit [Ping timeout: 276 seconds]
arescorpio has quit [Quit: Leaving.]
erlend has joined #ruby
harrycs has quit [Client Quit]
DTZUZO has quit [Ping timeout: 268 seconds]
karapetyan has joined #ruby
DTZUZO has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
hammer has quit [Ping timeout: 265 seconds]
hammer has joined #ruby
karapetyan has quit [Ping timeout: 240 seconds]
schneider has joined #ruby
hammer has quit [Ping timeout: 276 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has quit [Ping timeout: 268 seconds]
poloych has joined #ruby
hammer has joined #ruby
schneider has joined #ruby
r3kz has joined #ruby
troys has quit [Quit: Bye]
govg has quit [Ping timeout: 276 seconds]
schneider has quit [Ping timeout: 240 seconds]
shinnya has quit [Ping timeout: 240 seconds]
govg has joined #ruby
DTZUZO has quit [Ping timeout: 264 seconds]
orbyt_ has joined #ruby
poloych has quit [Remote host closed the connection]
schneider has joined #ruby
cagomez has joined #ruby
mlkkk has joined #ruby
lelliott has joined #ruby
DTZUZO has joined #ruby
govg has quit [Ping timeout: 256 seconds]
hammer has quit [Ping timeout: 265 seconds]
hammer has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
kurko__ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mlkkk has quit [Ping timeout: 240 seconds]
nicht has joined #ruby
schneider has joined #ruby
Eiam has quit [Ping timeout: 265 seconds]
hph^ has joined #ruby
segy has quit [Ping timeout: 265 seconds]
segy has joined #ruby
hammer has quit [Ping timeout: 276 seconds]
schneider has quit [Ping timeout: 240 seconds]
hammer has joined #ruby
nicht has quit [Remote host closed the connection]
workmad3 has joined #ruby
nicht has joined #ruby
nicht has quit [Remote host closed the connection]
nicht has joined #ruby
apparition has quit [Quit: Bye]
schneider has joined #ruby
workmad3 has quit [Ping timeout: 240 seconds]
ryzokuken has joined #ruby
Puffball has quit [Remote host closed the connection]
hammer has quit [Ping timeout: 260 seconds]
schneider has quit [Ping timeout: 268 seconds]
hammer has joined #ruby
mlkkk_ has joined #ruby
schneider has joined #ruby
donofrio has quit [Remote host closed the connection]
mtkd has joined #ruby
nicht has quit [Remote host closed the connection]
nicht has joined #ruby
schneider has quit [Ping timeout: 265 seconds]
schneider has joined #ruby
nicht has quit [Read error: Connection reset by peer]
schneider has quit [Ping timeout: 260 seconds]
Psybur has quit [Ping timeout: 265 seconds]
mlkkk_ has quit [Remote host closed the connection]
schneider has joined #ruby
mlkkk has joined #ruby
raynold has joined #ruby
mlkkk has quit [Ping timeout: 240 seconds]
schneider has quit [Ping timeout: 240 seconds]
eckhardt has joined #ruby
schneider has joined #ruby
alfiemax has joined #ruby
poloych has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has quit [Ping timeout: 240 seconds]
poloych has quit [Ping timeout: 265 seconds]
poloych has joined #ruby
ramfjord has joined #ruby
schneider has joined #ruby
Omnilord has joined #ruby
donofrio has joined #ruby
ramfjord has quit [Ping timeout: 260 seconds]
schneider has quit [Ping timeout: 260 seconds]
ciscam has quit [Ping timeout: 260 seconds]
ciscam has joined #ruby
schneider has joined #ruby
dviola has quit [Quit: WeeChat 2.1]
cagomez has quit []
schneider has quit [Ping timeout: 264 seconds]
jdawgaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has joined #ruby
poloych has quit [Remote host closed the connection]
hammer has quit [Ping timeout: 276 seconds]
karapetyan has joined #ruby
sauvin has joined #ruby
schneider has quit [Ping timeout: 260 seconds]
imode has quit [Ping timeout: 265 seconds]
Azure has quit [Read error: Connection reset by peer]
Azure|dc has joined #ruby
hammer has joined #ruby
karapetyan has quit [Ping timeout: 260 seconds]
schneider has joined #ruby
imode has joined #ruby
hammer has quit [Ping timeout: 255 seconds]
hammer has joined #ruby
cagomez has joined #ruby
schneider has quit [Ping timeout: 260 seconds]
cagomez has quit [Read error: Connection reset by peer]
cagomez has joined #ruby
schneider has joined #ruby
cagomez has quit [Remote host closed the connection]
erlend has quit [Ping timeout: 260 seconds]
hammer has quit [Ping timeout: 276 seconds]
erlend has joined #ruby
hammer has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
schneider has joined #ruby
raggi has quit []
raggi has joined #ruby
hammer has quit [Ping timeout: 276 seconds]
schneider has quit [Ping timeout: 264 seconds]
hammer has joined #ruby
jcalla has quit [Ping timeout: 265 seconds]
schneider has joined #ruby
lelliott has quit [Remote host closed the connection]
lelliott has joined #ruby
lelliott has quit [Read error: Connection reset by peer]
lelliott has joined #ruby
imode has quit [Ping timeout: 264 seconds]
schneider has quit [Ping timeout: 264 seconds]
apparition has joined #ruby
lelliott has quit [Remote host closed the connection]
lelliott has joined #ruby
schneider has joined #ruby
lelliott has quit [Ping timeout: 260 seconds]
psychicist__ has joined #ruby
eckhardt has quit [Quit: Textual IRC Client: www.textualapp.com]
workmad3 has joined #ruby
Asher has quit [Ping timeout: 265 seconds]
KeyJoo has joined #ruby
reber has joined #ruby
KeyJoo has quit [Max SendQ exceeded]
KeyJoo has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
alex`` has joined #ruby
workmad3 has quit [Ping timeout: 256 seconds]
govg has joined #ruby
hammer has quit [Ping timeout: 260 seconds]
schneider has joined #ruby
hammer has joined #ruby
huyderman has quit [Remote host closed the connection]
phaul has joined #ruby
schneider has quit [Ping timeout: 260 seconds]
KeyJoo has quit [Ping timeout: 260 seconds]
schneider has joined #ruby
duderonomy has joined #ruby
shinnya has joined #ruby
schneider has quit [Ping timeout: 265 seconds]
schneider has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alfiemax has quit [Remote host closed the connection]
hammer has quit [Ping timeout: 276 seconds]
hammer has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
mtkd has quit []
Omnilord has quit [Quit: Something went wrong because I left.]
schneider has joined #ruby
Mia has quit [Ping timeout: 276 seconds]
jamesaxl has joined #ruby
suukim has joined #ruby
schneider has quit [Ping timeout: 256 seconds]
hammer has quit [Ping timeout: 276 seconds]
hammer has joined #ruby
mtkd has joined #ruby
schneider has joined #ruby
hammer has quit [Ping timeout: 255 seconds]
ramfjord has joined #ruby
schneider has quit [Ping timeout: 268 seconds]
hammer has joined #ruby
apparition has quit [Quit: Bye]
schneider has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
Asher has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
ianfleeton has joined #ruby
Asher has quit [Ping timeout: 256 seconds]
schneider has joined #ruby
hammer has quit [Ping timeout: 265 seconds]
hammer has joined #ruby
zapata_ has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
zapata has quit [Ping timeout: 256 seconds]
darkhanb has joined #ruby
schneider has joined #ruby
mjolnird has joined #ruby
mjolnird has quit [Remote host closed the connection]
hammer has quit [Ping timeout: 276 seconds]
Gabemo has quit [Ping timeout: 260 seconds]
mjolnird has joined #ruby
hammer has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
zapata_ has quit [Read error: Connection reset by peer]
zapata_ has joined #ruby
hammer has quit [Ping timeout: 245 seconds]
schneider has joined #ruby
ianfleeton has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hkais has joined #ruby
hammer has joined #ruby
BH23 has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
zapata has joined #ruby
hammer has quit [Ping timeout: 245 seconds]
zapata_ has quit [Ping timeout: 256 seconds]
schneider has joined #ruby
mikecmpbll has joined #ruby
BH23 has quit [Quit: Leaving]
hammer has joined #ruby
schneider has quit [Ping timeout: 260 seconds]
erlend has quit [Ping timeout: 256 seconds]
erlend has joined #ruby
schneider has joined #ruby
Dimik has quit []
schneider has quit [Ping timeout: 265 seconds]
BH23 has joined #ruby
schneider has joined #ruby
mtkd has quit [Read error: Connection reset by peer]
mtkd has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
ciscam has quit [Ping timeout: 260 seconds]
coderphive has quit [Quit: coderphive]
hammer has quit [Ping timeout: 260 seconds]
ciscam has joined #ruby
hammer has joined #ruby
schneider has joined #ruby
workmad3 has joined #ruby
karapetyan has joined #ruby
quobo has quit [Quit: Connection closed for inactivity]
schneider has quit [Ping timeout: 240 seconds]
alex`` has quit [Quit: WeeChat 2.1]
nadir has quit [Quit: Connection closed for inactivity]
workmad3 has quit [Ping timeout: 264 seconds]
karapetyan has quit [Ping timeout: 265 seconds]
n008f4g_ has joined #ruby
hammer has quit [Ping timeout: 245 seconds]
mikecmpbll has quit [Quit: inabit. zz.]
schneider has joined #ruby
biberu has joined #ruby
hammer has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
danguita has quit [Ping timeout: 260 seconds]
danguita has joined #ruby
schneider has joined #ruby
hammer has quit [Ping timeout: 260 seconds]
hammer has joined #ruby
sidx64 has joined #ruby
schneider has quit [Ping timeout: 276 seconds]
schneider has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has quit [Ping timeout: 268 seconds]
hammer has quit [Ping timeout: 276 seconds]
schneider has joined #ruby
schneider has quit [Ping timeout: 245 seconds]
hammer has joined #ruby
schneider has joined #ruby
hammer has quit [Ping timeout: 245 seconds]
Mia has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
amar has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
hammer has joined #ruby
schneider has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
clemens3_ has quit [Ping timeout: 268 seconds]
ur5us has joined #ruby
dionysus69 has joined #ruby
kapil___ has joined #ruby
schneider has joined #ruby
schneider has quit [Ping timeout: 255 seconds]
dionysus69 has quit [Ping timeout: 255 seconds]
hammer has quit [Ping timeout: 276 seconds]
schneider has joined #ruby
mikecmpbll has joined #ruby
ianfleeton has joined #ruby
hammer has joined #ruby
schneider has quit [Ping timeout: 255 seconds]
hammer has quit [Ping timeout: 276 seconds]
schneider has joined #ruby
nadir has joined #ruby
hammer has joined #ruby
sameerynho has joined #ruby
zapata has quit [Quit: WeeChat 2.1]
schneider has quit [Ping timeout: 264 seconds]
hammer has quit [Ping timeout: 260 seconds]
n008f4g_ has quit [Ping timeout: 265 seconds]
dionysus69 has joined #ruby
schneider has joined #ruby
hammer has joined #ruby
sidx64 has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
n008f4g_ has joined #ruby
schneider has joined #ruby
suukim has quit [Quit: Konversation terminated!]
madgen has joined #ruby
schneider has quit [Ping timeout: 260 seconds]
erlend has quit [Ping timeout: 265 seconds]
hammer has quit [Ping timeout: 245 seconds]
erlend has joined #ruby
schneider has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
hammer has joined #ruby
ur5us has quit [Read error: No route to host]
ur5us has joined #ruby
sameerynho has quit [Ping timeout: 276 seconds]
schneider has quit [Ping timeout: 256 seconds]
\void has joined #ruby
ianfleeton has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has joined #ruby
workmad3 has joined #ruby
sidx64 has quit [Read error: Connection reset by peer]
ianfleeton has joined #ruby
schneider has quit [Ping timeout: 256 seconds]
kies has quit [Read error: Connection reset by peer]
workmad3 has quit [Ping timeout: 268 seconds]
hammer has quit [Ping timeout: 276 seconds]
hammer has joined #ruby
oleo has quit [Quit: Leaving]
schneider has joined #ruby
hammer has quit [Ping timeout: 245 seconds]
hammer has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
leitz has joined #ruby
oleo has joined #ruby
ianfleeton has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hammer has quit [Ping timeout: 245 seconds]
schneider has joined #ruby
alfiemax has joined #ruby
ianfleeton has joined #ruby
schneider has quit [Ping timeout: 256 seconds]
hammer has joined #ruby
ur5us has quit [Remote host closed the connection]
schneider has joined #ruby
alfiemax has quit [Ping timeout: 256 seconds]
hammer has quit [Ping timeout: 245 seconds]
schneider has quit [Ping timeout: 256 seconds]
ianfleeton has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hammer has joined #ruby
schneider has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
leitz has quit [Quit: Nappy time]
schneider has joined #ruby
zapata has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
zmo has quit [Changing host]
zmo has joined #ruby
schneider has joined #ruby
sidx64 has joined #ruby
psychicist__ has quit [Quit: leaving]
hammer has quit [Ping timeout: 276 seconds]
alfiemax has joined #ruby
hammer has joined #ruby
schneider has quit [Ping timeout: 260 seconds]
mtkd has quit []
alfiemax has quit [Ping timeout: 260 seconds]
hammer has quit [Ping timeout: 245 seconds]
schneider has joined #ruby
\void has quit [Quit: So long, and thanks for all the fish.]
hammer has joined #ruby
schneider has quit [Ping timeout: 255 seconds]
leitz has joined #ruby
alex`` has joined #ruby
mtkd has joined #ruby
schneider has joined #ruby
CoolerY has joined #ruby
<CoolerY> hey
<CoolerY> can someone help me port this ruby code to python? https://paste.pound-python.org/show/cFJLJV4c0HWiVF5H82vp/
<CoolerY> i don't know ruby
mostlybadfly has joined #ruby
hammer has quit [Ping timeout: 260 seconds]
hammer has joined #ruby
<apeiros> CoolerY: if you have a concrete question, I'll try to answer it
schneider has quit [Ping timeout: 255 seconds]
<CoolerY> apeiros, well i got stuck here
<CoolerY> return Array.new(minmax.size) do |i|
<CoolerY> apparently do |i| is some sort of lambda function syntax?
tvw has joined #ruby
tvw has quit [Read error: Connection reset by peer]
alfiemax has joined #ruby
tvw has joined #ruby
\void has joined #ruby
<CoolerY> i got the gist of what the function is doing
atchoum has joined #ruby
hammer has quit [Ping timeout: 276 seconds]
schneider has joined #ruby
hammer has joined #ruby
alfiemax has quit [Ping timeout: 256 seconds]
schneider has quit [Ping timeout: 260 seconds]
schneider has joined #ruby
schneider has quit [Ping timeout: 256 seconds]
<apeiros> I probably should have said that I'm frequently afk, sorry CoolerY
AJA4350 has joined #ruby
<apeiros> Array.nwe(minmax.size) creates a new array of length minmax.size
<apeiros> and yes, `do |i| … end` is like a lambda
<apeiros> i will go from 0 to minmax.size-1
<apeiros> it's invoked minmax.size time, i.e. once for every element in the new array
<apeiros> >> Array.new(5) { |i| i**2 }
<ruby[bot]> apeiros: # => [0, 1, 4, 9, 16] (https://eval.in/988155)
schneider has joined #ruby
<apeiros> &ri Array.new CoolerY
houhoulis has joined #ruby
hammer has quit [Ping timeout: 276 seconds]
hammer has joined #ruby
schneider has quit [Ping timeout: 268 seconds]
<CoolerY> apeiros, what does this line do? child[:strategy] << s_old + random_gaussian() * s_old.abs**0.5
<CoolerY> is it assigning to child.strategy?
unreal has quit [Ping timeout: 256 seconds]
<CoolerY> can you explain the mutate function?
despai has joined #ruby
<CoolerY> i understand the idea but line 30 is confusing
<CoolerY> does << append to the list?
<CoolerY> actually that makes sense
despai has quit [Client Quit]
schneider has joined #ruby
hammer has quit [Ping timeout: 276 seconds]
erlend has quit [Ping timeout: 256 seconds]
nadir has quit [Quit: Connection closed for inactivity]
erlend has joined #ruby
unreal has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
hammer has joined #ruby
dionysus69 has quit [Quit: dionysus69]
jdawgaz has joined #ruby
workmad3 has joined #ruby
atchoum has quit [Ping timeout: 240 seconds]
roshanavand has joined #ruby
schneider has joined #ruby
hammer has quit [Ping timeout: 260 seconds]
workmad3 has quit [Ping timeout: 256 seconds]
klaas has joined #ruby
<apeiros> CoolerY: << is a method and depends on the receiver (the object you call it on)
schneider has quit [Ping timeout: 240 seconds]
<apeiros> but one of the most common cases is Array#<< which is push (just limited to a single element)
<apeiros> &ri Array#<<
hammer has joined #ruby
<apeiros> ** is exponentiation
<apeiros> child is a Hash (I believe you call it dict in python)
<apeiros> :strategy is a symbol (a mix between a number and a string, you can mostly treat it like a string, just that it's of a different class)
jeffreylevesque has joined #ruby
schneider has joined #ruby
dr3w_ has joined #ruby
<phaul> it's also not the cleanest ruby code which make it a bit more difficult to understand
<phaul> they are overusing hashes...
ryzokuken has quit [Remote host closed the connection]
<phaul> I wouldn't go for a "straight" rewrite, once the algorithm is understood, I think you should ditch this code :)
schneider has quit [Ping timeout: 265 seconds]
<apeiros> phaul: they're porting it to python
alfiemax has joined #ruby
Psybur has joined #ruby
schneider has joined #ruby
sidx64_ has joined #ruby
sidx64 has quit [Ping timeout: 240 seconds]
roshanavand has quit [Quit: Leaving.]
hammer has quit [Ping timeout: 276 seconds]
roshanavand has joined #ruby
hammer has joined #ruby
schneider has quit [Ping timeout: 276 seconds]
raynold has quit [Quit: Connection closed for inactivity]
ur5us has joined #ruby
John_Ivan has joined #ruby
John_Ivan has joined #ruby
John_Ivan has quit [Changing host]
schneider has joined #ruby
hammer has quit [Ping timeout: 255 seconds]
ur5us has quit [Ping timeout: 276 seconds]
schneider has quit [Ping timeout: 264 seconds]
hammer has joined #ruby
schneider has joined #ruby
warbaque has left #ruby [#ruby]
schneider has quit [Ping timeout: 264 seconds]
hammer has quit [Ping timeout: 245 seconds]
schneider has joined #ruby
suukim has joined #ruby
hammer has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
schneider has joined #ruby
unreal_ has joined #ruby
hammer has quit [Ping timeout: 276 seconds]
Asher has joined #ruby
unreal has quit [Ping timeout: 260 seconds]
hammer has joined #ruby
alfiemax has quit [Remote host closed the connection]
schneider has quit [Ping timeout: 256 seconds]
Asher has quit [Ping timeout: 264 seconds]
schneider has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
hammer has quit [Ping timeout: 245 seconds]
hammer has joined #ruby
schneider has joined #ruby
Burgestrand has quit [Quit: Closing time!]
Burgestrand has joined #ruby
dr3w_ has joined #ruby
dionysus69 has joined #ruby
schneider has quit [Ping timeout: 268 seconds]
CoolerY has quit [Quit: Leaving]
psychicist__ has joined #ruby
hammer has quit [Ping timeout: 260 seconds]
hammer has joined #ruby
schneider has joined #ruby
karapetyan has joined #ruby
duderonomy has joined #ruby
schneider has quit [Ping timeout: 256 seconds]
hammer has quit [Ping timeout: 245 seconds]
karapetyan has quit [Ping timeout: 260 seconds]
hammer has joined #ruby
alfiemax has joined #ruby
sameerynho has joined #ruby
amar has quit [Remote host closed the connection]
alfiemax_ has joined #ruby
dr3w_ has joined #ruby
dionysus69 has quit [Remote host closed the connection]
dionysus69 has joined #ruby
schneider has joined #ruby
hammer has quit [Ping timeout: 245 seconds]
alfiemax has quit [Ping timeout: 245 seconds]
alfiemax_ has quit [Read error: Connection reset by peer]
alfiemax has joined #ruby
schneider has quit [Ping timeout: 256 seconds]
hammer has joined #ruby
schneider has joined #ruby
alfiemax_ has joined #ruby
Asher has joined #ruby
amar has joined #ruby
alfiemax has quit [Ping timeout: 276 seconds]
konsolebox_ has joined #ruby
alex`` has quit [Ping timeout: 268 seconds]
konsolebox has quit [Ping timeout: 240 seconds]
schneider has quit [Ping timeout: 268 seconds]
Asher has quit [Ping timeout: 255 seconds]
kurko_ has joined #ruby
herbmillerjr has joined #ruby
hammer has quit [Ping timeout: 276 seconds]
schneider has joined #ruby
hammer has joined #ruby
kurko_ has quit [Ping timeout: 276 seconds]
govg has quit [Ping timeout: 260 seconds]
amar has quit [Remote host closed the connection]
govg has joined #ruby
workmad3 has joined #ruby
Asher has joined #ruby
amar has joined #ruby
alfiemax_ has quit [Remote host closed the connection]
hammer has quit [Ping timeout: 265 seconds]
basic has joined #ruby
<basic> HELLO
tomphp has joined #ruby
<basic> how can i do: x=3;eval "puts x"
<basic> OH THAT ALREADY WORKS
schneider has quit [Ping timeout: 240 seconds]
erlend has quit [Ping timeout: 240 seconds]
workmad3 has quit [Ping timeout: 260 seconds]
kurko_ has joined #ruby
erlend has joined #ruby
alfiemax has joined #ruby
<basic> but what if i want to have that local inside a block, i give to a class method of a class
<basic> to avoid xy: i try to have something like rakefiles that only contain stuff like "config { |x| x.a = 3 }"
leitz has quit [Quit: Nappy time]
<basic> and my approach to use them is to class_eval the content of the file
schneider has joined #ruby
<basic> which works fine, until i try to put data from outside into it
oleo has quit [Remote host closed the connection]
<basic> if i was about to: "Object.class_eval { y = 3; eval "config { |x| x.a = y}" }
<basic> it doesn't work anymore, can anyone help with that?
oleo has joined #ruby
<basic> and is class_eval { eval "" } the same as class_eval("")
schneider has quit [Ping timeout: 260 seconds]
hammer has joined #ruby
chihhsin has quit [Quit: leaving]
ard3553 has joined #ruby
chihhsin has joined #ruby
herbmillerjr has quit [Quit: Konversation terminated!]
schneider has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<ard3553> If I want to dispatch a method by string using `send`, that may have 0 or 1 arguments, is there a clean way to do that without defining all of these methods with a potentially unused argument (defaulting to nil, for example)?
dr3w_ has joined #ruby
hammer has quit [Ping timeout: 276 seconds]
roshanavand has quit [Ping timeout: 255 seconds]
<apeiros> ard3553: you should use public_send, not send
<ard3553> Does that solve the problem?
<apeiros> and I'm not sure what you're asking
<apeiros> no, public_send just avoids that you accidentally invoke private methods
ard3553 has quit [Quit: Page closed]
<apeiros> re your question - are you asking how to define a method or how to invoke a method?
schneider has quit [Ping timeout: 260 seconds]
chihhsin has quit [Quit: leaving]
chihhsin has joined #ruby
schneider has joined #ruby
ur5us has joined #ruby
ianfleeton has joined #ruby
chouhoulis has joined #ruby
coderphive has joined #ruby
ur5us has quit [Ping timeout: 240 seconds]
schneider has quit [Ping timeout: 256 seconds]
chihhsin has quit [Quit: leaving]
macduck has joined #ruby
kurko_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has joined #ruby
ryzokuken has joined #ruby
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby
schneider has quit [Ping timeout: 256 seconds]
chihhsin has joined #ruby
chihhsin has quit [Client Quit]
inerthia has joined #ruby
mtkd has quit [Ping timeout: 264 seconds]
inerthia has quit [Client Quit]
hammer has joined #ruby
<havenwood> seems they left
chouhoulis has quit [Ping timeout: 240 seconds]
<havenwood> I guess ard was asking how to check method arity?
<havenwood> Dunno!
tomphp has joined #ruby
mtkd has joined #ruby
schneider has joined #ruby
beremenushka has quit [Quit: Leaving]
tomphp has quit [Client Quit]
<konsolebox_> basic: how does it not work?
ianfleeton has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has quit [Ping timeout: 264 seconds]
hammer has quit [Ping timeout: 245 seconds]
beremenushka has joined #ruby
schneider has joined #ruby
Mike11 has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
karapetyan has joined #ruby
schneider has joined #ruby
karapetyan has quit [Remote host closed the connection]
apparition has joined #ruby
hkais has quit [Ping timeout: 264 seconds]
schneider has quit [Ping timeout: 240 seconds]
karapetyan has joined #ruby
DTZUZO has quit [Read error: Connection reset by peer]
Azure|dc has quit [Read error: Connection reset by peer]
Azure has joined #ruby
herbmillerjr has joined #ruby
schneider has joined #ruby
<basic> konsolebox_: well, try it exactly how i descirbed it, the class method does not see the local variables outside of it
<basic> guessing.. that's how it ise.. i ended up adding the data into the constructor
<basic> guess my design was just wrong
alfiemax has quit [Remote host closed the connection]
theRoUS has quit [Ping timeout: 240 seconds]
<basic> can i call a method with predefined locals? because thats kinda what i want(ed)
nadir has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
orbyt_ has joined #ruby
alfiemax has joined #ruby
dr3w_ has joined #ruby
marr has joined #ruby
schneider has joined #ruby
Asher has quit [Ping timeout: 240 seconds]
marr has quit [Remote host closed the connection]
sidx64_ has quit [Ping timeout: 260 seconds]
schneider has quit [Ping timeout: 240 seconds]
Asher has joined #ruby
tomphp has joined #ruby
schneider has joined #ruby
chihhsin has joined #ruby
schneider has quit [Ping timeout: 256 seconds]
<konsolebox_> basic: this prints 1: https://bpaste.net/show/279a6283d5fc
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has joined #ruby
darkhanb has joined #ruby
schneider has quit [Ping timeout: 268 seconds]
schneider has joined #ruby
mjolnird has quit [Remote host closed the connection]
govg has quit [Ping timeout: 256 seconds]
govg has joined #ruby
schneider has quit [Ping timeout: 265 seconds]
apparition has quit [Quit: Bye]
workmad3 has joined #ruby
c0ncealed1 has quit [Remote host closed the connection]
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
c0ncealed1 has joined #ruby
schneider has joined #ruby
workmad3 has quit [Ping timeout: 260 seconds]
jdawgaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dwcraig has quit [Quit: Leaving]
DeathRay1977 has joined #ruby
noobineer has quit [Remote host closed the connection]
noobineer has joined #ruby
jdawgaz has joined #ruby
erlend has quit [Ping timeout: 240 seconds]
DeathRay1977 has quit []
erlend has joined #ruby
poloych has joined #ruby
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
RougeR has quit [Ping timeout: 264 seconds]
kurko_ has joined #ruby
alex`` has joined #ruby
mroutis has joined #ruby
AndBobsYourUncle has joined #ruby
ur5us has joined #ruby
ur5us has quit [Ping timeout: 256 seconds]
sameerynho has quit [Ping timeout: 240 seconds]
BTRE has quit [Ping timeout: 264 seconds]
workmad3 has joined #ruby
BTRE has joined #ruby
sidx64 has joined #ruby
houhoulis has quit []
sidx64 has quit [Read error: Connection reset by peer]
jdawgaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Mike111 has joined #ruby
macduck has quit [Remote host closed the connection]
Mike111 has quit [Client Quit]
Mike11 has quit [Ping timeout: 240 seconds]
mtkd has quit [Ping timeout: 264 seconds]
icarus has joined #ruby
mtkd has joined #ruby
unreal_ has quit [Ping timeout: 260 seconds]
unreal has joined #ruby
cagomez has joined #ruby
jdawgaz has joined #ruby
imode has joined #ruby
Mike11 has joined #ruby
Mike11 has quit [Max SendQ exceeded]
nicosmaris has joined #ruby
Strepsils has joined #ruby
sylario has quit [Quit: Connection closed for inactivity]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomphp has joined #ruby
tomphp has quit [Client Quit]
tomphp has joined #ruby
tomphp has quit [Client Quit]
tvw has quit []
sidx64 has joined #ruby
suukim has quit [Quit: Konversation terminated!]
nicosmaris has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
alfiemax has quit [Ping timeout: 268 seconds]
alfiemax has joined #ruby
sidx64 has quit [Client Quit]
amar has quit [Remote host closed the connection]
KeyJoo has joined #ruby
bmurt has joined #ruby
KeyJoo has quit [Max SendQ exceeded]
KeyJoo has joined #ruby
houhoulis has joined #ruby
banisterfiend has joined #ruby
<banisterfiend> does anyone know an official freenode chan for vscode?
gokhan1 has joined #ruby
gokhan1 has quit [Client Quit]
woodruffw has quit [Ping timeout: 256 seconds]
Yzguy has joined #ruby
woodruffw has joined #ruby
woodruffw has joined #ruby
oleo has quit [Remote host closed the connection]
oleo has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jdawgaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jdawgaz has joined #ruby
jdawgaz has quit [Client Quit]
jdawgaz has joined #ruby
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
basic has quit [Ping timeout: 240 seconds]
zautomata2 has quit [Quit: WeeChat 1.9.1]
alfiemax has quit [Remote host closed the connection]
zautomata has joined #ruby
basic has joined #ruby
\void has quit [Quit: So long, and thanks for all the fish.]
despai has joined #ruby
r3kz has quit []
\void has joined #ruby
alfiemax has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
basic has quit [Ping timeout: 268 seconds]
dionysus69 has quit [Quit: dionysus69]
Mike11 has joined #ruby
mgraf has joined #ruby
venmx has joined #ruby
DenSchub has quit [Read error: Connection reset by peer]
mgraf has quit [Client Quit]
erlend has quit [Ping timeout: 260 seconds]
erlend has joined #ruby
jdawgaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ur5us has joined #ruby
ged_ has joined #ruby
mahlon_ has joined #ruby
DenSchub has joined #ruby
ged has quit [Ping timeout: 260 seconds]
mahlon has quit [Ping timeout: 260 seconds]
ged_ is now known as ged
alfiemax has quit [Remote host closed the connection]
coderphive has quit [Quit: coderphive]
ur5us has quit [Ping timeout: 264 seconds]
karapetyan has quit [Remote host closed the connection]
banisterfiend has joined #ruby
cagomez_ has joined #ruby
karapetyan has joined #ruby
alfiemax has joined #ruby
cagomez has quit [Ping timeout: 256 seconds]
jdawgaz has joined #ruby
cagomez_ has quit [Remote host closed the connection]
Yzguy has quit [Quit: Zzz...]
alfiemax has quit [Ping timeout: 255 seconds]
mgraf has joined #ruby
imode has quit [Ping timeout: 264 seconds]
mgraf has quit [Client Quit]
despai has quit [Quit: ...]
schneider has quit [Ping timeout: 240 seconds]
schneider has joined #ruby
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has quit [Ping timeout: 264 seconds]
imode has joined #ruby
mgraf has joined #ruby
schneider has joined #ruby
banisterfiend has joined #ruby
mgraf has quit [Client Quit]
schneider has quit [Ping timeout: 240 seconds]
AndBobsYourUncle has quit [Ping timeout: 260 seconds]
alfiemax has joined #ruby
ciscam has quit [Ping timeout: 260 seconds]
cagomez has joined #ruby
despai has joined #ruby
karapetyan has quit [Remote host closed the connection]
ciscam has joined #ruby
schneider has joined #ruby
alfiemax has quit [Ping timeout: 276 seconds]
ta_ has quit [Remote host closed the connection]
schneider has quit [Ping timeout: 264 seconds]
cagomez has quit [Remote host closed the connection]
mtkd has quit [Read error: Connection reset by peer]
cagomez has joined #ruby
mtkd has joined #ruby
schneider has joined #ruby
cagomez has quit [Ping timeout: 265 seconds]
lelliott has joined #ruby
schneider has quit [Ping timeout: 265 seconds]
schneider has joined #ruby
despai has quit [Quit: ...]
kaawaa has quit [Ping timeout: 240 seconds]
kaawaa has joined #ruby
sagax has quit [Ping timeout: 264 seconds]
kurko_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dstrunk has joined #ruby
schneider has quit [Ping timeout: 260 seconds]
Yxhuvud has quit [Read error: Connection reset by peer]
Toasttifyy2 has joined #ruby
crankharder has quit [Ping timeout: 264 seconds]
schneider has joined #ruby
anisha has joined #ruby
shinnya has quit [Ping timeout: 260 seconds]
Yxhuvud has joined #ruby
kaawaa has quit [Read error: Connection reset by peer]
schneider has quit [Ping timeout: 264 seconds]
ciscam has quit [Ping timeout: 276 seconds]
kaawaa has joined #ruby
ciscam has joined #ruby
lelliott has quit [Remote host closed the connection]
lelliott has joined #ruby
schneider has joined #ruby
crankharder has joined #ruby
ta_ has joined #ruby
lelliott has quit [Ping timeout: 264 seconds]
schneider has quit [Ping timeout: 240 seconds]
despai has joined #ruby
poloych has quit [Remote host closed the connection]
geekoncoffee has joined #ruby
geekoncoffee has quit [Remote host closed the connection]
schneider has joined #ruby
schneider has quit [Ping timeout: 265 seconds]
schneider has joined #ruby
basic has joined #ruby
nowhereman_ has quit [Remote host closed the connection]
schneider has quit [Ping timeout: 260 seconds]
nowhereman_ has joined #ruby
ta_ has quit [Remote host closed the connection]
schneider has joined #ruby
alex`` has quit [Quit: WeeChat 2.1]
nowhereman_ has quit [Remote host closed the connection]
nowhereman_ has joined #ruby
Cleverson has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
ur5us has joined #ruby
sidx64_ has joined #ruby
schneider has joined #ruby
Mike11 has quit [Quit: Leaving.]
despai has quit [Quit: ...]
nowhereman_ has quit [Remote host closed the connection]
amar has joined #ruby
dstrunk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bonhoeffer has joined #ruby
nowhereman_ has joined #ruby
Cleverson has quit [Quit: Miranda NG! Smaller, Faster, Easier. https://miranda-ng.org/]
schneider has quit [Ping timeout: 240 seconds]
imode has quit [Ping timeout: 268 seconds]
char_var[buffer] has joined #ruby
erlend has quit [Ping timeout: 276 seconds]
schneider has joined #ruby
nowhere_man has joined #ruby
erlend has joined #ruby
nowhereman_ has quit [Ping timeout: 256 seconds]
alfiemax has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
cagomez has joined #ruby
anisha has quit [Quit: This computer has gone to sleep]
alfiemax has quit [Ping timeout: 256 seconds]
schneider has joined #ruby
armyriad has quit [Ping timeout: 260 seconds]
schneider has quit [Ping timeout: 240 seconds]
armyriad has joined #ruby
schneider has joined #ruby
Ltem has joined #ruby
Ltem has quit [Remote host closed the connection]
karapetyan has joined #ruby
venmx has quit [Ping timeout: 256 seconds]
zzxc has joined #ruby
schneider has quit [Ping timeout: 276 seconds]
karapetyan has quit [Ping timeout: 260 seconds]
schneider has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
KeyJoo has quit [Remote host closed the connection]
mroutis has quit [Ping timeout: 256 seconds]
ta_ has joined #ruby
ellcs has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
amar has quit [Remote host closed the connection]
schneider has joined #ruby
venmx has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
amar has joined #ruby
amar has quit [Remote host closed the connection]
amar has joined #ruby
schneider has joined #ruby
mtkd has quit [Ping timeout: 265 seconds]
nicesignal has quit [Remote host closed the connection]
nicesignal has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
zautomata has quit [Changing host]
zautomata has joined #ruby
schneider has joined #ruby
VladGh has quit [Ping timeout: 260 seconds]
nadir has quit [Quit: Connection closed for inactivity]
schneider has quit [Ping timeout: 260 seconds]
dviola has joined #ruby
kent\n has joined #ruby
schneider has joined #ruby
noobineer has quit [Ping timeout: 276 seconds]
VladGh has joined #ruby
Dimik has joined #ruby
jamesaxl has quit [Read error: Connection reset by peer]
jamesaxl has joined #ruby
Puffball has joined #ruby
schneider has quit [Ping timeout: 265 seconds]
schneider has joined #ruby
m27frogy has quit [Ping timeout: 255 seconds]
noobineer has joined #ruby
m27frogy has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
n008f4g_ has quit [Ping timeout: 260 seconds]
sameerynho has joined #ruby
psychicist__ has quit [Ping timeout: 260 seconds]
Burgestrand has quit [Quit: Closing time!]
biberu has quit []
orbyt_ has joined #ruby
schneider has joined #ruby
alfiemax has joined #ruby
schneider has quit [Ping timeout: 276 seconds]
Antiarc has quit [Ping timeout: 260 seconds]
Antiarc has joined #ruby
alfiemax has quit [Ping timeout: 268 seconds]
Antiarc has quit [Read error: Connection reset by peer]
John_Ivan has quit [Read error: Connection reset by peer]
Antiarc has joined #ruby
schneider has joined #ruby
coderphive has joined #ruby
ta_ has quit [Ping timeout: 260 seconds]
ta_ has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
schneider has joined #ruby
bmurt has joined #ruby
ur5us has quit [Remote host closed the connection]
jdawgaz has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has quit [Ping timeout: 240 seconds]
pskosinski has quit [Quit: http://nowyobywatel.pl - Pismo na rzecz sprawiedliwo?ci spo?ecznej]
pskosinski has joined #ruby
schneider has joined #ruby
jdawgaz has joined #ruby
houhoulis has quit []
schneider has quit [Ping timeout: 268 seconds]
amar has quit [Remote host closed the connection]
AJA4350 has quit [Ping timeout: 265 seconds]
Burgestrand has joined #ruby
ellcs has quit [Ping timeout: 276 seconds]
schneider has joined #ruby
karapetyan has joined #ruby
sidx64_ has quit [Ping timeout: 255 seconds]
schneider has quit [Ping timeout: 256 seconds]
amar has joined #ruby
reber has quit [Read error: Connection reset by peer]
erlend has quit [Ping timeout: 264 seconds]
bmurt has quit [Ping timeout: 264 seconds]
schneider has joined #ruby
erlend has joined #ruby
amar has quit [Remote host closed the connection]
ta_ has quit [Ping timeout: 265 seconds]
schneider has quit [Ping timeout: 265 seconds]
bmurt has joined #ruby
Yzguy has joined #ruby
venmx has quit [Ping timeout: 256 seconds]
schneider has joined #ruby
stairmast0r has quit [Quit: bye]
stairmast0r has joined #ruby
ta_ has joined #ruby
DenSchub_ has joined #ruby
DenSchub has quit [Ping timeout: 276 seconds]
DenSchub_ is now known as DenSchub
schneider has quit [Ping timeout: 264 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has joined #ruby
schneider has quit [Ping timeout: 256 seconds]
darkhanb has joined #ruby
mgraf has joined #ruby
mgraf has quit [Client Quit]
darkhanb has quit [Client Quit]
schneider has joined #ruby
darkhanb has joined #ruby
AJA4350 has joined #ruby
sameerynho has quit [Ping timeout: 268 seconds]
darkhanb has quit [Client Quit]
amar has joined #ruby
amar has quit [Remote host closed the connection]
schneider has quit [Ping timeout: 240 seconds]
imode has joined #ruby
schneider has joined #ruby
Yzguy has quit [Quit: Zzz...]
phaul has quit [Ping timeout: 265 seconds]
cagomez has quit [Remote host closed the connection]
schneider has quit [Ping timeout: 264 seconds]
yuuji has joined #ruby
kies has joined #ruby
ta_ has quit [Ping timeout: 264 seconds]
schneider has joined #ruby
yuuji has quit [Quit: Leaving]
mroutis has joined #ruby
amar has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
ta_ has joined #ruby
coderphive has quit [Read error: Connection reset by peer]
schneider has joined #ruby
raynold has joined #ruby
Puffball has quit [Remote host closed the connection]
Puffball has joined #ruby
schneider has quit [Ping timeout: 256 seconds]
pabs has quit [Ping timeout: 256 seconds]
|ifei5g00d has joined #ruby
schneider has joined #ruby
phate408 has quit [Remote host closed the connection]
schneider has quit [Ping timeout: 264 seconds]
\void has quit [Quit: So long, and thanks for all the fish.]
schneider has joined #ruby
Burgestrand has quit [Quit: Closing time!]
DTZUZO has joined #ruby
Burgestrand has joined #ruby
Burgestrand has quit [Client Quit]
ryzokuken has quit [Remote host closed the connection]
schneider has quit [Ping timeout: 264 seconds]