havenwood changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 2.7.2, 2.6.6, 3.0.0-preview1: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.de/ | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | Can't talk? Register/identify with Nickserv first! | BLM <3
dasher00 has quit [Ping timeout: 256 seconds]
crankharder has quit [Ping timeout: 240 seconds]
ur5us has quit [Ping timeout: 260 seconds]
TCZ has quit [Quit: Leaving]
ur5us has joined #ruby
crankharder has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
matcouto has joined #ruby
matcouto has quit [Client Quit]
landakram has joined #ruby
davispuh has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
crankharder has joined #ruby
spacesuitdiver has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
spacesuitdiver has joined #ruby
crankharder has quit [Ping timeout: 264 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
crankharder has joined #ruby
crankharder has quit [Ping timeout: 240 seconds]
spacesuitdiver has quit [Quit: Textual IRC Client: www.textualapp.com]
crankharder has joined #ruby
edwardly has quit [Ping timeout: 258 seconds]
crankharder has quit [Ping timeout: 256 seconds]
ChmEarl has quit [Quit: Leaving]
landakram has quit [Ping timeout: 260 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
edwardly has joined #ruby
TvL2386 has quit [Ping timeout: 256 seconds]
chouhoulis has quit [Remote host closed the connection]
cliluw has quit [Ping timeout: 260 seconds]
cliluw has joined #ruby
dcunit3d has quit [Ping timeout: 260 seconds]
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
justHaunted has quit [Read error: Connection reset by peer]
justHaunted has joined #ruby
dcunit3d has joined #ruby
Liothen has quit [Quit: Liothen]
Liothen has joined #ruby
Liothen has quit [Client Quit]
RiPuk has quit [Quit: ZNC 1.8.2 - https://znc.in]
RiPuk has joined #ruby
adu has joined #ruby
coniptor has quit [Ping timeout: 256 seconds]
ur5us has quit [Ping timeout: 260 seconds]
coniptor has joined #ruby
BTRE has quit [Ping timeout: 258 seconds]
orbyt_ has joined #ruby
Liothen has joined #ruby
fercell has joined #ruby
cliluw has quit [Read error: Connection reset by peer]
cliluw has joined #ruby
shoshin8 has joined #ruby
shoshin has quit [Read error: Connection reset by peer]
shoshin8 is now known as shoshin
rmnull has joined #ruby
rmnull has quit [Quit: WeeChat 2.9]
mozzarella has quit [Remote host closed the connection]
mozzarella has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vondruch has joined #ruby
BSaboia has joined #ruby
burgestrand has joined #ruby
adu has quit [Quit: adu]
ldepandis has joined #ruby
cthulchu has quit [Ping timeout: 260 seconds]
Rudd0 has quit [Ping timeout: 256 seconds]
TvL2386 has joined #ruby
canton7 has quit [Quit: ZNC - http://znc.in]
canton7 has joined #ruby
BTRE has joined #ruby
dionysus69 has joined #ruby
akem_ has joined #ruby
akem has quit [Ping timeout: 260 seconds]
dain has joined #ruby
TomyWork has joined #ruby
landakram has joined #ruby
akem_ has quit [Quit: Leaving]
cd has quit [Quit: cd]
vondruch has quit [Ping timeout: 256 seconds]
braincrash has joined #ruby
BSaboia has quit [Quit: This computer has gone to sleep]
imode has quit [Ping timeout: 258 seconds]
howdoi has quit [Quit: Connection closed for inactivity]
vondruch has joined #ruby
Jonopoly has joined #ruby
ap4y has quit [Ping timeout: 260 seconds]
BSaboia has joined #ruby
roshanavand has quit [Ping timeout: 240 seconds]
dasher00 has joined #ruby
Bish has joined #ruby
<Bish> im doing some hacking, does somebody know a cool way to change ram of a process with ruby?
burgestrand has quit [Quit: burgestrand]
Rudd0 has joined #ruby
<nakilon> Bish, google gave me this: https://stackoverflow.com/a/22639347/322020
<nakilon> the gem is 10 years old though but it has another link you might find to be useful
<Bish> thanks
vondruch has quit [Ping timeout: 260 seconds]
<nakilon> also by the "ptrace" term this is pretty much updated thing: https://github.com/jjyg/metasm
<Bish> i basicially just want to change some bytes inside a process
<nakilon> looks like this tool even has GUI but I don't see the dependency in gemspec
<Bish> this looks like a very wondows-ish tool
<Bish> man this is more complicated then it'd need to be
roshanavand has joined #ruby
<nakilon> maybe because what you want is more complicated than you expect
<Bish> that could be
<Bish> but actually no, i did this with cheat engines when i was 10
<nakilon> because the cheatengine uses already known data for a specific game executable that some hacker has made for you
Jonopoly has quit [Quit: WeeChat 2.9]
<nakilon> while as I understand you are now facing some applications where you want to be that hacker
<nakilon> so you'll need to dive deeper
<Bish> i also found own, not-predifned cheats not doing the same thing
<Bish> and im programming since 20 years since then
<Bish> im sure there is a way to do that with a bashscript, but im confused this is so hard
<nakilon> it's not hard, you just never did this before
<Bish> yes, but it should be as easy as
<Bish> memory_reagions.each { |x| puts x.data }
<nakilon> I would google that "ptrace" and check the "samples" folder in that tool repo
<nakilon> maybe it's exactly like you just said but you don't know the exact method name because you didn't read the docs
<Bish> maybe
burgestrand has joined #ruby
stan has quit [Quit: killed]
hsiktas[m] has quit [Quit: killed]
_whitelogger has joined #ruby
ruurd has quit [Remote host closed the connection]
turt2live has joined #ruby
<leftylink> looking for docs on block numbered parameters. https://ruby-doc.org/core-2.7.2/doc/syntax/calling_methods_rdoc.html is not where to find them. where else to look?
<leftylink> just want to know how ruby could know what I mean when I write _1
<leftylink> &>> {a: 1}.each { p _1 }
<rubydoc> # => [:a, 1]... check link for more (https://carc.in/#/r/9v8u)
<leftylink> &>> {a: 1}.each { _ = _2; p _1 }
<rubydoc> # => :a... check link for more (https://carc.in/#/r/9v8v)
ruurd has joined #ruby
<leftylink> so I guess the *mere presence* of _2 will change the meaning of _1. if _2 is not present, then _1 is assumed to mean what it means in the first example
<leftylink> I guess I can live with that as long as it's consistently that way
<leftylink> combine the two into one example
<leftylink> &>> [{a: 1}.each { break _1 }, {a: 1}.each { _2; break _1 }]
<rubydoc> # => [[:a, 1], :a] (https://carc.in/#/r/9v8w)
<leftylink> ah, in proc. great, thank you
<leftylink> thinking about it, the different meaning of _1 remains sensible. it is just as if the || had that many things in it
<leftylink> &>> [{a: 1}.each { |a| break a }, {a: 1}.each { |a, _| break a }]
<rubydoc> # => [[:a, 1], :a] (https://carc.in/#/r/9v8x)
<jhass> I hate the entire feature honestly :)
<leftylink> so that is how I should understand it
vondruch has joined #ruby
Jonopoly has joined #ruby
<nakilon> I hate the feature too; I know the pattern, I used it in Mathematica; but in Ruby it's just gonna break my code, lol
<nakilon> and it took me a while now to understand the _ = _2 snippet above
gremax has joined #ruby
ruurd has quit [Read error: Connection reset by peer]
ruurd has joined #ruby
RiPuk has quit [Ping timeout: 256 seconds]
<nakilon> I like the stdlib they take from Mathematica, like Tally and I guess either NestList was taken already in latest versions or I would be happy to see it
<nakilon> but this thing...
hsiktas[m] has joined #ruby
stan has joined #ruby
roshanavand has joined #ruby
TCZ has quit [Quit: Leaving]
fercell has quit [Ping timeout: 260 seconds]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
cow[moo] has joined #ruby
cow[moo] has quit [Ping timeout: 258 seconds]
vondruch has quit [Ping timeout: 244 seconds]
impermanence has joined #ruby
wild_buffalo44 has joined #ruby
<wild_buffalo44> Hi
<wild_buffalo44> I'm learning some Ruby and I've stumbled on the following problem
<wild_buffalo44> I created a new gem using `bundle gem`
<wild_buffalo44> on `lib/ruby_playground/version.rb` I defined a method foo inside the module statement
TCZ has joined #ruby
<wild_buffalo44> in IRB I can access `RubyPlayground::VERSION`, but I can't access `RubyPlayground.foo`, I get a NoMethodError
<wild_buffalo44> Why is that?
<wild_buffalo44> is my new method somehow private?
vondruch has joined #ruby
<havenwood> wild_buffalo44: It's not private, it's just an instance method so it needs to be extended to be a module method or the idiomatic way is to use `module_function`.
<havenwood> wild_buffalo44: You can just add a single `module_function` line at the top of your module, if you want all methods to be module methods (module functions).
<wild_buffalo44> havenwood great, thanks!
<havenwood> &>> module Foo; module_function; def foo; 42 end end; Foo.foo
<rubydoc> # => 42 (https://carc.in/#/r/9v9i)
<wild_buffalo44> what do you mean by extended to be a modue method?
<havenwood> wild_buffalo44: That'd be like:
<havenwood> &>> module Foo; extend self; def foo; 42 end end; Foo.foo
<rubydoc> # => 42 (https://carc.in/#/r/9v9k)
<wild_buffalo44> ah I see
<wild_buffalo44> as if I was using it as a mixin
<leftylink> &>> module A; def foo; :bar end end; extend A; foo
<rubydoc> # => :bar (https://carc.in/#/r/9v9m)
<leftylink> right
<wild_buffalo44> ok that explains it to me, thanks
<wild_buffalo44> so if I'm just making a grab bag of functions, the idiomatic way would be to announce module_method
<wild_buffalo44> havenwood, @left
<havenwood> wild_buffalo44: Yup!
<wild_buffalo44> havenwood, leftylink thanks for the help!
chouhoulis has joined #ruby
chouhoulis has quit [Ping timeout: 256 seconds]
ChmEarl has joined #ruby
dionysus70 has joined #ruby
shoshin has quit [Quit: Ping timeout (120 seconds)]
Lyubo1 has quit [Ping timeout: 260 seconds]
dionysus69 has quit [Remote host closed the connection]
dionysus70 is now known as dionysus69
dan64 has quit [Quit: ZNC - http://znc.in]
NightMonkey has quit [Quit: ZNC - http://znc.in]
shoshin has joined #ruby
brendan- has quit [Ping timeout: 260 seconds]
NightMonkey has joined #ruby
dan64 has joined #ruby
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
bvdw has joined #ruby
brendan- has joined #ruby
wild_buffalo44 has quit [Ping timeout: 245 seconds]
<EdwardIII> i read rebuilding rails last night. kinda interesting
crankharder has joined #ruby
BSaboia has joined #ruby
TCZ is now known as NieR
rippa has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
Jonopoly has quit [Quit: WeeChat 2.9]
roshanavand has quit [Quit: Quitting...]
NieR has quit [Quit: Leaving]
orbyt_ has joined #ruby
<adam12> EdwardIII: It's a good book. I liked it as well.
roshanavand has joined #ruby
<EdwardIII> was reading the ebook, the code samples got a bit squashed heh. also i think i would have loved to have seen the book use a more TDD approach to teaching, i find that works really well. plus one letter variables in a teaching material are a bit questionable imo. but in terms of giving you an overview of how something like this works, i think it's great
fercell has joined #ruby
BSaboia has quit [Quit: Leaving]
burgestrand has quit [Quit: burgestrand]
deathwishdave has joined #ruby
eddof13 has quit [Ping timeout: 264 seconds]
joshuacronemeyer has joined #ruby
cthulchu has joined #ruby
ujjain2 has joined #ruby
TomyWork has quit [Remote host closed the connection]
braincrash has quit [Ping timeout: 258 seconds]
chouhoulis has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
fercell has quit [Ping timeout: 272 seconds]
coltkirk has joined #ruby
<coltkirk> Hello everybody, I'm reading Programming Ruby at the moment and I'm enjoying it. Does anyone know of a particularly good/interesting Ruby youtube playlist/instructive series?
<coltkirk> For instance I was learning Common Lisp to help with Emacs, loved the Little Bits of Lisp series, looking for something like that but for Ruby
<havenwood> coltkirk: RubyTapas are fun. These are the free ones: https://www.rubytapas.com/category/freebies/
<havenwood> coltkirk: Or _why's Poignant Guide to Ruby has a soundtrack: https://poignant.guide/
<havenwood> coltkirk: I've not seen Little Bits, but sounds like Ruby Tapas.
<coltkirk> lol thats adorable thank you for showing me the soundtrack
<havenwood> I do like the "This Book is Made (of Rabbits and Lemonade)" track
<havenwood> :)
<coltkirk> lisp was a hard community to come out of, emacs community is fantastic, but the common lisp part of the lisp part is really hard to get good documentation
<coltkirk> I'll join the site you linked. I also like Ruby Koans, and the Koans series in general
deathwishdave has quit [Quit: Textual IRC Client: www.textualapp.com]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
braincrash has joined #ruby
orbyt_ has joined #ruby
<jhass> if you like the koans you also may like exercism.io :)
crankharder has joined #ruby
<coltkirk> I'll look forward to it
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
crankharder has quit [Ping timeout: 256 seconds]
ujjain2 has quit [Remote host closed the connection]
<adam12> Rubytapas for sure. Almost every video (aside from a few quickclips he posts) are well thought out and concise. No umms, pauses, etc.
<havenwood> It's conspicuously not Ruby, but I had a lot of fun working with Avdi on this Dart/Python screencast series. https://www.youtube.com/playlist?list=PLKxvFH5604ZGiHyGNzEo6V8zfZWMhryhA
<havenwood> The Tapas are great.
<havenwood> And +1 Exercism.
<havenwood> Happy to give Exercism code review here too!
ujjain2 has joined #ruby
ujjain2 has quit [Remote host closed the connection]
ujjain2 has joined #ruby
dumptruckman has quit [Ping timeout: 260 seconds]
coffeejunk_ has joined #ruby
kevinsjoberg_ has joined #ruby
kozowu_ has joined #ruby
Iambchop_ has joined #ruby
cstrahan_ has joined #ruby
daemonwrangler has quit [Ping timeout: 246 seconds]
rann_ has joined #ruby
hays has joined #ruby
braincrash has quit [Ping timeout: 260 seconds]
ujjain2 has quit [Remote host closed the connection]
crankharder has joined #ruby
russt_ has joined #ruby
ujjain2 has joined #ruby
TheTFEF has joined #ruby
kevinsjoberg has quit [*.net *.split]
Iambchop has quit [*.net *.split]
rann has quit [*.net *.split]
kozowu has quit [*.net *.split]
cstrahan has quit [*.net *.split]
coffeejunk has quit [*.net *.split]
s_ has quit [*.net *.split]
madhatter has quit [*.net *.split]
russt has quit [*.net *.split]
Nightmare has quit [*.net *.split]
larissa has quit [*.net *.split]
_aeris_ has quit [*.net *.split]
iNs has quit [*.net *.split]
kevinsjoberg_ is now known as kevinsjoberg
Fusl has quit [Max SendQ exceeded]
Iambchop_ is now known as Iambchop
coffeejunk_ is now known as coffeejunk
kozowu_ is now known as kozowu
cstrahan_ is now known as cstrahan
rann_ is now known as rann
Fusl has joined #ruby
impermanence has quit [Ping timeout: 260 seconds]
ujjain2 has quit [Client Quit]
lightstalker has quit [Ping timeout: 246 seconds]
joshuacronemeyer has quit [Read error: Connection reset by peer]
ujjain2 has joined #ruby
lightstalker has joined #ruby
ujjain2 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ujjain2 has joined #ruby
cthulchu has quit [Read error: Connection reset by peer]
cthulchu has joined #ruby
daemonwrangler has joined #ruby
dumptruckman has joined #ruby
howdoi has joined #ruby
ujjain2_ has joined #ruby
ujjain2 has quit [Ping timeout: 260 seconds]
_aeris_ has joined #ruby
iNs has joined #ruby
ujjain2_ has quit [Ping timeout: 260 seconds]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
vondruch has quit [Remote host closed the connection]
landakram has quit [Remote host closed the connection]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
coltkirk has quit [Ping timeout: 260 seconds]
orbyt_ has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
akem has joined #ruby
apoc has joined #ruby
braincrash has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
davispuh has joined #ruby
duderonomy has joined #ruby
joshuacronemeyer has joined #ruby
yxhuvud has quit [Remote host closed the connection]
apoc has quit [Changing host]
apoc has joined #ruby
yxhuvud has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
crankharder has quit [Ping timeout: 260 seconds]
cd has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
bocaneri has quit [Read error: Connection reset by peer]
vondruch has quit [Client Quit]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
ua_ has quit [Ping timeout: 240 seconds]
hiroaki has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
fercell has joined #ruby
crankharder has joined #ruby
banisterfiend has joined #ruby
ua_ has joined #ruby
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
fercell has quit [Quit: WeeChat 2.9]
mojca_ has quit [Ping timeout: 256 seconds]
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
ur5us has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
cd has quit [Quit: cd]
ap4y has joined #ruby
iNs has quit [Remote host closed the connection]
iNs has joined #ruby
cd has joined #ruby
joshuacronemeyer has joined #ruby
evdubs has quit [Remote host closed the connection]
evdubs has joined #ruby
imode has joined #ruby
roshanavand has quit [Ping timeout: 256 seconds]
iNs has quit [Ping timeout: 240 seconds]
iNs has joined #ruby
powerhouse has quit [Quit: Leaving]
stryek has joined #ruby
powerhouse has joined #ruby
dostoyevsky has quit [Ping timeout: 240 seconds]
TCZ has joined #ruby
dostoyevsky has joined #ruby
contradictioned has quit [Ping timeout: 264 seconds]
mozzarel1 has joined #ruby
queip_ has joined #ruby
Kilobyte22 has joined #ruby
ashby has joined #ruby
roshanavand has joined #ruby
leftylin1 has joined #ruby
cd has quit [*.net *.split]
ua_ has quit [*.net *.split]
cthulchu has quit [*.net *.split]
NightMonkey has quit [*.net *.split]
dasher00 has quit [*.net *.split]
BTRE has quit [*.net *.split]
TvL2386 has quit [*.net *.split]
mozzarella has quit [*.net *.split]
markong has quit [*.net *.split]
phaul has quit [*.net *.split]
queip has quit [*.net *.split]
swaggboi has quit [*.net *.split]
factormystic has quit [*.net *.split]
Mikaela has quit [*.net *.split]
Kilo`byte has quit [*.net *.split]
Azure has quit [*.net *.split]
Milos has quit [*.net *.split]
Xiti has quit [*.net *.split]
kinduff48 has quit [*.net *.split]
leftylink has quit [*.net *.split]
axsuul has quit [*.net *.split]
elagost has quit [*.net *.split]
mcr has quit [*.net *.split]
mkaito- has quit [*.net *.split]
JoshAshby has quit [*.net *.split]
rafadc has quit [*.net *.split]
umjisus has quit [*.net *.split]
olspookishmagus has quit [*.net *.split]
meimeix has quit [*.net *.split]
andremedeiros has quit [*.net *.split]
BuildTheRobots has quit [*.net *.split]
mniip has quit [*.net *.split]
mozzarel1 is now known as mozzarella
dasher00 has joined #ruby
NightMonkey has joined #ruby
cthulchu has joined #ruby
kinduff48 has joined #ruby
Mikaela has joined #ruby
phaul has joined #ruby
swaggboi has joined #ruby
andremedeiros has joined #ruby
meimeix has joined #ruby
elagost has joined #ruby
BuildTheRobots has joined #ruby
mkaito- has joined #ruby
factormystic has joined #ruby
umjisus has joined #ruby
axsuul has joined #ruby
Milos has joined #ruby
Azure has joined #ruby
Xiti has joined #ruby
mniip has joined #ruby
queip_ is now known as queip
Milos has quit [Max SendQ exceeded]
Milos has joined #ruby
ua_ has joined #ruby
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
crankharder has quit [Ping timeout: 260 seconds]
ap4y has quit [Ping timeout: 256 seconds]
joshuacronemeyer has joined #ruby
cd has joined #ruby
BTRE has joined #ruby
mcr has joined #ruby
ur5us has quit [Quit: Leaving]
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
crankharder has joined #ruby
leftylin1 is now known as leftylink
orbyt_ has joined #ruby
markong has joined #ruby
ur5us has joined #ruby
crankharder has quit [Ping timeout: 258 seconds]
TCZ has quit [Quit: Leaving]
joshuacronemeyer has joined #ruby
cliluw has quit [Ping timeout: 272 seconds]
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
joshuacronemeyer has joined #ruby
ur5us has quit [Ping timeout: 260 seconds]
crankharder has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
ruurd has quit [Read error: Connection reset by peer]
ruurd has joined #ruby
bmurt has joined #ruby
bmurt has quit [Client Quit]
joshuacronemeyer has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
cliluw has joined #ruby
crankharder has quit [Ping timeout: 256 seconds]
Jonopoly_ has joined #ruby
Jonopoly_ has quit [Client Quit]
ellcs has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
braincrash has quit [Ping timeout: 258 seconds]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
dionysus69 has quit [Remote host closed the connection]
dionysus69 has joined #ruby
ashby has quit [Quit: WeeChat 2.9]
stryek has quit [Quit: Connection closed for inactivity]
JoshAshby has joined #ruby
dviola has quit [Ping timeout: 264 seconds]
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
duderonomy has joined #ruby
edwardly has quit [Quit: ??????????]
edwardly has joined #ruby
Azure has quit [Quit: Textual IRC Client: www.textualapp.com]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
vondruch has quit [Remote host closed the connection]
vondruch has joined #ruby
bmurt has joined #ruby
TCZ has joined #ruby