havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.6.1, 2.5.3, 2.4.5: 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!
blackmesa1 has quit [Ping timeout: 250 seconds]
blackmesa1 has joined #ruby
blackmesa has joined #ruby
blackmesa1 has quit [Ping timeout: 240 seconds]
ghormoon has quit [Remote host closed the connection]
armyriad has quit [Read error: Connection reset by peer]
armyriad has joined #ruby
lunarkitty7 has quit [Ping timeout: 246 seconds]
lunarkitty7 has joined #ruby
paulscoder has joined #ruby
blackmesa has quit [Ping timeout: 250 seconds]
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
AJA4351 is now known as AJA4350
crankharder has quit [Ping timeout: 268 seconds]
lxsameer has quit [Ping timeout: 244 seconds]
cd has joined #ruby
dviola has quit [Quit: WeeChat 2.3]
ghormoon has joined #ruby
d^sh has quit [Ping timeout: 268 seconds]
d^sh has joined #ruby
sgen has quit [Ping timeout: 240 seconds]
hahuang6- has quit [Quit: ZNC 1.8.x-nightly-20190111-e415d9f5 - https://znc.in]
hahuang6- has joined #ruby
dinfuehr has quit [Ping timeout: 244 seconds]
dinfuehr has joined #ruby
s2013 has joined #ruby
millerti has quit [Ping timeout: 272 seconds]
apparition has joined #ruby
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 246 seconds]
AJA4351 is now known as AJA4350
tdy has quit [Ping timeout: 240 seconds]
code_zombie has joined #ruby
s2013 has joined #ruby
houhoulis has joined #ruby
eblip has quit [Read error: Connection reset by peer]
eblip has joined #ruby
skyikot has joined #ruby
maryo_ has joined #ruby
maryo has quit [Ping timeout: 246 seconds]
nchambers has quit [Ping timeout: 246 seconds]
d^sh has quit [Ping timeout: 250 seconds]
d^sh has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
AJA4350 has joined #ruby
skyikot has quit [Quit: skyikot]
AJA4350 has quit [Quit: AJA4350]
tdy has joined #ruby
tdy has quit [Read error: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac]
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
akem__ has quit [Remote host closed the connection]
akem__ has joined #ruby
tdy has joined #ruby
cnsvc has quit [Ping timeout: 256 seconds]
Swyper has joined #ruby
Swyper has quit [Ping timeout: 268 seconds]
s2013 has joined #ruby
braincrash has quit [Quit: bye bye]
<Net> phaul: thank you! when you say that's technically not how let works do you mean because the real reason lets are redefined is because they are (lazily) redefined for each `it`?
braincrash has joined #ruby
sgen has joined #ruby
cd has quit [Ping timeout: 256 seconds]
SuperL4g has joined #ruby
\void has joined #ruby
tdy has quit [Ping timeout: 246 seconds]
SuperLag has quit [Ping timeout: 245 seconds]
orbyt_ has joined #ruby
aupadhye has quit [Ping timeout: 272 seconds]
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
cnsvc has joined #ruby
kent\n has quit [Ping timeout: 246 seconds]
kent\n has joined #ruby
aupadhye has joined #ruby
hays has joined #ruby
cd has joined #ruby
\void has quit [Ping timeout: 268 seconds]
aupadhye has quit [Ping timeout: 250 seconds]
aupadhye has joined #ruby
Swyper has joined #ruby
apparition has quit [Quit: Bye]
Swyper has quit [Ping timeout: 240 seconds]
aupadhye has quit [Ping timeout: 240 seconds]
Swyper has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Swyper has quit [Ping timeout: 272 seconds]
crankharder has joined #ruby
maryo_ has quit [Ping timeout: 245 seconds]
crankharder has quit [Ping timeout: 245 seconds]
s2013 has joined #ruby
tdy has joined #ruby
\void has joined #ruby
skyikot has joined #ruby
duderonomy has joined #ruby
rippa has joined #ruby
_whitelogger has joined #ruby
s2013 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
paulscoder has quit [Quit: paulscoder]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
houhoulis has quit [Remote host closed the connection]
ItsAVortex has joined #ruby
ItsAVortex has quit [Client Quit]
akem__ has quit [Read error: Connection reset by peer]
akem__ has joined #ruby
DTZUZO has quit [Ping timeout: 250 seconds]
reber has joined #ruby
crankharder has joined #ruby
crankharder has quit [Ping timeout: 240 seconds]
crankharder has joined #ruby
Swyper has joined #ruby
crankharder has quit [Ping timeout: 246 seconds]
Swyper has quit [Ping timeout: 250 seconds]
skyikot has quit [Quit: skyikot]
<baweaver> &>> class Custom; def to_proc -> v { true } end; end; [1,2,3].select(&Custom.new)
<rubydoc> # => (https://carc.in/#/r/67tk)
xrexeon has joined #ruby
<baweaver> &>> class Custom; def to_proc; -> v { true } end; end; [1,2,3].select(&Custom.new)
<rubydoc> # => [1, 2, 3] (https://carc.in/#/r/67tl)
<baweaver> &>> class Custom; def call; true; end; def to_proc; method(:call) end; end; [1,2,3].select(&Custom.new)
<rubydoc> # => wrong argument type Custom (expected Proc) (TypeError) (https://carc.in/#/r/67tm)
<baweaver> havenwood: hrm
<baweaver> method won't go for Proc requirements apparently, slightly pesky
\void has quit [Quit: So long, and thanks for all the fish.]
maryo_ has joined #ruby
marmotini_ has joined #ruby
crankharder has joined #ruby
crankharder has quit [Ping timeout: 244 seconds]
Swyper has joined #ruby
Swyper has quit [Ping timeout: 245 seconds]
maryo_ has quit [Ping timeout: 246 seconds]
marmotini_ has quit [Ping timeout: 245 seconds]
marmotini_ has joined #ruby
valadares has quit [Read error: Connection reset by peer]
octos has joined #ruby
tdy has quit [Ping timeout: 246 seconds]
conta has joined #ruby
BH23 has joined #ruby
conta has quit [Ping timeout: 250 seconds]
conta has joined #ruby
maryo_ has joined #ruby
conta has quit [Ping timeout: 246 seconds]
ravenousmoose has joined #ruby
ravenousmoose has quit [Client Quit]
Fernando-Basso has joined #ruby
marmotini_ has quit [Ping timeout: 268 seconds]
BH23 has quit [Ping timeout: 246 seconds]
ravenousmoose has joined #ruby
cnsvc has quit [Ping timeout: 256 seconds]
szulak_ has joined #ruby
szulak_ has quit [Read error: Connection reset by peer]
reber has quit [Remote host closed the connection]
xrexeon has quit [Ping timeout: 268 seconds]
maryo_ has quit [Ping timeout: 240 seconds]
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
sagax has quit [Ping timeout: 246 seconds]
deathwishdave has joined #ruby
za1b1tsu has joined #ruby
dellavg__ has joined #ruby
sagax has joined #ruby
_whitelogger has joined #ruby
blackmesa has joined #ruby
blackmesa1 has joined #ruby
blackmesa has quit [Ping timeout: 240 seconds]
aqd has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
aqd has joined #ruby
aqd has quit [Client Quit]
istrasci has quit [Ping timeout: 256 seconds]
aqd has joined #ruby
deathwishdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
deathwishdave has joined #ruby
za1b1tsu has quit [Remote host closed the connection]
deathwishdave has quit [Client Quit]
za1b1tsu has joined #ruby
deathwishdave has joined #ruby
deathwishdave has quit [Client Quit]
Dbugger has joined #ruby
conta has joined #ruby
Xeago_ has joined #ruby
Xeago has quit [Ping timeout: 250 seconds]
Xeago_ is now known as Xeago
deathwishdave has joined #ruby
<phaul> Net: I meant redefinition is more like being overriden. Given they are instance methods of classes, that inherit from each other
<phaul> hence how super works on the gist
marmotini_ has joined #ruby
<phaul> and let(:a) { a } is infinite loop
za1b1tsu has quit [Read error: Connection reset by peer]
jason479 has joined #ruby
<jason479> hi
<phaul> jason479: hi
<jason479> Anyone can help me with module and namespace
<phaul> yep, what's your problem
<jason479> so i have a module named 'OpenBSDHelper'
<jason479> and an other module lives in open_bsd_helper/needs.rb
<phaul> ah. You left exactly the second I answered you yesterday :)
code_zombie has quit [Quit: Leaving]
<jason479> how can i get something like that : OpenBSDHelper::Need.root ?
<jason479> i don't understand how to link the module Needs with the OpenBSDHelper namespace
<phaul> module OpenBSDHelper; module Need .. end; end
<phaul> put it inside ^
marmotini has joined #ruby
<phaul> modules and classes are open, if you give a new definition you just append to it
<jason479> but if i wish to separate into multiple files ?
crankharder has joined #ruby
<phaul> you can define it many times, as new definition appends not redefines
<jason479> i don'tunderstand
<jason479> for now i have 2 files, 2 modules
<jason479> i wish to use the module Needs inside the main module 'OpenBSDHelper'
<jason479> keeping 2 files, 1 file per module
conta1 has joined #ruby
<phaul> 1 file has OpenBSDHelper the other Need ?
<jason479> 1 file = 1 module = OpenBSDHelper
<jason479> an other file that lives in the folder open_bsd_helper with the filename 'needs.rb'
marmotini_ has quit [Ping timeout: 250 seconds]
<jason479> i wish to link 'Need' inside 'OpenBSDHelper' keeping 2 files not append the content
<jason479> and have finally something like that : OpenBSDHelper::Needs.module_name
<phaul> file openbsdhelper: module OpenBSDHelper ... stuff not related to Need; end;
<phaul> file need: module OpenBSDHelper; module Need; ... ; end; end
<phaul> you can open module OpenBSDHelper in two places.
<jason479> hum
conta1 has quit [Ping timeout: 245 seconds]
<jason479> how can i get OpenBSDHelper::Needs.method_name_inside_need
octos has quit [Read error: Connection reset by peer]
octos has joined #ruby
<jason479> the main module is open_bsd_helper.rb i just need have inside this module the module Needs
<jason479> i don't understand what you mean
akem__ has quit [Read error: Connection reset by peer]
akem__ has joined #ruby
akem__ has quit [Remote host closed the connection]
akem__ has joined #ruby
Inline has quit [Read error: Connection reset by peer]
Inline has joined #ruby
akem__ has quit [Remote host closed the connection]
akem__ has joined #ruby
ravenousmoose has quit [Quit: Taking a quick nap...ZZzzz]
Puffball has joined #ruby
<jason479> any one can help me with Modules ?
crankharder has quit [Ping timeout: 246 seconds]
conta has quit [Quit: conta]
<tbuehlmann> jason479: what's the question?
<jason479> hi tbuehlmann
<jason479> i have a file named ./open_bsd_helper.rb it is a module named 'OpenBSDHelper'
<jason479> and an other module located at ./open_bsd_helper/needs.rb named 'Needs'
<jason479> i wish to be able to use this form : OpenBSDHelper::Needs.method_name_in_needs
<jason479> keeping multiples modules in multiple files, not append
<jason479> is there a way to do that ?
<jason479> any idea ?
catbusters has joined #ruby
<tbuehlmann> you can nest B inside the A namespace
<jason479> i wish to keep two files
<tbuehlmann> you can keep two files
<jason479> how can use it ?
<jason479> thank's tbuehlmann
jason479 has quit [Quit: Page closed]
deathwishdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
deathwishdave has joined #ruby
roshanavand__ has joined #ruby
postmodern has quit [Quit: Leaving]
crankharder has joined #ruby
roshanavand_ has quit [Ping timeout: 250 seconds]
ravenousmoose has joined #ruby
MuffinPimp has quit [Read error: Connection reset by peer]
lxsameer has joined #ruby
MuffinPimp has joined #ruby
maryo_ has joined #ruby
blackmesa1 has quit [Ping timeout: 264 seconds]
olspookishmagus has joined #ruby
maryo_ has quit [Client Quit]
xrexeon has joined #ruby
xrexeon has quit [Max SendQ exceeded]
xrexeon has joined #ruby
lucasb has joined #ruby
AJA4350 has joined #ruby
conta has joined #ruby
deathwishdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
deathwishdave has joined #ruby
conta has quit [Ping timeout: 250 seconds]
marmotini has quit [Remote host closed the connection]
marmotini has joined #ruby
conta has joined #ruby
crankharder has quit [Ping timeout: 272 seconds]
marmotini has quit [Remote host closed the connection]
marmotini has joined #ruby
conta has quit [Ping timeout: 272 seconds]
marmotini has quit [Remote host closed the connection]
marmotini_ has joined #ruby
AJA4351 has joined #ruby
marmotini_ has quit [Remote host closed the connection]
AJA4350 has quit [Ping timeout: 250 seconds]
AJA4351 is now known as AJA4350
crankharder has joined #ruby
deathwishdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cd has quit [Quit: cd]
za1b1tsu has joined #ruby
roshanavand_ has joined #ruby
roshanavand__ has quit [Remote host closed the connection]
conta has joined #ruby
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 250 seconds]
AJA4351 is now known as AJA4350
thebetrayer has quit [Quit: WeeChat 2.3]
BrianWGray has quit [Ping timeout: 250 seconds]
blackmesa1 has joined #ruby
blackmesa1 has quit [Ping timeout: 240 seconds]
akem__ has quit [Remote host closed the connection]
akem__ has joined #ruby
BrianWGray has joined #ruby
catbusters has quit [Quit: Connection closed for inactivity]
AJA4350 has quit [Read error: Connection reset by peer]
AJA4350 has joined #ruby
conta has quit [Remote host closed the connection]
conta has joined #ruby
themsay has quit [Ping timeout: 250 seconds]
conta has quit [Ping timeout: 268 seconds]
za1b1tsu has quit [Ping timeout: 250 seconds]
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 240 seconds]
AJA4351 is now known as AJA4350
crankharder has quit [Ping timeout: 250 seconds]
Biganon has left #ruby ["WeeChat 1.6"]
ravenousmoose is now known as ravenousmoose[aw
ravenousmoose[aw has quit [Quit: Taking a quick nap...ZZzzz]
crankharder has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
lucasb has quit [Quit: Connection closed for inactivity]
blackmesa1 has joined #ruby
AJA4350 has joined #ruby
BH23 has joined #ruby
crankharder has quit [Ping timeout: 246 seconds]
crankharder has joined #ruby
ravenousmoose has joined #ruby
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 244 seconds]
AJA4351 is now known as AJA4350
blackmesa1 has quit [Ping timeout: 240 seconds]
conta has joined #ruby
conta has quit [Ping timeout: 250 seconds]
dviola has joined #ruby
BH23 has quit [Ping timeout: 268 seconds]
AJA4350 has quit [Ping timeout: 246 seconds]
AJA4350 has joined #ruby
Fernando-Basso has quit [Remote host closed the connection]
e has quit [Quit: edk]
neesus has joined #ruby
tdy has joined #ruby
DTZUZO has joined #ruby
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 250 seconds]
AJA4351 is now known as AJA4350
orbyt_ has joined #ruby
agent_white has joined #ruby
akem has joined #ruby
akem__ has quit [Read error: Connection reset by peer]
crankharder has quit [Ping timeout: 272 seconds]
<phaul> &fake FamilyGuy.quote
<rubydoc> Isn’t ‘bribe’ just another word for ‘love’?
deathwishdave has joined #ruby
conta has joined #ruby
Guest22118 has joined #ruby
conta has quit [Ping timeout: 244 seconds]
Guest22118 is now known as hexagon
octos has quit [Read error: Connection reset by peer]
octos has joined #ruby
conta has joined #ruby
DTZUZO has quit [Ping timeout: 245 seconds]
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 268 seconds]
AJA4351 is now known as AJA4350
conta has quit [Ping timeout: 245 seconds]
marmotini_ has joined #ruby
blackmesa1 has joined #ruby
DTZUZO has joined #ruby
jcarl43 has joined #ruby
crankharder has joined #ruby
deathwishdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
conta has joined #ruby
conta has quit [Ping timeout: 272 seconds]
marmotini has joined #ruby
conta has joined #ruby
crankharder has quit [Ping timeout: 250 seconds]
crankharder has joined #ruby
marmotini_ has quit [Ping timeout: 240 seconds]
ravenousmoose has quit [Quit: Taking a quick nap...ZZzzz]
blackmesa1 has quit [Ping timeout: 252 seconds]
marmotini_ has joined #ruby
deathwishdave has joined #ruby
marmotini has quit [Ping timeout: 244 seconds]
conta has quit [Ping timeout: 250 seconds]
blackmesa1 has joined #ruby
conta has joined #ruby
deathwishdave has quit [Client Quit]
AJA4350 has quit [Ping timeout: 240 seconds]
\void has joined #ruby
AJA4350 has joined #ruby
ravenousmoose has joined #ruby
arup_r has joined #ruby
remi479 has joined #ruby
<remi479> Hi everyone
<remi479> Using raise to show error message, it prints more than just the string you added, is there a way to just show your error message ?
crankharder has quit [Ping timeout: 246 seconds]
conta has quit [Quit: conta]
conta has joined #ruby
conta has quit [Client Quit]
DTZUZO has quit [Ping timeout: 245 seconds]
nowhereman has quit [Ping timeout: 252 seconds]
AJA4351 has joined #ruby
remi479 has quit [Ping timeout: 256 seconds]
AJA4350 has quit [Ping timeout: 246 seconds]
AJA4351 is now known as AJA4350
dinfuehr has quit [Ping timeout: 246 seconds]
dinfuehr has joined #ruby
blackmesa1 has quit [Ping timeout: 252 seconds]
ravenousmoose has quit [Quit: Taking a quick nap...ZZzzz]
sgen has quit [Ping timeout: 250 seconds]
catbusters has joined #ruby
arup_r has quit []
neesus has quit [Quit: WeeChat 2.2]
lunarkitty7 has quit [Ping timeout: 268 seconds]
govg has quit [Ping timeout: 244 seconds]
Puffball_ has joined #ruby
Puffball_ has quit [Client Quit]
houhoulis has joined #ruby
jcarl43 has quit [Quit: WeeChat 2.3]
AJA4350 has quit [Ping timeout: 250 seconds]
crankharder has joined #ruby
ravenousmoose has joined #ruby
DTZUZU has quit [Quit: WeeChat 2.2]
lunarkitty7 has joined #ruby
AJA4350 has joined #ruby
akem has quit [Remote host closed the connection]
akem has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cnsvc has joined #ruby
AJA4350 has quit [Ping timeout: 272 seconds]
orbyt_ has joined #ruby
crankharder has quit [Ping timeout: 245 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
matrix9180 has joined #ruby
kentnl has joined #ruby
kent\n has quit [Quit: No Ping reply in 180 seconds.]
crankharder has joined #ruby
nchambers has joined #ruby
conta has joined #ruby
tdy has quit [Ping timeout: 240 seconds]
za1b1tsu has joined #ruby
conta has quit [Ping timeout: 272 seconds]
clemens3 has joined #ruby
spacesuitdiver has joined #ruby
spacesuitdiver has quit [Quit: Textual IRC Client: www.textualapp.com]
deathwishdave has joined #ruby
AJA4350 has joined #ruby
crankharder has quit [Ping timeout: 240 seconds]
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
conta has joined #ruby
Zarthus has quit [Quit: Ping timeout (120 seconds)]
Zarthus has joined #ruby
deathwishdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
deathwishdave has joined #ruby
conta has quit [Ping timeout: 250 seconds]
deathwishdave has quit [Client Quit]
armyriad has quit [Quit: Leaving]
armyriad has joined #ruby
ravenousmoose has quit [Quit: Taking a quick nap...ZZzzz]
AJA4350 has quit [Ping timeout: 245 seconds]
Yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
crankharder has joined #ruby
orbyt_ has joined #ruby
Xiti has quit [Quit: Xiti]
AJA4350 has joined #ruby
za1b1tsu has quit [Read error: Connection reset by peer]
ur5us has joined #ruby
za1b1tsu has joined #ruby
tdy has joined #ruby
Xiti has joined #ruby
dviola has quit [Quit: WeeChat 2.3]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dbugger_ has joined #ruby
Dbugger has quit [Ping timeout: 240 seconds]
DTZUZU has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
AJA4350 has quit [Ping timeout: 250 seconds]
orbyt_ has joined #ruby
dellavg__ has quit [Ping timeout: 240 seconds]
jtdowney has quit [Read error: Connection reset by peer]
jtdowney has joined #ruby
crankharder has quit [Ping timeout: 268 seconds]
octos has quit [Read error: Connection reset by peer]
octos has joined #ruby
octos has quit [Read error: Connection reset by peer]
octos has joined #ruby
crankharder has joined #ruby
xrexeon has quit [Remote host closed the connection]
jtdowney has quit [Client Quit]
jtdowney has joined #ruby
jtdowney has quit [Read error: Connection reset by peer]
AJA4350 has joined #ruby
jtdowney has joined #ruby
Dbugger has joined #ruby
dbugger_ has quit [Read error: Connection reset by peer]
Deesl has joined #ruby
<Deesl> Does anyone have a good tutorial talking about setting up emacs with popup autocompletion and other bells and whistles for Ruby?
ur5us has quit [Read error: Connection reset by peer]
Dbugger has quit [Remote host closed the connection]
Dbugger has joined #ruby
za1b1tsu has quit [Read error: Connection reset by peer]
tdy has quit [Read error: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac]
tdy has joined #ruby
za1b1tsu has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Deesl has quit [Quit: Textual IRC Client: www.textualapp.com]
marmotini_ has quit [Ping timeout: 250 seconds]
ellcs has joined #ruby
spacesuitdiver has joined #ruby
bmurt has joined #ruby
AJA4350 has quit [Ping timeout: 246 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
AJA4350 has joined #ruby
orbyt_ has joined #ruby
e has joined #ruby
Dbugger has quit [Remote host closed the connection]
ellcs has quit [Ping timeout: 264 seconds]
cnsvc has quit [Ping timeout: 256 seconds]
agent_white has quit [Quit: leaving]
spacesuitdiver has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
agent_white has joined #ruby
cnsvc has joined #ruby
bmurt has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
lxsameer has quit [Ping timeout: 246 seconds]
AJA4350 has joined #ruby
cthulchu_ has quit [Ping timeout: 240 seconds]
catbusters has quit [Quit: Connection closed for inactivity]
za1b1tsu has quit [Read error: Connection reset by peer]
cnsvc has quit [Ping timeout: 256 seconds]
za1b1tsu has joined #ruby
nchambers has quit [Ping timeout: 240 seconds]
octos has quit [Read error: Connection reset by peer]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
octos has joined #ruby
clemens3_ has joined #ruby
clemens3 has quit [Ping timeout: 240 seconds]
houhoulis has quit [Remote host closed the connection]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
clemens3 has joined #ruby
clemens3_ has quit [Ping timeout: 250 seconds]
crankharder has quit [Ping timeout: 246 seconds]
dinfuehr has quit [Read error: Connection reset by peer]
dinfuehr has joined #ruby
conta has joined #ruby