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-preview2: 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!
akem has quit [Remote host closed the connection]
illuzion has quit [Ping timeout: 252 seconds]
akem has joined #ruby
Emmanuel_Chanel has joined #ruby
johnny56 has joined #ruby
Caeso has quit [Quit: Leaving.]
srruby has quit [Ping timeout: 245 seconds]
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
tdy has joined #ruby
eckhardt has quit [Quit: Textual IRC Client: www.textualapp.com]
nicesignal has quit [Ping timeout: 244 seconds]
apeiros_ has joined #ruby
cagomez has quit [Ping timeout: 252 seconds]
thejs has quit [Remote host closed the connection]
apeiros_ has quit [Ping timeout: 252 seconds]
dbz has quit [Ping timeout: 252 seconds]
nicesignal has joined #ruby
jkprg has quit [Quit: jkprg]
RougeR has quit [Ping timeout: 244 seconds]
jenrzzz has joined #ruby
<jenrzzz> man, I feel like I really accomplished something when I get a ruby segfault
<jenrzzz> oooh yay I managed to get a SystemStackError instead
<jenrzzz> seems like this bug except with my factories: https://bugs.ruby-lang.org/issues/9505
jkprg has joined #ruby
alicef has joined #ruby
tdy has quit [Ping timeout: 252 seconds]
clorisu has quit [Read error: Connection reset by peer]
adam_ has joined #ruby
psmolen has quit [Ping timeout: 252 seconds]
adam_ has quit [Client Quit]
Guest58115 has joined #ruby
mroutis has quit [Read error: Connection reset by peer]
mroutis has joined #ruby
BTRE has quit [Remote host closed the connection]
Guest58115 has quit [Ping timeout: 240 seconds]
leitz has quit [Quit: Leaving]
SeepingN has quit [Ping timeout: 252 seconds]
jottr has joined #ruby
psmolen has joined #ruby
xt233 has joined #ruby
nikivi has quit [Ping timeout: 252 seconds]
Nightmare has quit [Ping timeout: 252 seconds]
jtperreault has quit [Ping timeout: 252 seconds]
jottr has quit [Ping timeout: 245 seconds]
jtperreault has joined #ruby
Nightmare has joined #ruby
apeiros_ has joined #ruby
xuanrui has joined #ruby
akem has quit [Ping timeout: 272 seconds]
apeiros_ has quit [Ping timeout: 252 seconds]
mahlon has joined #ruby
jtperreault has quit [Ping timeout: 252 seconds]
c0ncealed2 has quit [Ping timeout: 252 seconds]
AJA4350 has quit [Remote host closed the connection]
c0ncealed2 has joined #ruby
argoneus has quit [Quit: No Ping reply in 180 seconds.]
argoneus has joined #ruby
mroutis has quit [Ping timeout: 252 seconds]
cagomez has joined #ruby
jtperreault has joined #ruby
cagomez has quit [Ping timeout: 252 seconds]
xt233 has quit [Quit: This computer has gone to sleep]
esrse has joined #ruby
jkprg has quit [Quit: jkprg]
nfk has quit [Quit: Try memory.free_dirty_pages=true in about:config]
mroutis has joined #ruby
jkprg has joined #ruby
apeiros_ has joined #ruby
apeiros_ has quit [Ping timeout: 272 seconds]
knight33 has joined #ruby
brent__ has quit [Quit: Connection closed for inactivity]
jenrzzz has quit [Ping timeout: 246 seconds]
nikivi has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
dbz has joined #ruby
dbz has quit [Remote host closed the connection]
dbz has joined #ruby
orbyt_ has joined #ruby
dbz has quit [Remote host closed the connection]
dbz has joined #ruby
brandoncc has joined #ruby
apeiros_ has joined #ruby
Guest58115 has joined #ruby
xuanrui has quit [Remote host closed the connection]
dbz has quit [Remote host closed the connection]
SuperTux88 has quit [Ping timeout: 252 seconds]
apeiros_ has quit [Ping timeout: 244 seconds]
Guest58115 has quit [Ping timeout: 272 seconds]
braincrash has quit [Quit: bye bye]
jottr has joined #ruby
wojnar has quit [Remote host closed the connection]
braincrash has joined #ruby
jottr has quit [Ping timeout: 245 seconds]
SuperTux88 has joined #ruby
jkprg has quit [Ping timeout: 246 seconds]
nikivi has quit [Ping timeout: 252 seconds]
thy0 has quit [Quit: TTFN]
jkprg has joined #ruby
duderonomy has joined #ruby
jkprg has quit [Ping timeout: 252 seconds]
dbz has joined #ruby
dbz has quit [Remote host closed the connection]
dellavg_ has joined #ruby
gtramontina has joined #ruby
gix has quit [Disconnected by services]
nikivi has joined #ruby
bauruine has quit [Ping timeout: 250 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
BTRE has joined #ruby
bauruine has joined #ruby
DTZUZO has joined #ruby
notpod has quit [Ping timeout: 244 seconds]
pabs has quit [Ping timeout: 245 seconds]
mroutis has quit [Read error: Connection reset by peer]
dbz has joined #ruby
dbz has quit [Ping timeout: 252 seconds]
Inline has quit [Quit: Leaving]
pabs has joined #ruby
MoritaShinobu has joined #ruby
dellavg_ has quit [Ping timeout: 252 seconds]
dviola has quit [Quit: WeeChat 2.2]
SeepingN has joined #ruby
sylario has quit [Quit: Connection closed for inactivity]
reber has joined #ruby
Azure has quit [Ping timeout: 244 seconds]
v01d4lph4 has joined #ruby
jottr has joined #ruby
sauvin has joined #ruby
jottr has quit [Ping timeout: 252 seconds]
Azure|dc has joined #ruby
jp has quit [Ping timeout: 252 seconds]
apeiros_ has joined #ruby
Fusl has joined #ruby
apeiros_ has quit [Remote host closed the connection]
<Fusl> anyone on who can help me with some ruby weirdness? i tried to google and search through manual pages, documentation but couldnt find whats going on here: i have a variable with a string "nameserver" thats parsed from a json manifest in chef for a recipe i'm writing. part of it is this: `Chef::Log.debug("PRE1: #{nameserver.is_a?(String)} #{nameserver.class}")`. the nameserver variable is indeed a string in
<Fusl> json, but whenever i execute this recipe, i get this as result: `[2018-09-06T05:12:53+00:00] DEBUG: PRE1: false String`. how can nameserver be both of class string but not be a string at the same time?
ur5us has quit [Remote host closed the connection]
Puffball has quit [Remote host closed the connection]
graphene has joined #ruby
jp has joined #ruby
brandoncc has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
roshanavand has joined #ruby
aupadhye has joined #ruby
<havenwood> Fusl: I can show you a contrived example for how to make that oddity happen, but I don't get why it's happening in your case.
<havenwood> >> class Foo; def class; String end end; foo = Foo.new; [foo.is_a?(String), foo.class]
<ruby[bot]> havenwood: # => [false, String] (https://eval.in/1054607)
<havenwood> Fusl: Can you show the code where `nameserver` is defined? What do you get for?: nameserver.public_methods(false)
<havenwood> Fusl: I'm assuming it's also false, but double check?: nameserver.instance_of?(String)
<Fusl> yeah, instance_of was also false, i tried that already
<Fusl> am actually trying to figure out why it doesnt work at all anymore even though i rolled all changes back :$
<Fusl> ugh
<Fusl> i figured it out
<Fusl> higher up in the code i used to do this:
<Fusl> class String
<Fusl> def is_int?
<Fusl> !!(self =~ /\A[-+]?[0-9]+\z/)
<Fusl> end
<Fusl> end
mike11 has joined #ruby
<Fusl> that apparently makes all strings no longer an instance of String
<Fusl> replacing that prototype function with a normal function fixed it ¯\_(ツ)_/¯
morfin has joined #ruby
<morfin> hello
<morfin> holy crap - bundle install gave me HTML output lol
<morfin> anybody can help me with builduing mysql2? I need somehow to specify libiconv(-liconv)
<morfin> path
dionysus69 has joined #ruby
RougeR has joined #ruby
ellcs has joined #ruby
<morfin> i need to pass ldflags to gem somehow
aufi has joined #ruby
apeiros_ has joined #ruby
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
RougeR has quit [Ping timeout: 240 seconds]
<morfin> and again gem install mysql2 -v '0.5.2' -- --with-ldflags="-L/usr/local/lib"
aufi_ has joined #ruby
jottr has joined #ruby
aufi has quit [Ping timeout: 252 seconds]
aufi_ has quit [Read error: Connection reset by peer]
ellcs has quit [Ping timeout: 240 seconds]
aufi has joined #ruby
jottr has quit [Ping timeout: 252 seconds]
lomex has joined #ruby
anikras has joined #ruby
<anikras> Hi, I would like to comment this code: https://pastebin.com/bmqWVpM4
<ruby[bot]> anikras: we in #ruby do not like pastebin.com, it loads slowly for most, has ads which are distracting and has terrible formatting. Please use https://gist.github.com
<apeiros_> anikras: ok, so you stated your intent. do you also have a question?
apeiros_ is now known as apeiros
<anikras> I tried to use to comment <%=begin and =end%>
DarthGandalf has quit [Ping timeout: 252 seconds]
<anikras> I tried to use to comments # but it still not working
<apeiros> begin/end won't be usable as they are required to be at the very beginning of a code line and templating languages usually don't cover such requirements.
<apeiros> <%# comment %> should work
DarthGandalf has joined #ruby
<anikras> apeiros, thanks !!!
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
akem has joined #ruby
sysvalve has joined #ruby
schneider has joined #ruby
dbz has joined #ruby
yohji has joined #ruby
lomex has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dbz has quit [Remote host closed the connection]
gtramont_ has joined #ruby
apeiros__ has joined #ruby
mikecmpbll has joined #ruby
gtramontina has quit [Ping timeout: 244 seconds]
apeiros has quit [Ping timeout: 240 seconds]
gtramont_ has quit [Remote host closed the connection]
jottr has joined #ruby
renzhi has quit [Ping timeout: 240 seconds]
dbz has joined #ruby
Guest58115 has joined #ruby
ams__ has joined #ruby
renzhi has joined #ruby
dbz has quit [Ping timeout: 252 seconds]
apeiros__ has quit []
renzhi has quit [Client Quit]
bak1an has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
schneider has joined #ruby
apeiros_ has joined #ruby
schneider has quit [Client Quit]
marz_d`ghostman has joined #ruby
bak1an has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Nicmavr has quit [Read error: Connection reset by peer]
Beams has joined #ruby
Nicmavr has joined #ruby
mapass_sk has joined #ruby
tristanp has joined #ruby
mapass_sk has left #ruby [#ruby]
<marz_d`ghostman> I'm using Builder::XmlMarkup.new(:indent => 8) to generate report. Is there a better alternative for it though?
<apeiros_> ?better
<ruby[bot]> "Best" and "better" are subjective. Try to use a different term.
<apeiros_> !fact ed better "Best" and "better" are subjective. Try to use a different term, or try to qualify what would make one thing better than the other.
<ruby[bot]> apeiros_: I stand corrected that better is "Best" and "better" are subjective. Try to use a different term, or try to qualify what would make one thing better than the other.
apeiros_ is now known as apeiros
tristanp has quit [Ping timeout: 252 seconds]
<marz_d`ghostman> apeiros: something that could format an email that would be consistent
<marz_d`ghostman> apeiros: I'm sending it to a ticketing system, and it appears the format changes though
<apeiros> I'm honestly quite lost on the connection between an xml builder and email formatting…
<marz_d`ghostman> apeiros: I'm using it to format an email though: https://gist.github.com/marzdgzmn/fa7501a880686b282eeddb194123f5be
<apeiros> I usually use slim (https://github.com/slim-template/slim) to generate HTML
catbusters has joined #ruby
<marz_d`ghostman> hmmm, i don't how to start using this with just ruby and not rails, hahaha. anyway thanks dude I'll give this a shot, seems pretty cool
<Bish> woah.. any chance somebody played with selnium webdrivers & proxies?
roshanavand has quit [Ping timeout: 245 seconds]
gregf_ has joined #ruby
gtramontina has joined #ruby
gtramont_ has joined #ruby
gtramontina has quit [Ping timeout: 245 seconds]
anubhav996 has joined #ruby
bak1an has joined #ruby
bak1an has quit [Read error: Connection reset by peer]
bak1an has joined #ruby
jottr has quit [Ping timeout: 252 seconds]
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
gtramont_ has quit [Remote host closed the connection]
esrse has quit [Ping timeout: 252 seconds]
akem has quit [Ping timeout: 246 seconds]
<Bish> why is selenium such a pain in the ass
<Bish> fuck
nfk has joined #ruby
discopatrick has joined #ruby
gtramontina has joined #ruby
gtramontina has quit [Remote host closed the connection]
Puffball has joined #ruby
gtramontina has joined #ruby
aupadhye has quit [Quit: Leaving]
gtramontina has quit [Remote host closed the connection]
aupadhye has joined #ruby
ropeney has quit [Ping timeout: 260 seconds]
armyriad has quit [Read error: Connection reset by peer]
lomex has joined #ruby
armyriad has joined #ruby
tristanp has joined #ruby
wojnar has joined #ruby
ropeney has joined #ruby
kapil___ has joined #ruby
tristanp has quit [Ping timeout: 252 seconds]
clorisu has joined #ruby
AJA4350 has joined #ruby
gtramontina has joined #ruby
clorisu has quit [Quit: Leaving]
gtramontina has quit [Remote host closed the connection]
<marz_d`ghostman> #/join slim
gtramontina has joined #ruby
lomex has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lomex has joined #ruby
lomex has quit [Client Quit]
catbusters has quit [Quit: Connection closed for inactivity]
lomex has joined #ruby
aufi has quit [Ping timeout: 245 seconds]
tristanp has joined #ruby
mello has joined #ruby
tristanp has quit [Ping timeout: 252 seconds]
mike11 has quit [Ping timeout: 252 seconds]
aupadhye has quit [Read error: Connection reset by peer]
bmurt has joined #ruby
lomex has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lomex has joined #ruby
lomex has quit [Client Quit]
sylario has joined #ruby
nfk has quit [Quit: Try memory.free_dirty_pages=true in about:config]
lomex has joined #ruby
apeiros has quit []
aupadhye has joined #ruby
lomex has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lomex has joined #ruby
aupadhye has quit [Ping timeout: 244 seconds]
lomex has quit [Client Quit]
apeiros_ has joined #ruby
aufi has joined #ruby
mello has quit [Ping timeout: 252 seconds]
thy0 has joined #ruby
thy0 has quit [Quit: TTFN]
thy0 has joined #ruby
aupadhye has joined #ruby
Rapture has joined #ruby
bak1an_ has joined #ruby
bak1an has quit [Ping timeout: 272 seconds]
Fusl has quit [Excess Flood]
knight33 has joined #ruby
<marz_d`ghostman> So with slim, what's the difference between the layout and the content?
Fusl has joined #ruby
aupadhye has quit [Ping timeout: 272 seconds]
<marz_d`ghostman> So how do I pass a local variable to a slim template? https://gist.github.com/marzdgzmn/3b2668db8c05f1064e45cb17022c8984
andikr has joined #ruby
aupadhye has joined #ruby
AJA4350 has quit [Ping timeout: 272 seconds]
aupadhye has quit [Ping timeout: 244 seconds]
mikecmpbll has quit [Quit: inabit. zz.]
mikecmpbll has joined #ruby
AJA4350 has joined #ruby
jackofll45668 has joined #ruby
dionysus69 has quit [Ping timeout: 244 seconds]
MoritaShinobu has quit [Ping timeout: 240 seconds]
Inline has joined #ruby
Inline has quit [Read error: Connection reset by peer]
Inline has joined #ruby
MoritaShinobu has joined #ruby
<darix> marz_d`ghostman: you are not in #slim
<marz_d`ghostman> darix: doesn't matter, no channel for it anyway. hehehe, was just hoping someone has used it here :)
jjman has left #ruby ["WeeChat 1.6"]
v01d4lph4 has quit [Remote host closed the connection]
gr33n7007h1 has quit [Ping timeout: 252 seconds]
duderonomy has joined #ruby
anubhav996 has quit [Quit: Connection closed for inactivity]
gtramontina has quit [Remote host closed the connection]
graphene has quit [Remote host closed the connection]
graphene has joined #ruby
kapil___ has quit [Quit: Connection closed for inactivity]
nowhere_man has quit [Ping timeout: 252 seconds]
apeiros_ has quit []
SuperLag has quit [Quit: WeeChat 2.2]
SuperLag has joined #ruby
SuperLag has quit [Client Quit]
SuperLag has joined #ruby
SuperL4g has joined #ruby
rippa has joined #ruby
jane_booty_doe has joined #ruby
gr33n7007h1 has joined #ruby
Dbugger has joined #ruby
sariyar has joined #ruby
kapil___ has joined #ruby
Cork has quit [Remote host closed the connection]
dbz has joined #ruby
GodFather has joined #ruby
magellanicloud has joined #ruby
Mark22kk has joined #ruby
<Mark22kk> Hallo
jane_booty_doe has quit [Quit: Leaving]
v01d4lph4 has joined #ruby
desperek has joined #ruby
Mark22k has joined #ruby
<Mark22k> Hallo
apeiros_ has joined #ruby
graphene has quit [Remote host closed the connection]
<Mark22kk> Client: HexChat 2.14.2 • OS: Microsoft Windows 10 Home (x64) • CPU: Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz (3.20GHz) • Memory: 15.9 GiB Total (11.7 GiB Free) • Storage: 205.1 GiB / 698.5 GiB (493.4 GiB Free) • VGA: Intel(R) HD Graphics 530 • Uptime: 5d 19h 21m 56s
graphene has joined #ruby
<Mark22kk> Hallo
orbyt_ has joined #ruby
<Mark22kk> Hello
<Mark22kk> I'm new here
dbz has quit [Remote host closed the connection]
<havenwood> Mark22k: hi
<Mark22kk> I love Ruby. It's such a nice elegant and simple programming language!
<Mark22kk> I'm from Germany. I'm still learning English, that's why I use Google Translate. That's why my english may not be that good.
<apeiros_> Mark22kk: that's fine. note that there's also a german ruby channel :)
<Mark22kk> I have, but here are more users.
gtramontina has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Mark22kk has quit [Quit: Leaving]
Mark22k has quit [Quit: Mark22k]
gtramontina has quit [Ping timeout: 240 seconds]
knight33 has joined #ruby
magellanicloud has quit [Ping timeout: 246 seconds]
doubledup has joined #ruby
doubledup has quit [Max SendQ exceeded]
doubledup has joined #ruby
chrisarcand has joined #ruby
cagomez has joined #ruby
andikr has quit [Remote host closed the connection]
eckhardt has joined #ruby
chrisarcand has quit [Remote host closed the connection]
j0bk has left #ruby ["Textual IRC Client: www.textualapp.com"]
orbyt_ has joined #ruby
orbyt_ has quit [Client Quit]
Emmanuel_Chanel has quit [Read error: Connection reset by peer]
clemens3 has joined #ruby
sysvalve has quit [Quit: Leaving]
Rootsudo has joined #ruby
Guest58115 has quit [Ping timeout: 244 seconds]
dviola has joined #ruby
thejs has joined #ruby
Mark22kk has joined #ruby
v01d4lph4 has quit [Remote host closed the connection]
Mark22k has joined #ruby
Mark22k has left #ruby [#ruby]
yohji has quit [Remote host closed the connection]
tdy has joined #ruby
Mark22k has joined #ruby
brandoncc has joined #ruby
Lloyd has left #ruby [#ruby]
mikecmpbll has quit [Quit: inabit. zz.]
mikecmpbll has joined #ruby
Beams has quit [Quit: .]
mikecmpbll has quit [Client Quit]
akem has joined #ruby
Mark22k has quit [Quit: Mark22k]
knight33 has quit [Read error: Connection reset by peer]
mroutis has joined #ruby
desperek has quit [Quit: xoxo]
knight33 has joined #ruby
Cork has joined #ruby
Puffball has quit [Remote host closed the connection]
v01d4lph4 has joined #ruby
orbyt_ has joined #ruby
savolla has joined #ruby
chrisarcand has joined #ruby
bmurt has quit [Ping timeout: 246 seconds]
orbyt_ has quit [Quit: Textual IRC Client: www.textualapp.com]
Emmanuel_Chanel has joined #ruby
kapil___ has quit [Quit: Connection closed for inactivity]
DTZUZO has quit [Ping timeout: 244 seconds]
duderonomy has quit [Ping timeout: 244 seconds]
mikecmpbll has joined #ruby
Freshnuts has joined #ruby
nowhere_man has joined #ruby
dellavg_ has joined #ruby
nowhere_man has quit [Ping timeout: 240 seconds]
mostlybadfly has quit [Quit: Connection closed for inactivity]
marz_d`ghostman has quit [Quit: Page closed]
Fr4n has joined #ruby
nowhere_man has joined #ruby
v01d4lph4 has quit [Remote host closed the connection]
aufi has quit [Ping timeout: 252 seconds]
hays_ has joined #ruby
<hays_> if I have a file that is opened by an object, is there a way to make sure the file is closed properly upon Ctrl-C, etc
mattwc has joined #ruby
<hays_> want to make sure output is flushed, etc if an exception rolls through
jottr has joined #ruby
hays_ has quit [Remote host closed the connection]
knight33 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nowhere_man has quit [Ping timeout: 244 seconds]
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
akem__ has joined #ruby
akem has quit [Ping timeout: 272 seconds]
akem__ has quit [Remote host closed the connection]
knight33 has joined #ruby
eckhardt has joined #ruby
eckhardt has quit [Client Quit]
jottr has quit [Ping timeout: 252 seconds]
unreal has joined #ruby
ShekharReddy has joined #ruby
Rootsudo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cek has joined #ruby
<cek> > (GIL). It's a lock around the execution of Ruby code.
<cek> often see this around on internets. But why the heck would it be related to ruby code only, isn't GIL locking C functions/extensions , too?
<cek> best thing they often use to describe is Array#<< , but it's a C, not ruby code.
tdy has quit [Read error: Connection reset by peer]
tdy has joined #ruby
thejs has quit [Ping timeout: 252 seconds]
sauvin has quit [Remote host closed the connection]
redlegion has quit [Ping timeout: 256 seconds]
Guest58115 has joined #ruby
redlegion has joined #ruby
Guest58115 has quit [Ping timeout: 246 seconds]
thejs has joined #ruby
duderonomy has joined #ruby
Guest58115 has joined #ruby
jottr has joined #ruby
TheBloke has quit [Ping timeout: 240 seconds]
duderonomy has quit [Client Quit]
Guest58115 has quit [Ping timeout: 246 seconds]
Puffball has joined #ruby
magellanicloud has joined #ruby
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
duderonomy has joined #ruby
Guest58115 has joined #ruby
graphene has quit [Remote host closed the connection]
Guest58115 has quit [Ping timeout: 245 seconds]
graphene has joined #ruby
skryking has joined #ruby
Guest58115 has joined #ruby
mroutis has quit [Ping timeout: 272 seconds]
Guest58115 has quit [Ping timeout: 252 seconds]
FilipeChagas has joined #ruby
savolla has quit [Ping timeout: 252 seconds]
doubledup has quit [Remote host closed the connection]
FilipeChagas has quit [Client Quit]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sameerynho has joined #ruby
manveru has joined #ruby
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
TheBloke has joined #ruby
duderonomy has joined #ruby
gtramontina has joined #ruby
Rootsudo has joined #ruby
gtramontina has quit [Ping timeout: 244 seconds]
bak1an_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
savolla has joined #ruby
MoritaShinobu has quit [Quit: Leaving]
apeiros_ has quit [Ping timeout: 245 seconds]
jottr has quit [Ping timeout: 244 seconds]
jackofll45668 has quit [Quit: Leaving]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
lenqbit has joined #ruby
phenom has joined #ruby
Dbugger has quit [Ping timeout: 240 seconds]
Fr4n has quit [Read error: Connection reset by peer]
reber has quit [Remote host closed the connection]
tdy has quit [Quit: WeeChat 2.2]
thy0 has quit [Quit: TTFN]
Fr4n has joined #ruby
Fr4n has quit [Remote host closed the connection]
Fr4n has joined #ruby
GodFather has quit [Ping timeout: 240 seconds]
Fr4n has quit [Client Quit]
tdy has joined #ruby
ShekharReddy has quit [Quit: Connection closed for inactivity]
savolla has quit [Remote host closed the connection]
tdy has quit [Ping timeout: 244 seconds]
Fusl has quit [Remote host closed the connection]
Fusl has joined #ruby
gtramontina has joined #ruby
cek has quit [Ping timeout: 252 seconds]
pwillard has quit [Ping timeout: 252 seconds]
sariyar has quit [Ping timeout: 252 seconds]
jcalla has quit [Quit: Leaving]
raggi has quit [Ping timeout: 252 seconds]
cek has joined #ruby
raggi has joined #ruby
pwillard has joined #ruby
gtramontina has quit [Ping timeout: 272 seconds]
apeiros_ has joined #ruby
Guest58115 has joined #ruby
ellcs has joined #ruby
Guest58115 has quit [Ping timeout: 246 seconds]
cek has quit [Quit: Connection closed for inactivity]
gr33n7007h1 has quit [Quit: WeeChat 2.2]
phenom has quit [Quit: See ya! Wouldn't want to blah blah..]
lenqbit has quit [Quit: leaving]
phenom has joined #ruby
orbyt_ has joined #ruby
armyriad has quit [Ping timeout: 246 seconds]
armyriad has joined #ruby
thy0_ has joined #ruby
LiftLeft2 has joined #ruby
LiftLeft3 has joined #ruby
LiftLeft has quit [Ping timeout: 240 seconds]
LiftLeft3 is now known as LiftLeft
LiftLeft2 has quit [Ping timeout: 240 seconds]
sameerynho has quit [Ping timeout: 240 seconds]
phenom has quit [Ping timeout: 252 seconds]
mroutis has joined #ruby
dionysus69 has joined #ruby
gr33n7007h has joined #ruby
gr33n7007h is now known as al2o3-cr
<baweaver> Alo alo
orbyt_ has quit [Quit: Textual IRC Client: www.textualapp.com]
beowuff has joined #ruby
beowuff has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
thy0_ has quit [Quit: TTFN]
beowuff has joined #ruby
thy0_ has joined #ruby
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
ellcs has quit [Ping timeout: 252 seconds]
gtramontina has joined #ruby
gtramontina has quit [Ping timeout: 252 seconds]
grvgr has joined #ruby
magellanicloud has quit [Quit: Leaving]
orbyt_ has joined #ruby
thy0_ has quit [Quit: TTFN]
gtramontina has joined #ruby
thy0 has joined #ruby
gtramontina has quit [Ping timeout: 252 seconds]
mistergibson has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
ramfjord has joined #ruby
clemens3 has quit [Ping timeout: 240 seconds]
armyriad has quit [Read error: Connection reset by peer]
weaksauce has quit [Read error: Connection reset by peer]
armyriad has joined #ruby
al2o3-cr has quit [Ping timeout: 272 seconds]
Guest58115 has joined #ruby
orbyt_ has quit [Quit: Textual IRC Client: www.textualapp.com]
Guest58115 has quit [Ping timeout: 252 seconds]
lomex has joined #ruby
gtramontina has joined #ruby
orbyt_ has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ams__ has quit [Quit: Connection closed for inactivity]
lomex has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
mroutis has quit [Ping timeout: 244 seconds]
brkkyk has joined #ruby
<brkkyk> any thoughts about ruby 3?
Freshnuts has quit [Quit: Leaving]