havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.5.3, 2.4.5, 2.3.8, 2.6.0-preview3: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.de/ and select ruby as the language | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | Can't talk? Register/identify with Nickserv first!
bambanx has joined #ruby
Puffball has quit [Remote host closed the connection]
bak1an has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has quit [Quit: The system is going down for reboot NOW!]
SeepingN has joined #ruby
Puffball has joined #ruby
perique has joined #ruby
tdy has joined #ruby
Renich has quit [Quit: Renich]
Renich has joined #ruby
Renich has quit [Client Quit]
Renich has joined #ruby
mynameisdebian has joined #ruby
sarink has quit []
arescorpio has joined #ruby
sgen has quit [Ping timeout: 250 seconds]
graphene has quit [Remote host closed the connection]
Blaguvest has quit []
graphene has joined #ruby
Fridtjof has quit [Ping timeout: 268 seconds]
akem has joined #ruby
jaddison has quit [Quit: jaddison]
eckhardt_ has quit [Quit: Textual IRC Client: www.textualapp.com]
akem has quit [Remote host closed the connection]
akem has joined #ruby
nchambers has joined #ruby
uplime has quit [Ping timeout: 268 seconds]
sanscoeu_ has joined #ruby
perique has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eckhardt_ has joined #ruby
tdy has quit [Ping timeout: 250 seconds]
sanscoeur has quit [Ping timeout: 268 seconds]
sanscoeu_ has quit [Ping timeout: 268 seconds]
Freshnuts has quit [Ping timeout: 240 seconds]
mynameisdebian has quit [Ping timeout: 256 seconds]
nadir has joined #ruby
bambanx has quit [Quit: Leaving]
eckhardt_ has quit [Quit: Textual IRC Client: www.textualapp.com]
phaul has quit [Ping timeout: 250 seconds]
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
Azure has quit [Ping timeout: 244 seconds]
Azure has joined #ruby
Renich has quit [Quit: Renich]
Renich has joined #ruby
sgen has joined #ruby
Renich has quit [Client Quit]
Renich has joined #ruby
<desnudopenguino> baweaver: that was like aesop's fable worthy. you wrapped some learning into a fun story.
roshanavand has quit [Remote host closed the connection]
cnsvc_ has quit [Ping timeout: 256 seconds]
arescorpio has quit [Remote host closed the connection]
Renich has quit [Quit: Renich]
Renich has joined #ruby
Renich has quit [Client Quit]
Renich has joined #ruby
Fusl has quit [Excess Flood]
Fusl has joined #ruby
akem has quit [Remote host closed the connection]
akem has joined #ruby
Fridtjof has joined #ruby
cnsvc_ has joined #ruby
ghormoon has quit [Ping timeout: 240 seconds]
cthulchu_ has quit [Ping timeout: 268 seconds]
sgen has quit [Remote host closed the connection]
ghormoon has joined #ruby
jottr has quit [Ping timeout: 246 seconds]
dviola has quit [Quit: WeeChat 2.3]
ghormoon has quit [Ping timeout: 250 seconds]
hurricanehrndz has quit [Excess Flood]
eclm has quit [Read error: Connection reset by peer]
hurricanehrndz has joined #ruby
SeepingN has quit [Ping timeout: 240 seconds]
akem has quit [Remote host closed the connection]
akem has joined #ruby
ghormoon has joined #ruby
arand has quit [Ping timeout: 252 seconds]
arand has joined #ruby
jottr has joined #ruby
jottr has quit [Ping timeout: 246 seconds]
mangold has quit [Ping timeout: 252 seconds]
mangold has joined #ruby
rawrg has quit [Remote host closed the connection]
rawrg has joined #ruby
houhoulis has joined #ruby
sgen has joined #ruby
AJA4350 has quit [Quit: AJA4350]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cmhobbs has quit [Ping timeout: 250 seconds]
orbyt_ has joined #ruby
ghormoon has quit [Ping timeout: 250 seconds]
lunorian has joined #ruby
gix has quit [Ping timeout: 250 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<lunorian> I'm learning Ruby and have a question about the `do` and `end` keywords. When defining a class I can type `class Person` and `end` but not include a `do` keyword. When is the `do` keyword required?
\void has quit [Quit: So long, and thanks for all the fish.]
Nicmavr has quit [Read error: Connection reset by peer]
akem has quit [Remote host closed the connection]
akem has joined #ruby
Nicmavr has joined #ruby
mangold has quit [Ping timeout: 252 seconds]
cd has quit [Quit: cd]
jaddison has joined #ruby
mangold has joined #ruby
cnsvc_ has quit [Ping timeout: 256 seconds]
<Iambchop> lunorian: "Ruby blocks are little anonymous functions that can be passed into methods. Blocks are enclosed in a do / end statement or between brackets {}" https://www.rubyguides.com/2016/02/ruby-procs-and-lambdas/#Understanding_Ruby_Blocks
cnsvc_ has joined #ruby
<lunorian> Are class declarations different than blocks?
mangold has quit [Ping timeout: 252 seconds]
cnsvc_ has quit [Ping timeout: 256 seconds]
<Iambchop> e.g. "[1,2,3].each do |n| puts n; end" or "[1,2,3].each{|n| puts n}": the do/end (or {}) is an anonymous function passed into the each method
<lunorian> So I'm understanding how to use them, I'm more interesting in why the `do` keyword isn't required for Class declarations
orbyt_ has joined #ruby
braincrash has quit [Quit: bye bye]
Renich has quit [Quit: Renich]
Renich has joined #ruby
Renich has quit [Remote host closed the connection]
cnsvc_ has joined #ruby
Renich has joined #ruby
<Iambchop> I think that if it was "class Foo(a,b,c) do" the do keyword would be wasted and not provide any new info when parsing/reading the code that the class keyword didn't already provide. :)
roshanavand has joined #ruby
braincrash has joined #ruby
<Iambchop> Oh, I meant "class Foo do" or "def bar(a,b,c) do" there but squished them together. :-)
sgen has quit [Remote host closed the connection]
<lunorian> it's a matter of `Class Foo do` vs `Class Foo`
<lunorian> and why do isn't required for it but is possible to use it
cnsvc_ has quit [Ping timeout: 256 seconds]
roshanavand has quit [Ping timeout: 268 seconds]
Renich has quit [Quit: Renich]
Renich has joined #ruby
Renich has quit [Client Quit]
Renich has joined #ruby
mangold has joined #ruby
<Iambchop> What do you mean by "is possible to use it"? It's not posdible; "class Foo do" errors out. (There is a way to create an anonymous class that does not use the class keyword, but does use the do keyword; I was leaving that out because I didn't want to complicate matters.)
<lunorian> oh okay
tdy has joined #ruby
jottr has joined #ruby
jottr has quit [Ping timeout: 240 seconds]
cnsvc_ has joined #ruby
<Iambchop> If you've seen code that used "Class.new do" that was an anonymous class. The do keyword is used there because it's actually passing a block to the "new" method. But, "normal" methods just use the class keyword.
<Iambchop> of course that should read "normal *classes*" :-)
<lunorian> thanks for the info
<lunorian> I'm going to read all of those blog posts in the morning
<lunorian> it's late here so I'm exiting for the night
<lunorian> have fun everyone :)
lunorian has quit [Quit: sleepy time :heart:]
tjmcginnis has joined #ruby
houhoulis has quit []
kapil____ has quit [Quit: Connection closed for inactivity]
orpl has quit [Ping timeout: 260 seconds]
SCHAPiE has quit [Quit: ZNC - https://znc.in]
SCHAPiE has joined #ruby
jaddison has quit [Quit: jaddison]
tjmcginnis has quit [Quit: Textual IRC Client: www.textualapp.com]
rippa has joined #ruby
mangold has quit [Ping timeout: 252 seconds]
za1b1tsu has joined #ruby
armyriad has quit [Read error: Connection reset by peer]
mangold has joined #ruby
al2o3-cr has quit [Ping timeout: 246 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orbyt_ has joined #ruby
orbyt_ has quit [Client Quit]
mangold has quit [Ping timeout: 260 seconds]
mangold has joined #ruby
jottr has joined #ruby
mangold has quit [Ping timeout: 252 seconds]
jottr has quit [Ping timeout: 250 seconds]
kapil____ has joined #ruby
nadir has quit [Quit: Connection closed for inactivity]
roshanavand has joined #ruby
akem has quit [Remote host closed the connection]
akem has joined #ruby
dbz has joined #ruby
akem has quit [Remote host closed the connection]
akem has joined #ruby
za1b1tsu has quit [Ping timeout: 250 seconds]
za1b1tsu has joined #ruby
Tom-_ has quit [Ping timeout: 250 seconds]
reber has joined #ruby
Renich has quit [Quit: Renich]
Renich has joined #ruby
Renich has quit [Client Quit]
Renich has joined #ruby
dbz has quit [Remote host closed the connection]
dbz has joined #ruby
alem0lars has joined #ruby
za1b1tsu has quit [Ping timeout: 250 seconds]
reber has quit [Remote host closed the connection]
Tom-_ has joined #ruby
Renich has quit [Quit: Renich]
Renich has joined #ruby
Renich has quit [Client Quit]
Renich has joined #ruby
akem has quit [Remote host closed the connection]
akem has joined #ruby
dbz has quit [Remote host closed the connection]
dbz has joined #ruby
alem0lars has quit [Ping timeout: 250 seconds]
cnsvc_ has quit [Ping timeout: 256 seconds]
dellavg_ has joined #ruby
Renich has quit [Quit: Renich]
Renich has joined #ruby
cnsvc_ has joined #ruby
dbz has quit [Remote host closed the connection]
Renich has quit [Quit: Renich]
Renich has joined #ruby
danguita has joined #ruby
jottr has joined #ruby
waheedi has joined #ruby
jottr has quit [Ping timeout: 250 seconds]
cnsvc_ has quit [Ping timeout: 256 seconds]
nicesignal has quit [Remote host closed the connection]
nicesignal has joined #ruby
lxsameer has joined #ruby
alem0lars has joined #ruby
<baweaver> &>> 'test'
<rubydoc> # => "test" (https://carc.in/#/r/5o2y)
<baweaver> &> 'test'
<baweaver> havenwood save me
paraxial has joined #ruby
jcarl43 has quit [Quit: WeeChat 2.3]
paraxial has quit [Quit: The Lounge - https://thelounge.github.io]
paraxial has joined #ruby
cnsvc_ has joined #ruby
DTZUZO has quit [Ping timeout: 272 seconds]
Renich has quit [Quit: Renich]
Renich has joined #ruby
conta has joined #ruby
za1b1tsu has joined #ruby
LinuxKnight has quit [Remote host closed the connection]
LinuxKnight has joined #ruby
jottr has joined #ruby
eckhardt has quit [Quit: Textual IRC Client: www.textualapp.com]
venmx has joined #ruby
akem has quit [Read error: Connection reset by peer]
doubledup has joined #ruby
akem has joined #ruby
chouhoulis has quit [Ping timeout: 268 seconds]
Renich has quit [Quit: Renich]
Renich has joined #ruby
Renich has quit [Client Quit]
Renich has joined #ruby
cnsvc_ has quit [Ping timeout: 256 seconds]
Fusl has quit [Excess Flood]
Fusl has joined #ruby
phaul has joined #ruby
mangold has joined #ruby
cnsvc_ has joined #ruby
Renich has quit [Quit: Renich]
Renich has joined #ruby
Renich has quit [Client Quit]
keden has joined #ruby
venmx has quit [Ping timeout: 246 seconds]
venmx has joined #ruby
mangold has quit [Ping timeout: 260 seconds]
hahuang65 has quit [Read error: Connection reset by peer]
hahuang65 has joined #ruby
troulouliou_dev has joined #ruby
Renich has joined #ruby
Renich has quit [Client Quit]
Renich has joined #ruby
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
cnsvc_ has quit [Ping timeout: 256 seconds]
mangold has joined #ruby
dellavg_ has quit [Ping timeout: 250 seconds]
EvilJStoker has quit [Ping timeout: 250 seconds]
dellavg_ has joined #ruby
EvilJStoker has joined #ruby
cnsvc_ has joined #ruby
keden has quit [Ping timeout: 246 seconds]
AJA4350 has joined #ruby
keden has joined #ruby
jottr has quit [Quit: WeeChat 2.2]
EvilJStoker has quit [Read error: Connection reset by peer]
EvilJStoker has joined #ruby
mangold has quit [Ping timeout: 260 seconds]
roshanavand has quit [Remote host closed the connection]
roshanavand has joined #ruby
nchambers has quit [Ping timeout: 250 seconds]
akem has quit [Remote host closed the connection]
akem has joined #ruby
mangold has joined #ruby
vonfry has joined #ruby
ua_ has joined #ruby
nchambers has joined #ruby
ua has quit [Ping timeout: 246 seconds]
mangold has quit [Ping timeout: 268 seconds]
EvilJStoker has quit [Ping timeout: 250 seconds]
nchambers has quit [Ping timeout: 250 seconds]
kapil____ has quit [Quit: Connection closed for inactivity]
nchambers has joined #ruby
cnsvc_ has quit [Ping timeout: 256 seconds]
nchambers has quit [Ping timeout: 246 seconds]
mangold has joined #ruby
nchambers has joined #ruby
gix has joined #ruby
apparition47 has joined #ruby
dbz has joined #ruby
vonfry has quit [Quit: WeeChat 2.2]
nchambers has quit [Ping timeout: 245 seconds]
dbz has quit [Ping timeout: 246 seconds]
leitz has joined #ruby
cnsvc_ has joined #ruby
venmx has quit [Quit: leaving]
nchambers has joined #ruby
nchambers has quit [Ping timeout: 250 seconds]
paulscoder has joined #ruby
Renich has quit [Quit: Renich]
Renich has joined #ruby
Renich has quit [Client Quit]
nchambers has joined #ruby
Renich has joined #ruby
kapil____ has joined #ruby
ghormoon has joined #ruby
bmurt has joined #ruby
reber has joined #ruby
nchambers has quit [Ping timeout: 250 seconds]
reber has quit [Read error: Connection reset by peer]
nchambers has joined #ruby
clemens3 has joined #ruby
marz_d`ghostman has joined #ruby
hahuang65 has quit [Read error: Connection reset by peer]
<marz_d`ghostman> I'm trying to test my Module methods(self.method) in rspec. However, I'm getting uninitialized constant error. How do I test it like Module::Module.method?
hahuang65 has joined #ruby
AJA4350 has quit [Ping timeout: 246 seconds]
<phaul> marz_d`ghostman: post your code + errors. then we figure out what's wrong.
<phaul> otherwise methods are just methods.. Modules are just objects..
AJA4350 has joined #ruby
mangold has quit [Ping timeout: 252 seconds]
Exuma has joined #ruby
<leitz> Anyone familiar with Sinatra? The json file just spews out a single string of everything. https://gist.github.com/LeamHall/9cdce5e3e01ac6a3b88504fc2d4577df
<phaul> &ri each_key
<rubydoc> I found 7 entries matching method each_key. Use &list each_key if you would like to see a list
malen has quit [Ping timeout: 246 seconds]
<phaul> &ri Hash.each_key
<rubydoc> Found no entry that matches class Hash class method each_key
<phaul> grr
clemens3 has quit [Quit: WeeChat 2.1]
<phaul> leitz: each_key does not return the mapped things. It returns the Hash
<phaul> chain a .map on it : raiders.each_key.map
<leitz> phaul, ah. So I need to fix that.
<phaul> &ri Hash#each_key
mangold has joined #ruby
nchambers has quit [Ping timeout: 250 seconds]
<phaul> leitz: probably there are more straightforward ways of doing that, you could call map on Hash directly. Or there is #each_value on hash, which would skip looking up the key and operating directly on value
<leitz> phaul, my goal is to make a link for each key, Still trying to figure it out.
<leitz> Ah, the return is just the last evaluated item.
<phaul> &>> {a: 1, b: 2}.map { |_k, v| "<a href='#{v}'></a>" }
<rubydoc> # => ["<a href='1'></a>", "<a href='2'></a>"] (https://carc.in/#/r/5o66)
<phaul> &>> {a: 1, b: 2}.map { |_k, v| "<a href='#{v}'></a>" }.join('<br />')
<rubydoc> # => "<a href='1'></a><br /><a href='2'></a>" (https://carc.in/#/r/5o67)
<leitz> phaul, I tend to code in a very basic style. Suits me better, mostly due to my lower skills.
cnsvc_ has quit [Ping timeout: 256 seconds]
<phaul> leitz: important thing is to have fun :) I'm happy you got it working
<leitz> phaul, Ruby is the most fun language I know.
AJA4350 has quit [Remote host closed the connection]
Exuma has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Renich has quit [Quit: Renich]
AJA4350 has joined #ruby
Renich has joined #ruby
Renich has quit [Client Quit]
Renich has joined #ruby
Inline has quit [Quit: Leaving]
clarkema has joined #ruby
Inline has joined #ruby
cd has joined #ruby
apparition47 has quit [Quit: Bye]
conta has quit [Quit: conta]
RougeR has joined #ruby
paraxial has quit [Quit: The Lounge - https://thelounge.github.io]
roshanavand has quit [Quit: Gone planting!]
paraxial has joined #ruby
Renich has quit [Quit: Renich]
Renich has joined #ruby
Renich has quit [Client Quit]
Renich has joined #ruby
y0u has quit []
cnsvc_ has joined #ruby
Renich has quit [Quit: Renich]
y0u has joined #ruby
Renich has joined #ruby
beeman has quit []
Exuma has joined #ruby
Exuma has quit [Client Quit]
jnoon has joined #ruby
<marz_d`ghostman> phaul: https://gist.github.com/marzdgzmn/ad3e68c5a36cddaa13db3938d018d5b8 It's giving my uninitialized constant Rise::MirrorManager::Mirror
<jnoon> i have a native rice ext wrapping a c++ lib working. the library im wrapping does some of its own threading with std::thread. one of the things i call takes a ruby lambda, makes it a void*, and the c++ lib passes that along to the a thread where eventually it should be called. but i cant just call it there on a non-ruby thread (crash). is there a way i can start a new ruby thread safely from a non-ruby thread in order to uncas
<jnoon> d* and call it? i know how to uncast and call it synchronously in the original thread and that works.
kaleido has quit [Remote host closed the connection]
kaleido has joined #ruby
<phaul> marz_d`ghostman: is mirror.rb required in the spec?
<phaul> otherwise it should be defined, regardless of RSpec
<marz_d`ghostman> phaul: When you require files in spec files, is the path relative to the file like you'll have to put ../../.. to reach the root dir then go inside the /lib directories where your .rb files are?
BTRE has quit [Remote host closed the connection]
<phaul> marz_d`ghostman: I ususally configure my include path in .gemspec. But otherwise require_relative can also work. if you just do require then it's using $:
mangold has quit [Ping timeout: 252 seconds]
BTRE has joined #ruby
lxsameer has quit [Ping timeout: 250 seconds]
<marz_d`ghostman> phaul: thanks, I'll look into it
mangold has joined #ruby
leitz has quit [Quit: Leaving]
za1b1tsu has quit [Remote host closed the connection]
conta has joined #ruby
nchambers has joined #ruby
lxsameer has joined #ruby
pskosinski has joined #ruby
pskosinski has quit [Read error: Connection reset by peer]
Renich has quit [Quit: Renich]
Renich has joined #ruby
Renich has quit [Client Quit]
Renich has joined #ruby
nchambers has quit [Ping timeout: 250 seconds]
nchambers has joined #ruby
cnsvc_ has quit [Ping timeout: 256 seconds]
alem0lars has quit [Ping timeout: 240 seconds]
keden has quit [Quit: WeeChat 2.3]
troulouliou_dev has quit [Quit: Leaving]
nchambers has quit [Ping timeout: 268 seconds]
cnsvc_ has joined #ruby
troulouliou_dev has joined #ruby
chouhoulis has joined #ruby
troulouliou_dev has quit [Remote host closed the connection]
desperek has joined #ruby
planigan has quit [Ping timeout: 268 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zautomata has joined #ruby
reber has joined #ruby
crankharder has joined #ruby
clarkema has quit [Quit: clarkema]
cnsvc_ has quit [Ping timeout: 256 seconds]
orbyt_ has joined #ruby
cnsvc_ has joined #ruby
nchambers has joined #ruby
jcarl43 has joined #ruby
nchambers has quit [Quit: he was a sk8r boi, she said see you later boi]
crankharder has quit [Ping timeout: 245 seconds]
doubledup has quit [Quit: Leaving]
za1b1tsu has joined #ruby
<havenwood> I just packaged a Ruby command line app and released it on snap. It's pretty nice...
graphene has quit [Remote host closed the connection]
<havenwood> Getting Snap and AWS Lambda support in one day.. good stuff!
graphene has joined #ruby
<havenwood> If you want a command line SipHash ¯\_(ツ)_/¯ you can now: sudo snap install siphash
akaiiro has quit [Remote host closed the connection]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 268 seconds]
EvilJStoker has joined #ruby
Xiti has quit [Quit: Xiti]
gnufied has quit [Ping timeout: 240 seconds]
Xiti has joined #ruby
bmurt has joined #ruby
<Zarthus> not a fan of snaps, but well done :)
cnsvc_ has quit [Ping timeout: 256 seconds]
awkwords has joined #ruby
paulscoder has quit [Quit: paulscoder]
dbz has joined #ruby
kapil____ has quit [Excess Flood]
kapil____ has joined #ruby
BaroMeter has joined #ruby
waheedi has quit [Read error: Connection reset by peer]
BaroMeter has left #ruby [#ruby]
Xeago has quit [Ping timeout: 250 seconds]
waheedi has joined #ruby
TheBloke has quit [Read error: No route to host]
kapil____ has quit [Excess Flood]
kapil____ has joined #ruby
dbz has quit [Remote host closed the connection]
TheBloke has joined #ruby
kapil____ has quit [Client Quit]
Xeago has joined #ruby
kapil____ has joined #ruby
dbz has joined #ruby
<marz_d`ghostman> Is it good practice to place a self.log on the top most module so that I can just call it anywhere whenever I want to log something?
cnsvc_ has joined #ruby
SeepingN has joined #ruby
<Zarthus> well it will never be the best practice
<Zarthus> but if you're writing something small, why not
planigan has joined #ruby
waheedi has quit [Read error: Connection reset by peer]
cnsvc_ has quit [Ping timeout: 256 seconds]
crankharder has joined #ruby
<marz_d`ghostman> Is there a way to make sure a file gets run before anything else? Like I have a config/initializer/test.rb that popuplates config variables. I'd like that to run since the constant I'm declaring under a module is saying its nil since it depends on the config variables
crankharder has quit [Ping timeout: 250 seconds]
Zavoli has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
waheedi has joined #ruby
Zavoli has quit []
awkwords has quit [Quit: sleepy time]
rubydoc has quit [Ping timeout: 250 seconds]
nchambers has joined #ruby
phaul has quit [Ping timeout: 244 seconds]
waheedi has quit [Read error: Connection reset by peer]
tdy has quit [Read error: Connection reset by peer]
Andrevan has joined #ruby
crankharder has joined #ruby
tdy has joined #ruby
phaul has joined #ruby
rubydoc has joined #ruby
crankharder has quit [Ping timeout: 250 seconds]
waheedi has joined #ruby
cnsvc_ has joined #ruby
evdubs has quit [Remote host closed the connection]
evdubs has joined #ruby
crankharder has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Eiam has quit [Ping timeout: 268 seconds]
waheedi has quit [Read error: Connection reset by peer]
crankharder has quit [Ping timeout: 246 seconds]
<marz_d`ghostman> Is this considered elegant in ruby though? https://gist.github.com/marzdgzmn/9b5487ce460236f8d462cbc717a9b0f3
conta has quit [Quit: conta]
sauvin has quit [Read error: Connection reset by peer]
za1b1tsu has quit [Quit: Leaving]
sauvin has joined #ruby
gnufied has joined #ruby
cnsvc_ has quit [Ping timeout: 256 seconds]
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has joined #ruby
jcalla has quit [Remote host closed the connection]
white_lilies has joined #ruby
Andrevan has quit [Ping timeout: 245 seconds]
SeepingN has quit [Remote host closed the connection]
Andrevan has joined #ruby
jetchisel has joined #ruby
gnufied has quit [Ping timeout: 268 seconds]
jcalla has joined #ruby
ss_much has joined #ruby
Andrevan has quit [Ping timeout: 240 seconds]
cnsvc_ has joined #ruby
Xeago has quit [Quit: ZNC 1.7.0 - https://znc.in]
patr0clus has joined #ruby
patr0clus is now known as s3nd1v0g1us
dellavg_ has quit [Ping timeout: 268 seconds]
roshanavand has joined #ruby
kapil____ has quit [Quit: Connection closed for inactivity]
nchambers has quit [Ping timeout: 250 seconds]
kapil____ has joined #ruby
cnsvc_ has quit [Ping timeout: 256 seconds]
reber has quit [Remote host closed the connection]
moei has joined #ruby
cnsvc_ has joined #ruby
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
desperek has quit [Quit: xoxo]
AJA4350 has quit [Ping timeout: 246 seconds]
AJA4350 has joined #ruby
al2o3-cr has joined #ruby
AJA4350 has quit [Ping timeout: 250 seconds]
Xiti` has joined #ruby
Xiti` has quit [Remote host closed the connection]
AJA4350 has joined #ruby
Xiti has quit [Ping timeout: 246 seconds]
white_lilies has quit [Ping timeout: 272 seconds]
AJA4350 has quit [Remote host closed the connection]
AJA4350 has joined #ruby
Xiti has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
AJA4350 has quit [Ping timeout: 245 seconds]
akem has quit [Remote host closed the connection]
akem has joined #ruby
AJA4350 has joined #ruby
bonhoeffer_ has joined #ruby
phaul has quit [Read error: Connection reset by peer]
phaul has joined #ruby
vondruch has quit [Ping timeout: 250 seconds]
dbz has quit [Remote host closed the connection]
dbz has joined #ruby
cnsvc_ has quit [Ping timeout: 256 seconds]
dbz has quit [Remote host closed the connection]
dbz has joined #ruby