havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.4.1, 2.3.4 & 2.2.7: https://www.ruby-lang.org || Paste >3 lines of text to: https://gist.github.com || Rails questions? Ask in: #RubyOnRails || Logs: https://irclog.whitequark.org/ruby || Books: https://goo.gl/wpGhoQ
jrabe has quit []
jrabe has joined #ruby
fishcooker has quit [Quit: Leaving.]
jenrzzz has quit [Ping timeout: 240 seconds]
benlieb has quit [Quit: benlieb]
Azure has quit [Ping timeout: 240 seconds]
neruda has joined #ruby
<neruda> hi
<neruda> i need a little hand holding with a gem dependency upgrade
<neruda> i have a gem that i unpacked in order to bump up the version of nokogiri listed in the gemspec
<neruda> im wondering how to repack and include in git commit once done
<neruda> i got this gem out of the vendor/cache, but it could also be a part of a gemset (still learning rvm stuff)
tcopeland has joined #ruby
<neruda> not sure if there any do's/don'ts/best-practices around this sort of endeavor
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
cconstantine has quit [Ping timeout: 246 seconds]
<darix> neruda: gem unpack *gem ; gem spec --ruby *gem gemname*/gemname-version.gemspec ; cd gemname*/ ; gem build gemname-version.gemspec
benlieb has joined #ruby
aleandros has quit [Quit: aleandros]
<darix> neruda: does that help?
mtkd has quit [Ping timeout: 255 seconds]
brent__ has joined #ruby
jameser has joined #ruby
__Yiota has joined #ruby
bruce_lee has quit [Ping timeout: 240 seconds]
bruce_lee has joined #ruby
bruce_lee has quit [Changing host]
bruce_lee has joined #ruby
mtkd has joined #ruby
cconstantine has joined #ruby
jdbrowne has quit [Ping timeout: 248 seconds]
jameser has quit [Client Quit]
brent__ has quit [Ping timeout: 240 seconds]
<astronavt> whats this idiom i keep seeing in the Bundler code? @root || =
<astronavt> def root; @root ||= ...; end
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cconstantine has quit [Ping timeout: 246 seconds]
enterprisey has quit [Read error: Connection reset by peer]
<Salmonidae> evaluates right hand side and assigns it to @root (if @root is nil or false), but if @root is already truthful (not nil or false) it will simply return @root and not evaluate the right hand side.
tcopeland has quit [Quit: tcopeland]
<Salmonidae> it's often used for memoization
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
milardovich has quit [Remote host closed the connection]
AndBobsYourUncle has joined #ruby
FahmeF has joined #ruby
noobineer has quit [Remote host closed the connection]
<neruda> darix: sorry missed your reply, that's what i ended up doing
umaaji has joined #ruby
cconstantine has joined #ruby
FahmeF has quit [Ping timeout: 240 seconds]
benlieb has quit [Ping timeout: 240 seconds]
AxelAlex has quit [Read error: Connection reset by peer]
MarkBilk_ has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
MarkBilk has quit [Ping timeout: 240 seconds]
nadir has quit [Quit: Connection closed for inactivity]
cconstantine has quit [Ping timeout: 246 seconds]
marr has quit [Ping timeout: 240 seconds]
hinbody has quit [Read error: Connection reset by peer]
hinbody has joined #ruby
cconstantine has joined #ruby
mtkd has quit [Ping timeout: 240 seconds]
bronson has joined #ruby
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eightlimbed has joined #ruby
mtkd has joined #ruby
vondruch has quit [Quit: vondruch]
jackjackdripper has joined #ruby
skweek has quit [Ping timeout: 260 seconds]
vondruch has joined #ruby
bronson has quit [Ping timeout: 252 seconds]
coderphive has joined #ruby
<astronavt> Salmonidae so what's @root?
<astronavt> does the @ have any meaning
<Salmonidae> it's an instance variable :)
AxelAlex has joined #ruby
<Salmonidae> it does
<astronavt> hmm
<astronavt> but... root is a method
<Salmonidae> yeah. methods act on state (instance variables), which are not easily accessible to the outside.
<Salmonidae> https://github.com/bundler/bundler/blob/master/lib/bundler.rb#L217 it looks like this method is defined as `Bundler.root`. so the instance variable belongs to 'Bundler' (an instance of Module)
<Salmonidae> you should get a ruby book or read one online
AndBobsYourUncle has joined #ruby
kapil___ has joined #ruby
fishcooker has joined #ruby
lupine has quit [Remote host closed the connection]
drcode has joined #ruby
houhoulis has quit [Remote host closed the connection]
astronavt has quit [Remote host closed the connection]
zack6849 has quit [Ping timeout: 255 seconds]
jenrzzz has joined #ruby
async_prince has quit [Ping timeout: 276 seconds]
zack6849 has joined #ruby
async_prince has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
zack6849 has quit [Changing host]
zack6849 has joined #ruby
async_prince is now known as Guest82765
__Yiota has joined #ruby
tcopeland has joined #ruby
lupine has joined #ruby
Cohedrin_ has quit [Read error: Connection reset by peer]
enterprisey has joined #ruby
rfshark has joined #ruby
pharma_joe has joined #ruby
Cohedrin_ has joined #ruby
jameser has joined #ruby
jameser has quit [Read error: Connection reset by peer]
jameser has joined #ruby
jenrzzz has quit [Ping timeout: 248 seconds]
jameser has quit [Client Quit]
jackjackdripper has quit [Quit: Leaving.]
gizmore|2 has joined #ruby
jackjackdripper has joined #ruby
gizmore has quit [Ping timeout: 240 seconds]
jackjackdripper has quit [Client Quit]
jackjackdripper has joined #ruby
jackjackdripper has quit [Client Quit]
neruda has quit [Quit: Page closed]
jenrzzz has joined #ruby
mark_on_the_moon has quit [Ping timeout: 240 seconds]
kn-928 has joined #ruby
brent__ has joined #ruby
brent__ has quit [Ping timeout: 240 seconds]
sniffer has quit [Quit: No Ping reply in 210 seconds.]
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sniffer has joined #ruby
quobo has quit [Quit: Connection closed for inactivity]
AndBobsYourUncle has joined #ruby
fishcooker has quit [Ping timeout: 248 seconds]
d^sh has quit [Ping timeout: 240 seconds]
guardianx has joined #ruby
hndk has joined #ruby
vondruch has quit [Quit: vondruch]
d^sh has joined #ruby
vondruch has joined #ruby
AndBobsYourUncle has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has quit [Ping timeout: 252 seconds]
vondruch has quit [Client Quit]
Cohedrin_ has quit [Read error: Connection reset by peer]
vondruch has joined #ruby
Cohedrin_ has joined #ruby
rhyselsmore has joined #ruby
fishcooker has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
pharma_joe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tcopeland has quit [Quit: tcopeland]
bruce_lee has quit [Remote host closed the connection]
jameser has joined #ruby
tcopeland has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
coderphive has quit [Quit: coderphive]
djuber has quit [Ping timeout: 260 seconds]
Azure has joined #ruby
kies has joined #ruby
pharma_joe has joined #ruby
djuber has joined #ruby
aglorei1 has quit [Remote host closed the connection]
aglorei1 has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
coderphive has joined #ruby
guardianx has quit []
vondruch has quit [Client Quit]
vondruch has joined #ruby
pharma_joe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<cconstantine> I have a thread that needs to do some cleanup work when it's terminated. I've got most of the exit points handled, but when the ruby process exits it's getting killed before I can do the cleanup. Is there a way to trap a thread about to exit and do some work?
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
bronson has joined #ruby
tcopeland has quit [Quit: tcopeland]
vondruch has quit [Client Quit]
vondruch has joined #ruby
bronson has quit [Ping timeout: 248 seconds]
pharma_joe has joined #ruby
cconstantine has quit [Ping timeout: 255 seconds]
cconstantine has joined #ruby
eightlimbed has quit [Ping timeout: 248 seconds]
<Salmonidae> cconstantine: t = Thread.new { }; at_exit { t.join }. keep a reference to the thread, and use Thread#join before the main thread can exit. 'killing' threads is usually not a good idea. you probably instead want to communicate a shutdown through Queue or similar.
kies has quit [Ping timeout: 246 seconds]
PaulCapestany has quit [Quit: .]
PaulCapestany has joined #ruby
skweek has joined #ruby
mark_on_the_moon has joined #ruby
cadillac_ has quit [Quit: I quit]
cadillac_ has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
djuber has quit [Ping timeout: 240 seconds]
arescorpio has joined #ruby
sp4rrow has joined #ruby
Silthias1 has quit [Ping timeout: 246 seconds]
gh has joined #ruby
elcontrastador has joined #ruby
Silthias has joined #ruby
kn-928 has quit [Quit: WeeChat 1.9]
gh has quit [Quit: Leaving]
AxelAlex has quit [Quit: AxelAlex]
mtkd has quit [Ping timeout: 240 seconds]
QualityAddict has quit [Quit: Leaving]
kapil___ has quit [Quit: Connection closed for inactivity]
nadir has joined #ruby
mtkd has joined #ruby
gix has quit [Ping timeout: 240 seconds]
coderphive has quit [Quit: coderphive]
gix has joined #ruby
jinie has quit [Ping timeout: 246 seconds]
arescorpio has quit [Quit: Leaving.]
howdoi has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
jinie has joined #ruby
nacsurte has joined #ruby
sp4rrow has quit [Quit: The Internet needs a break and I need a cookie]
sp4rrow has joined #ruby
sp4rrow has quit [Client Quit]
vondruch has quit [Client Quit]
vondruch has joined #ruby
nacsurte has quit [Ping timeout: 248 seconds]
harai has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
Cohedrin_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
guardianx has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
Cohedrin_ has joined #ruby
mtkd has quit [Ping timeout: 248 seconds]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vondruch has quit [Client Quit]
vondruch has joined #ruby
jamiejackson has quit [Ping timeout: 248 seconds]
xall has joined #ruby
dviola has quit [Quit: WeeChat 1.9]
enterprisey has quit [Ping timeout: 248 seconds]
ascarter has joined #ruby
nacsurte has joined #ruby
govg has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
nacsurte has quit [Ping timeout: 240 seconds]
rabajaj has joined #ruby
bronson has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
uZiel has joined #ruby
bronson has quit [Ping timeout: 240 seconds]
mtkd has joined #ruby
jordanm has joined #ruby
hndk has quit [Quit: Leaving]
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pharma_joe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
brent__ has joined #ruby
brent__ has quit [Ping timeout: 240 seconds]
pharma_joe has joined #ruby
enterprisey has joined #ruby
ascarter has joined #ruby
taurgal has joined #ruby
ascarter has quit [Client Quit]
pharma_joe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
brent__ has joined #ruby
BTRE has quit [Ping timeout: 248 seconds]
ascarter has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
pharma_joe has joined #ruby
vondruch has quit [Client Quit]
vondruch has joined #ruby
balazs_ has quit [Ping timeout: 240 seconds]
guardianx has quit []
ta_ has quit [Remote host closed the connection]
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ascarter has joined #ruby
<Nilium> This GUI library I was writing is further along than I thought it was... haven't actually looked at it in a little under 3 years. Maybe I should pick that back up for fun.
ledestin has joined #ruby
xall has quit [Ping timeout: 248 seconds]
brent__ has quit [Remote host closed the connection]
anisha has joined #ruby
biberu has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
vondruch has quit [Client Quit]
mjolnird has quit [Read error: No route to host]
vondruch has joined #ruby
mjolnird has joined #ruby
enterprisey has quit [Quit: Leaving]
mkali has joined #ruby
MrBusiness has quit [Read error: Connection reset by peer]
s00pcan has quit [Ping timeout: 252 seconds]
s00pcan has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
mark_on_the_moon has quit [Quit: Konversation terminated!]
xall has joined #ruby
xall has quit [Client Quit]
vondruch has quit [Client Quit]
vondruch has joined #ruby
kies has joined #ruby
Jey has joined #ruby
s00pcan has quit [Ping timeout: 240 seconds]
s00pcan has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
ascarter has joined #ruby
guille-moe has joined #ruby
ana_ has joined #ruby
ana_ has quit [Client Quit]
jackjackdripper has joined #ruby
guille-moe has quit [Remote host closed the connection]
guille-moe has joined #ruby
ana_ has joined #ruby
cosmicz has joined #ruby
Ishido has joined #ruby
ur5us has quit [Remote host closed the connection]
zautomata has joined #ruby
alex`` has joined #ruby
naprimer2 has joined #ruby
ascarter has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cubicme has joined #ruby
ascarter has joined #ruby
<cubicme> hey, is there a way to inspect a running ruby process memory (sidekiq in this case)?
naprimer has quit [Ping timeout: 264 seconds]
Silthias has quit [Ping timeout: 255 seconds]
ascarter has quit [Client Quit]
ByronJohnson has quit [Ping timeout: 248 seconds]
havenwood has quit [Ping timeout: 246 seconds]
pwnd_nsfw` has joined #ruby
alveric2 has quit [Quit: WeeChat 1.9]
Silthias has joined #ruby
bronson has joined #ruby
pwnd_nsfw has quit [Ping timeout: 240 seconds]
jackjackdripper has quit [Quit: Leaving.]
cadillac_ has quit [Ping timeout: 248 seconds]
bronson has quit [Ping timeout: 248 seconds]
cadillac_ has joined #ruby
Mortomes|Work has joined #ruby
pharma_joe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vondruch has quit [Ping timeout: 260 seconds]
pharma_joe has joined #ruby
conta has joined #ruby
tonini has joined #ruby
cconstantine has quit [Ping timeout: 246 seconds]
dionysus69 has joined #ruby
Macaveli has joined #ruby
pharma_joe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ta_ has joined #ruby
cosmicz has quit [Quit: This computer has gone to sleep]
Burgestrand has joined #ruby
andikr has joined #ruby
<dminuoso> Okay turns out Elixir protocols is exactly what I have been missing in Ruby.
<dminuoso> :-)
Mon_Ouie has joined #ruby
harfangk has joined #ruby
Dimik has quit [Ping timeout: 240 seconds]
cubicme has left #ruby ["ERC (IRC client for Emacs 25.2.1)"]
nacsurte has joined #ruby
rfshark has quit [Quit: rfshark]
nacsurte has quit [Ping timeout: 240 seconds]
claudiuinberlin has joined #ruby
vondruch has joined #ruby
TomyWork has joined #ruby
mark_66 has joined #ruby
Mia has joined #ruby
Mia has joined #ruby
paranoicsan has joined #ruby
mark_66 has quit [Read error: Connection reset by peer]
Silthias1 has joined #ruby
Silthias has quit [Ping timeout: 246 seconds]
mark_66 has joined #ruby
Burgestrand has quit [Quit: Good bye and have a nice day!]
mark_66 has joined #ruby
tvw has joined #ruby
elcontrastador has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Burgestrand has joined #ruby
Burgestrand has quit [Client Quit]
Burgestrand has joined #ruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
samlisl_ has quit [Ping timeout: 240 seconds]
claudiuinberlin has joined #ruby
phaul has joined #ruby
mark_66 has quit [Read error: Connection reset by peer]
mark_66 has joined #ruby
yeticry_ has joined #ruby
yeticry has quit [Read error: Connection reset by peer]
jaruga has joined #ruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
conta1 has joined #ruby
conta has quit [Ping timeout: 240 seconds]
conta1 is now known as conta
imode has quit [Ping timeout: 246 seconds]
FifthWall has quit [Ping timeout: 240 seconds]
jpterry has quit [Ping timeout: 240 seconds]
pragmatism has quit [Ping timeout: 246 seconds]
Fire-Dragon-DoL has quit [Ping timeout: 248 seconds]
baweaver has quit [Ping timeout: 255 seconds]
Nilium has quit [Ping timeout: 246 seconds]
creeg has quit [Quit: No Ping reply in 180 seconds.]
perry has quit [Ping timeout: 255 seconds]
Radar has quit [Ping timeout: 255 seconds]
knight_ has quit [Quit: No Ping reply in 180 seconds.]
boshhead has quit [Remote host closed the connection]
gbailey has quit [Ping timeout: 246 seconds]
justinmcp has quit [Quit: No Ping reply in 180 seconds.]
TheMoonMaster has quit [Ping timeout: 248 seconds]
guille-moe has quit [Ping timeout: 240 seconds]
FifthWall has joined #ruby
creeg has joined #ruby
Radar has joined #ruby
Radar is now known as Guest56455
knight_ has joined #ruby
pragmatism has joined #ruby
boshhead has joined #ruby
s00pcan has quit [Ping timeout: 240 seconds]
baweaver has joined #ruby
justinmcp has joined #ruby
Nilium has joined #ruby
baweaver is now known as Guest52630
s00pcan has joined #ruby
gbailey has joined #ruby
Fire-Dragon-DoL has joined #ruby
FahmeF has joined #ruby
TheMoonMaster has joined #ruby
TheMoonMaster has quit [Changing host]
TheMoonMaster has joined #ruby
guille-moe has joined #ruby
perry has joined #ruby
perry has joined #ruby
perry has quit [Changing host]
jpterry has joined #ruby
mim1k has joined #ruby
nacsurte has joined #ruby
s00pcan has quit [Ping timeout: 255 seconds]
rfshark has joined #ruby
nacsurte has quit [Ping timeout: 255 seconds]
MarkBilk__ has joined #ruby
MarkBilk_ has quit [Ping timeout: 246 seconds]
Cohedrin_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mim1k has quit [Disconnected by services]
mim1k_ has joined #ruby
evie_hammond has quit [Ping timeout: 252 seconds]
cgfbee has quit [Remote host closed the connection]
r7c has joined #ruby
<Bish> is there the opposite of File.extname?
<Bish> like the file without extname?
cgfbee has joined #ruby
mikecmpbll has joined #ruby
mim1k_ is now known as mim1k
<al2o3-cr> Bish: File.basename
<Bish> >> File.basename "Test.123"
<ruby[bot]> Bish: # => "Test.123" (https://eval.in/859233)
<al2o3-cr> >> File.basename "Test.123", ".*"
<ruby[bot]> al2o3-cr: # => "Test" (https://eval.in/859234)
<Bish> ah, okay, thanks
guille-moe has quit [Ping timeout: 255 seconds]
lxsameer has joined #ruby
CrazyEddy has quit [Remote host closed the connection]
claudiuinberlin has joined #ruby
bronson has joined #ruby
claudiuinberlin has quit [Client Quit]
workmad3 has joined #ruby
marr has joined #ruby
claudiuinberlin has joined #ruby
bronson has quit [Ping timeout: 248 seconds]
runescape07rsps has quit [Quit: Leaving]
Jey has quit [Ping timeout: 260 seconds]
evie_hammond has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
Jey has joined #ruby
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
eregon has joined #ruby
paranoicsan is now known as paranoicsan[Away
nacsurte has joined #ruby
lxsameer has quit [Quit: WeeChat 1.7]
uZiel has quit [Remote host closed the connection]
paranoicsan[Away is now known as paranoicsan
frozengeek has joined #ruby
nacsurte has quit [Ping timeout: 248 seconds]
harfangk has quit [Ping timeout: 246 seconds]
CrazyEddy has joined #ruby
umaaji has quit [Quit: Leaving...]
guille-moe has joined #ruby
Mon_Ouie has quit [Quit: WeeChat 1.9]
lxsameer has joined #ruby
OxBA55 has quit [Quit: Changing server]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
guille-moe1 has joined #ruby
clemens3 has quit [Quit: WeeChat 1.0.1]
phaul has quit [Quit: leaving]
guille-moe has quit [Ping timeout: 248 seconds]
guille-moe1 is now known as guille-moe
frozengeek has quit [Quit: frozengeek]
uZiel has joined #ruby
phaul has joined #ruby
KeyJoo has joined #ruby
ur5us has joined #ruby
mim1k has quit [Ping timeout: 246 seconds]
mim1k has joined #ruby
frozengeek_ has joined #ruby
phinxy has joined #ruby
phinxy has left #ruby [#ruby]
MarkBilk__ has quit [Ping timeout: 246 seconds]
saltsa has quit [Ping timeout: 240 seconds]
nacsurte has joined #ruby
Guest56455 is now known as Radar
Radar has quit [Changing host]
Radar has joined #ruby
FahmeF has quit [Remote host closed the connection]
claudiuinberlin has joined #ruby
fishcooker has quit [Quit: Leaving.]
mim1k has quit [Ping timeout: 246 seconds]
frozengeek_ has quit [Quit: frozengeek_]
frozengeek_ has joined #ruby
nacsurte has quit [Ping timeout: 248 seconds]
helpa has quit [Remote host closed the connection]
mim1k has joined #ruby
helpa has joined #ruby
helpa has quit [Remote host closed the connection]
boshhead has quit [Remote host closed the connection]
clemens3 has joined #ruby
helpa has joined #ruby
boshhead has joined #ruby
Burgestrand has quit [Quit: Closing time!]
Burgestrand has joined #ruby
al2o3-cr has quit [Quit: WeeChat 1.9]
workboy has joined #ruby
guille-moe has quit [Ping timeout: 240 seconds]
ShalokShalom_ has joined #ruby
gr33n7007h has joined #ruby
Silthias has joined #ruby
Silthias1 has quit [Ping timeout: 246 seconds]
gr33n7007h is now known as al2o3-cr
harfangk has joined #ruby
ShalokShalom has quit [Ping timeout: 248 seconds]
charliesome has joined #ruby
FahmeF has joined #ruby
charliesome has quit [Read error: Connection reset by peer]
charliesome has joined #ruby
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
workboy has quit [Quit: Leaving]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
charliesome_ has joined #ruby
t-recx has joined #ruby
charliesome has quit [Read error: Connection reset by peer]
<darix> dminuoso: what do exilir protocols do?
bronson has joined #ruby
<al2o3-cr> darix: they're basically a polymorphism mechanism afaiu
bronson has quit [Ping timeout: 248 seconds]
frozengeek_ has quit [Quit: frozengeek_]
nacsurte has joined #ruby
chouhoulis has joined #ruby
arup_r has joined #ruby
Jey has quit [Quit: Leaving]
nacsurte has quit [Ping timeout: 255 seconds]
rabajaj has quit [Quit: Leaving]
InfinityFye has joined #ruby
guille-moe has joined #ruby
Burgestrand has quit [Quit: Closing time!]
runescape07rsps has joined #ruby
guille-moe has quit [Ping timeout: 260 seconds]
Burgestrand has joined #ruby
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby
guille-moe has joined #ruby
saltsa has joined #ruby
fmartingr has joined #ruby
frozengeek has joined #ruby
frozengeek_ has joined #ruby
TheBrayn has quit [Ping timeout: 240 seconds]
<dminuoso> darix: Think about Enumerable and the way it works with duck typing.
<dminuoso> darix: Protocols are basically the same thing, except they *enforce* the required interface is implemented.
phaul has quit [Ping timeout: 246 seconds]
<dminuoso> (Other languages like go also call this protocols, in C++ its called concepts, Haskell calls it typeclasses, Java calls it interfaces)
frozengeek has quit [Ping timeout: 248 seconds]
<dminuoso> Though concepts/typeclasses are substantially more becaue they can enforce certain axioms are met.
phaul has joined #ruby
frozengeek_ has quit [Remote host closed the connection]
frozengeek_ has joined #ruby
claudiuinberlin has joined #ruby
hogetaro has joined #ruby
charliesome_ has quit [Read error: Connection reset by peer]
tsglove has quit [Quit: Leaving]
tcopeland has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
tsglove has joined #ruby
<darix> dminuoso al2o3-cr: thank you
nacsurte has joined #ruby
mim1k has quit [Ping timeout: 248 seconds]
mim1k has joined #ruby
ur5us has quit [Ping timeout: 246 seconds]
nacsurte has quit [Ping timeout: 264 seconds]
nopolitica has quit [Quit: WeeChat 1.9]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
charliesome has joined #ruby
mson has joined #ruby
claudiuinberlin has joined #ruby
ldnunes has joined #ruby
montyboy has quit [Read error: Connection reset by peer]
montyboy_ has joined #ruby
tcopeland has quit [Quit: tcopeland]
sepp2k has joined #ruby
someuser has joined #ruby
Mortomes|Work has quit [Ping timeout: 260 seconds]
arup_r has quit []
TomyWork has quit [Ping timeout: 240 seconds]
Bhootrk_ has joined #ruby
tcopeland has joined #ruby
TomyWork has joined #ruby
paranoicsan is now known as paranoicsan[Away
djuber has joined #ruby
paranoicsan[Away is now known as paranoicsan
phaul has quit [Ping timeout: 240 seconds]
BSaboia has joined #ruby
ShalokShalom_ is now known as ShalokShalom
ryandevilla has joined #ruby
harfangk has quit [Remote host closed the connection]
brent__ has joined #ruby
runescape07rsps has quit [Ping timeout: 252 seconds]
brent__ has quit [Ping timeout: 240 seconds]
ryandevilla has quit [Ping timeout: 248 seconds]
truenito has joined #ruby
nacsurte has joined #ruby
bmurt has joined #ruby
bronson has joined #ruby
nacsurte has quit [Ping timeout: 248 seconds]
jameser has joined #ruby
hargut has joined #ruby
bronson has quit [Ping timeout: 260 seconds]
<hargut> Hello.
<dminuoso> Hi.
<hargut> I'm stuck with a little "easy" regex in ruby and would need a hint to get that fixed. I've a string which looks like \"abcde\" \"cdefg\", and I would like to extract abcde cdefg with gsub, but .gsub(/\\\"/, '') does not do the job. It simply does not replace anything. I also tried /\\%Q/, '') but no success so far.
<hargut> Does someone of you have a good idea how to do that substitution, or how to escape \" properly in ruby regex?
djuber has quit [Ping timeout: 240 seconds]
<hargut> got it %r{\"} does the job.
<al2o3-cr> \o/
tvw has quit [Ping timeout: 246 seconds]
<ineb> hargut: gsub variant '"abcde" "cdefg"'.gsub("\"abcde\" \"cdefg\"",'lol')
<ineb> but %r{} syntax is good aswell
Macaveli has quit [Quit: Textual IRC Client: www.textualapp.com]
<al2o3-cr> hargut: s.delete('"')
rfshark has left #ruby [#ruby]
<ineb> oh, you wanted to extract values. nvm my answer
<ineb> '"abcde" "cdefg"'.gsub("\"","") it is then. but s.delete('"') is better
phaul has joined #ruby
Yxhuvud has quit [Ping timeout: 240 seconds]
howdoi has quit [Quit: Connection closed for inactivity]
_aeris_ has quit [Ping timeout: 268 seconds]
_aeris_ has joined #ruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dminuoso> hargut: dont .gsub when you mean to .scan
cdg has joined #ruby
sp4rrow has joined #ruby
claudiuinberlin has joined #ruby
claudiuinberlin has quit [Client Quit]
claudiuinberlin has joined #ruby
s00pcan has joined #ruby
<ineb> '"abcde" "cdefg"'.scan(/\w+/) in this case
gnufied has joined #ruby
paranoicsan is now known as paranoicsan[Away
elsevero has joined #ruby
t-recx has quit [Quit: t-recx]
s00pcan has quit [Ping timeout: 248 seconds]
s00pcan has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nacsurte has joined #ruby
__Yiota has joined #ruby
nacsurte has quit [Ping timeout: 240 seconds]
DLSteve has joined #ruby
ryandevilla has joined #ruby
abrcdbr_ has joined #ruby
claudiuinberlin has joined #ruby
rfshark has joined #ruby
ta_ has quit [Remote host closed the connection]
pandaant has joined #ruby
dionysus70 has joined #ruby
dionysus69 has quit [Ping timeout: 264 seconds]
dionysus70 is now known as dionysus69
taurgal has quit [Ping timeout: 240 seconds]
apparition has joined #ruby
mim1k has quit [Disconnected by services]
mim1k_ has joined #ruby
TheBrayn has joined #ruby
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bigkevmcd has joined #ruby
aufi has joined #ruby
PaulCapestany has quit [Ping timeout: 248 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ResidentBiscuit has joined #ruby
ldnunes has quit [Ping timeout: 240 seconds]
Rapture has joined #ruby
lxsameer has quit [Read error: Connection reset by peer]
claudiuinberlin has joined #ruby
mson has quit [Quit: Connection closed for inactivity]
lxsameer has joined #ruby
PaulCape_ has joined #ruby
aglorei1 has quit [Remote host closed the connection]
xuanrui has quit [Quit: Leaving]
chouhoul_ has joined #ruby
wogi has joined #ruby
chouhoulis has quit [Ping timeout: 248 seconds]
doublemalt__ has quit [Ping timeout: 248 seconds]
ldnunes has joined #ruby
Asher has quit [Ping timeout: 240 seconds]
Asher has joined #ruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
phaul has quit [Ping timeout: 240 seconds]
ryandevilla has quit [Ping timeout: 260 seconds]
OhMyBrew has joined #ruby
paranoicsan[Away is now known as paranoicsan
ryandevilla has joined #ruby
claudiuinberlin has joined #ruby
evie_hammond has quit [Ping timeout: 240 seconds]
dionysus69 has quit [Ping timeout: 260 seconds]
pandaant has quit [Remote host closed the connection]
ryandevilla has quit [Ping timeout: 240 seconds]
doublemalt__ has joined #ruby
bladdezz has quit [Changing host]
bladdezz has joined #ruby
evie_hammond has joined #ruby
nacsurte has joined #ruby
belmoussaoui_ has joined #ruby
gix has quit [Read error: Connection reset by peer]
gix has joined #ruby
sepp2k has quit [Ping timeout: 246 seconds]
__Yiota has joined #ruby
jinie has quit [Ping timeout: 240 seconds]
mtkd has quit [Ping timeout: 240 seconds]
belmoussaoui has quit [Read error: Connection reset by peer]
abrcdbr_ has quit [Ping timeout: 240 seconds]
sagax has joined #ruby
mtkd has joined #ruby
nacsurte has quit [Ping timeout: 248 seconds]
jinie has joined #ruby
belmoussaoui_ has quit [Ping timeout: 240 seconds]
BTRE has joined #ruby
quobo has joined #ruby
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
abrcdbr has joined #ruby
belmoussaoui has joined #ruby
InfinityFye has quit [Read error: Connection reset by peer]
tcopeland has quit [Quit: tcopeland]
tcopeland has joined #ruby
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bronson has joined #ruby
sepp2k has joined #ruby
bronson has quit [Ping timeout: 248 seconds]
<leah2> what's the safe way to do `` with multiple arguments? (something with spawn i think?)
<leah2> or should i just use popen + read?
claw has quit [Ping timeout: 252 seconds]
<matthewd> leah2: I think Open3.capture2 is the closest
<leah2> hmm
<leah2> i dont care about stderr actually
samlisl_ has joined #ruby
__Yiota has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hargut has quit [Remote host closed the connection]
dviola has joined #ruby
taurgal has joined #ruby
claw has joined #ruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mson has joined #ruby
chouhoul_ has quit [Remote host closed the connection]
rippa has joined #ruby
chouhoulis has joined #ruby
elsevero has quit [Quit: elsevero]
dionysus69 has joined #ruby
sp4rrow has quit [Read error: Connection reset by peer]
astronavt has joined #ruby
oleo has joined #ruby
r7c has quit [Quit: Leaving]
abrcdbr has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
truenito has quit [Ping timeout: 240 seconds]
truenito1 has joined #ruby
truenito1 has quit [Ping timeout: 240 seconds]
ana_ has quit [Quit: Leaving]
tonini has quit [Quit: Connection closed for inactivity]
jameser has quit [Read error: Connection reset by peer]
bladdezz has left #ruby [#ruby]
bladdezz has joined #ruby
Yxhuvud has joined #ruby
samlisl_ has quit [Read error: Connection reset by peer]
SuperL4g is now known as SuperLag
polishdub has joined #ruby
conta has quit [Ping timeout: 264 seconds]
MrBusiness has joined #ruby
Mia has quit [Ping timeout: 246 seconds]
mark_66 has quit [Remote host closed the connection]
phaul has joined #ruby
aspiers has joined #ruby
apparition has quit [Quit: Bye]
t-recx has joined #ruby
[Butch] has joined #ruby
troys has joined #ruby
brent__ has joined #ruby
cagomez has joined #ruby
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
abrcdbr has joined #ruby
ryandevilla has joined #ruby
brent__ has quit [Remote host closed the connection]
brent__ has joined #ruby
<Salmonidae> leah2: there are multiple ways, the first would to avoid the shell (spawn with a certain signature/set of arguments) but if you find that too troublesome then there is Shellwords (require 'shellwords'), and Shellwords.shellescape() function.
<leah2> yeah that's what i wanted to avoid
gusrub has joined #ruby
<leah2> IO.popen with an array works fine, thanks
<Salmonidae> cool
ryandevilla has quit [Ping timeout: 240 seconds]
truenito has joined #ruby
hfp_work has quit [Ping timeout: 255 seconds]
kristofferR has joined #ruby
rfshark has left #ruby [#ruby]
hfp_work has joined #ruby
truenito has quit [Ping timeout: 252 seconds]
gusrub has quit [Ping timeout: 252 seconds]
jackjackdripper has joined #ruby
claudiuinberlin has joined #ruby
jackjackdripper has quit [Client Quit]
jackjackdripper has joined #ruby
gusrub has joined #ruby
nacsurte has joined #ruby
AndBobsYourUncle has joined #ruby
AndBobsYourUncle has quit [Client Quit]
AndBobsYourUncle has joined #ruby
evie_hammond has quit [Ping timeout: 248 seconds]
charliesome has joined #ruby
ryandevilla has joined #ruby
evie_hammond has joined #ruby
sneakerhax has quit [Ping timeout: 240 seconds]
Burgestrand has quit [Quit: Closing time!]
pandaant has joined #ruby
AndBobsYourUncle has quit [Ping timeout: 246 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gusrub has quit []
evie_hammond has quit [Ping timeout: 240 seconds]
mim1k_ has quit [Ping timeout: 248 seconds]
__Yiota has joined #ruby
gusrub has joined #ruby
evie_hammond has joined #ruby
pandaant has quit [Remote host closed the connection]
ryandevilla has quit [Ping timeout: 260 seconds]
dionysus70 has joined #ruby
dionysus69 has quit [Ping timeout: 252 seconds]
dionysus70 is now known as dionysus69
FahmeF has quit [Remote host closed the connection]
andikr has quit [Remote host closed the connection]
mim1k has joined #ruby
wlycdgr1 has quit [Ping timeout: 248 seconds]
moei has joined #ruby
havenwood has joined #ruby
havenwood has joined #ruby
ryandevilla has joined #ruby
uZiel has quit [Ping timeout: 268 seconds]
cdg has quit [Remote host closed the connection]
jottr has joined #ruby
jottr has quit [Client Quit]
jottr has joined #ruby
FahmeF has joined #ruby
belmoussaoui has quit [Ping timeout: 255 seconds]
baroquebobcat has joined #ruby
cdg has joined #ruby
claudiuinberlin has joined #ruby
frozengeek_ has quit [Ping timeout: 240 seconds]
lxsameer has quit [Ping timeout: 260 seconds]
cdg has quit [Ping timeout: 240 seconds]
SeepingN has joined #ruby
marxarelli|afk has quit [Quit: Textual IRC Client: www.textualapp.com]
kies has quit [Ping timeout: 252 seconds]
marxarelli has joined #ruby
ornerymoose has joined #ruby
nacsurte_ has joined #ruby
belmoussaoui has joined #ruby
quuxman has quit [Ping timeout: 240 seconds]
mim1k has quit [Ping timeout: 248 seconds]
quuxman has joined #ruby
Silthias has quit [Read error: Connection reset by peer]
nacsurte has quit [Ping timeout: 246 seconds]
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
mikecmpbll has quit [Ping timeout: 248 seconds]
orbyt_ has joined #ruby
orbyt_ has quit [Read error: Connection reset by peer]
orbyt_ has joined #ruby
wlycdgr1 has joined #ruby
paranoicsan is now known as paranoicsan[Away
ornerymoose has quit [Quit: ornerymoose]
wlycdgr1 has quit [Ping timeout: 248 seconds]
gusrub_ has joined #ruby
dionysus69 has quit [Ping timeout: 260 seconds]
gusrub has quit [Ping timeout: 240 seconds]
quuxman has quit [Ping timeout: 240 seconds]
quuxman has joined #ruby
qwedfg has joined #ruby
gusrub_ has quit [Ping timeout: 248 seconds]
bronson has joined #ruby
quobo has quit [Quit: Connection closed for inactivity]
dionysus69 has joined #ruby
troys is now known as troys_
bronson has quit [Ping timeout: 240 seconds]
eroux has joined #ruby
jaruga has quit [Quit: jaruga]
cwailes has joined #ruby
<cwailes> Does mkmf always look for the hardcoded /usr/share/include/ruby.h file, or does it respect the C_INCLUDE_PATH environmental variable?
rindolf has joined #ruby
<rindolf> Hi all! How can I fix this openssl error with the latest gem? http://paste.debian.net/985591/
doublemalt__ has quit [Ping timeout: 248 seconds]
paranoicsan[Away is now known as paranoicsan
cwailes has quit [Quit: cwailes]
frozengeek has joined #ruby
cwailes has joined #ruby
howdoi has joined #ruby
cwailes has quit [Client Quit]
cwailes has joined #ruby
mson has quit [Quit: Connection closed for inactivity]
kristofferR has quit [Quit: Textual IRC Client: www.textualapp.com]
<rindolf> anyone?
gusrub has joined #ruby
selim has quit [Ping timeout: 252 seconds]
cwailes has quit [Quit: cwailes]
Ltem has joined #ruby
cwailes has joined #ruby
eckhardt has joined #ruby
guille-moe has quit [Ping timeout: 246 seconds]
AndBobsYourUncle has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
selim has joined #ruby
paranoicsan has quit [Quit: paranoicsan]
Guest52630 is now known as baweaver
cosmicz has joined #ruby
baweaver is now known as Guest58799
belmoussaoui has quit [Ping timeout: 255 seconds]
cdg has joined #ruby
<tcopeland> rindolf: what ruby version is it?
savoir-faire has quit [Quit: ZNC - http://znc.in]
TomyWork has quit [Ping timeout: 240 seconds]
belmoussaoui has joined #ruby
savoir-faire has joined #ruby
bmurt has joined #ruby
r3QuiEm_cL has joined #ruby
<rindolf> tcopeland: ruby-2.4.1-13.mga7
<cwailes> I'm trying to install Nokogiri using Bundle, but it is complaining about my ruby version (It wants >= 2.1). The ruby located in /usr/bin/ruby is version 2.0, but I also have another ruby located in /opt/rh/rh-ruby22/root/usr/bin, and that path is in my $PATH environment variable. It looks to me like Nokogiri is trying to use a hardcoded /usr/bin/ruby path. Does anyone know how to fix this issue?
<tcopeland> you could do sudo /usr/bin/ruby -ropenssl /usr/bin/gem install compass, but that doesn’t address whatever the underlying issue is
Dimik has joined #ruby
cwailes has quit [Quit: cwailes]
cwailes has joined #ruby
quobo has joined #ruby
<cwailes> Are other people getting disconnected repeatedly, or is that just me?
AndBobsYourUncle has quit [Quit: Textual IRC Client: www.textualapp.com]
troys_ is now known as troys
OhMyBrew has quit [Ping timeout: 240 seconds]
elcontrastador has joined #ruby
baroquebobcat has quit [Quit: baroquebobcat]
baroquebobcat has joined #ruby
wlycdgr1 has joined #ruby
r3QuiEm_cL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ShekharReddy has quit [Quit: Connection closed for inactivity]
whippythellama_ has joined #ruby
whippythellama_ has quit [Client Quit]
whippythellama has joined #ruby
<rindolf> tcopeland: I am getting the same error with this sudo command including after rebuilding the ruby rpm
OhMyBrew has joined #ruby
cwailes has left #ruby [#ruby]
<tcopeland> rindolf: what does this display? sudo /usr/bin/ruby -ropenssl -e "puts OpenSSL::VERSION"
<tcopeland> I get 2.0.2, but I am on ruby 2.4.0p0
<rindolf> tcopeland: 2.0.3
wlycdgr1 has quit [Ping timeout: 248 seconds]
Rapture has quit [Read error: Connection reset by peer]
Rapture has joined #ruby
SegFaultAX has joined #ruby
<tcopeland> I upgraded to the latest openssl gem just now, it is 2.0.5. it might be worth upgrading, although nothing in the changelog is really jumping out at me as being a fix for what you’re seeing
ldnunes has quit [Ping timeout: 260 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<rindolf> tcopeland: ah
frozengeek has quit [Quit: frozengeek]
belmoussaoui has quit [Quit: belmoussaoui]
cdg has quit [Remote host closed the connection]
mson has joined #ruby
Cohedrin_ has joined #ruby
orbyt_ has joined #ruby
belmoussaoui has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cwailes has joined #ruby
<cwailes> Bundle is finding the wrong version of Ruby. Does anyone know how it determines which Ruby to use?
charliesome has joined #ruby
cwailes has quit [Quit: cwailes]
cwailes has joined #ruby
<matthewd> cwailes: You want to use the `gem` that belongs to that version of ruby to install bundler, then make sure the resulting installed executable is the one that gets found on the path
zautomata has quit [Ping timeout: 252 seconds]
<matthewd> cwailes: (and yes, you do seem to be disconnecting frequently)
gusrub has quit [Remote host closed the connection]
<cwailes> matthewd: I apologise for that.
abrcdbr_ has joined #ruby
gusrub has joined #ruby
ldnunes has joined #ruby
<matthewd> No worries, it's not frequent enough to be annoying.. just fyi
cosmicz has quit [Quit: This computer has gone to sleep]
<tcopeland> cwailes: just a thought - I was disconnecting quite a bit until I noticed the “prevent computer from sleeping automatically when the display is off” checkbox in my mac’s “energy saver” preferences window
kies has joined #ruby
abrcdbr has quit [Ping timeout: 240 seconds]
<cwailes> tcopeland: Thanks for the tip, but I don't think that's the issue here :-)
lxsameer has joined #ruby
dviola has quit [Quit: WeeChat 1.9]
_sfiguser has joined #ruby
dviola has joined #ruby
mtkd has quit [Ping timeout: 240 seconds]
mtkd has joined #ruby
cwailes has quit [Quit: cwailes]
<rindolf> tcopeland: i fixed it by installing ruby-2.4.1 under a --prefix
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<rindolf> tcopeland: it works fine there
d10n-work has joined #ruby
<tcopeland> cool
cwailes has joined #ruby
cwailes has quit [Client Quit]
fmccann has joined #ruby
ryandevilla has quit [Ping timeout: 252 seconds]
cosmicz has joined #ruby
orbyt_ has joined #ruby
astronavt has quit [Remote host closed the connection]
ryandevilla has joined #ruby
cwailes has joined #ruby
cwailes has left #ruby [#ruby]
ryandevilla has quit [Ping timeout: 240 seconds]
frozengeek has joined #ruby
Asher has quit [Ping timeout: 240 seconds]
workmad3 has quit [Ping timeout: 240 seconds]
newbie57 has quit [Ping timeout: 248 seconds]
baroquebobcat has quit [Quit: baroquebobcat]
cdg has joined #ruby
wlycdgr1 has joined #ruby
belmoussaoui has quit [Ping timeout: 255 seconds]
conta3 has joined #ruby
elsevero has joined #ruby
high_fiver has quit [Ping timeout: 240 seconds]
baroquebobcat has joined #ruby
wlycdgr1 has quit [Ping timeout: 240 seconds]
Bock has quit [Ping timeout: 248 seconds]
ta_ has joined #ruby
conta3 has quit [Ping timeout: 240 seconds]
TomyLobo has joined #ruby
_sfiguser has quit [Ping timeout: 248 seconds]
jolamb has joined #ruby
<jolamb> I have a bunch of label strings I need to parse that are in the form "phase-(optional)product-(optional string)1.(optional string)2.(optional string)3.(optional string)4", e.g. "targeted-5.4.1" or "completed-someproduct-x2.y5.r1" or "proposed-otherproduct-8.7.3.1"
belmoussaoui has joined #ruby
<jolamb> Currently these are being parsed into [phase, product, major, minor, patch, fixup] using a very complex regex and then slurping up the relevant data from $1 $2 $3 etc.
ryandevilla has joined #ruby
<jolamb> beyond using .match, is there a more correct way to parse out these kinds of almost-semantic-versioned strings?
_sfiguser has joined #ruby
<matthewd> jolamb: Seems too far away from a "regular-looking" version number to me
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<matthewd> You might be able to mangle it into a Gem::Version, say.. but that doesn't gain you much... doubt it'd naturally sort the way you want it to, for example
cadillac_ has quit [Read error: Connection reset by peer]
<jolamb> matthewd: yeah, it's nasty, but I really think this is Just Plain Wrong: /^(\w+)-((\w*)-)*((?:\D*)?(\d+)(?:.(?:(?:\D*)?(\d+)))?(?:.(?:(?:\D*)?(\d+)))?(?:.(?:(?:\D*)?(\d+)))?)/
<matthewd> That does seem overcomplicated
<jolamb> matthewd: I'm not worried about making it an object so much as extracting the content in a more sane manner
bronson has joined #ruby
<jolamb> matthewd: yeah, there's some other stuff built into it, e.g. the version part always needs to match at least major.minor
claudiuinberlin has joined #ruby
<matthewd> I think I'd `/(?:(.*)-)?([^-]+)-([^-]+)$/`, then $3.scan(/([^0-9-]+)?([0-9]+)/)
<matthewd> .. or something like that
cadillac_ has joined #ruby
ta_ has quit [Remote host closed the connection]
<jolamb> matthewd: huh, I'd never seen .scan before
<matthewd> Oops, I had [^0-9-] where I meant [^0-9.]
r3QuiEm_cL has joined #ruby
bronson has quit [Ping timeout: 248 seconds]
ryandevilla has quit [Ping timeout: 264 seconds]
elcontrastador has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ta_ has joined #ruby
wlycdgr1 has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jolamb> matthewd: I'm actually throwing away the strings in front of the version numbers, so I think just .scan(/\d+/) will do what I want
ShekharReddy has joined #ruby
wlycdgr1 has quit [Ping timeout: 248 seconds]
qwedfg has quit [Ping timeout: 248 seconds]
troys is now known as troys_
<matthewd> Ah, then yes :)
maryo has joined #ruby
<apeiros> jolamb: are the substrings never containing a dash? if so, just split by "-"
mkali has quit [Quit: mkali]
phaul has quit [Ping timeout: 248 seconds]
cdg has quit [Remote host closed the connection]
<jolamb> apeiros: I thought about that...
cdg has joined #ruby
<apeiros> phase, *rest, fixup = *string.split("-"); product, major, minor, patch = *rest
ryandevilla has joined #ruby
ta_ has quit [Remote host closed the connection]
<jolamb> apeiros: gotcha.
<jolamb> I think I'm set now
<jolamb> :D
ta_ has joined #ruby
iszak has joined #ruby
cdg has quit [Ping timeout: 246 seconds]
ledestin has joined #ruby
ryandevilla has quit [Ping timeout: 255 seconds]
Mia has joined #ruby
r3QuiEm_cL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cdg has joined #ruby
zautomata has joined #ruby
gusrub has quit [Remote host closed the connection]
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
gusrub has joined #ruby
OhMyBrew has quit [Quit: Leaving]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Immune has quit [Read error: Connection reset by peer]
Immune has joined #ruby
cagomez has quit [Ping timeout: 240 seconds]
_sfiguser has quit [Quit: Leaving]
orbyt_ has joined #ruby
anisha has quit [Quit: This computer has gone to sleep]
brent__ has quit [Remote host closed the connection]
cdg has quit [Remote host closed the connection]
claudiuinberlin has joined #ruby
Pisuke has joined #ruby
ryandevilla has joined #ruby
MyMind has quit [Ping timeout: 260 seconds]
aufi has quit [Quit: Leaving]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
imode has joined #ruby
cosmicz has quit [Quit: This computer has gone to sleep]
cosmicz has joined #ruby
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ta_ has quit [Remote host closed the connection]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
frozengeek has quit [Quit: frozengeek]
hahuang65 has joined #ruby
ur5us has joined #ruby
woodruffw has quit [Ping timeout: 264 seconds]
woodruffw has joined #ruby
woodruffw has quit [Changing host]
woodruffw has joined #ruby
ta_ has joined #ruby
ur5us has quit [Ping timeout: 248 seconds]
Guest58799 is now known as baweaver
baweaver has quit [Changing host]
baweaver has joined #ruby
wlycdgr1 has joined #ruby
maryo has quit [Ping timeout: 255 seconds]
r3QuiEm_cL has joined #ruby
goyox86 has joined #ruby
elcontrastador has joined #ruby
belmoussaoui has quit [Remote host closed the connection]
troys_ is now known as troys
qwedfg has joined #ruby
planigan has quit [Ping timeout: 240 seconds]
mson has quit [Quit: Connection closed for inactivity]
brent__ has joined #ruby
goyox86 has quit [Ping timeout: 240 seconds]
lele has quit [Remote host closed the connection]
balazs_ has joined #ruby
elcontrastador has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
brent__ has quit [Remote host closed the connection]
brent__ has joined #ruby
rindolf has quit [Quit: Leaving]
qwedfg has quit [Ping timeout: 248 seconds]
rhyselsmore has quit [Read error: Connection reset by peer]
dviola has quit [Quit: WeeChat 1.9]
workmad3 has joined #ruby
quobo has quit [Quit: Connection closed for inactivity]
frozengeek has joined #ruby
troys has quit [Ping timeout: 240 seconds]
planigan has joined #ruby
fishcooker has joined #ruby
dionysus69 has quit [Remote host closed the connection]
dionysus69 has joined #ruby
MrBismuth has joined #ruby
TheMoonMaster has quit [Ping timeout: 255 seconds]
danzilio_ has joined #ruby
jimeh_ has joined #ruby
solidsnack_ has joined #ruby
segy has quit [Ping timeout: 240 seconds]
harai_ has joined #ruby
pizzaops_ has joined #ruby
balazs_ has quit [Ping timeout: 252 seconds]
pwillard_ has joined #ruby
rflot_ has joined #ruby
stephenh_ has joined #ruby
jxf_ has joined #ruby
bove_ has joined #ruby
cardoni_ has joined #ruby
zautomata has quit [Quit: WeeChat 1.4]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
discopatrick_ has joined #ruby
skmp_ has joined #ruby
petems_ has joined #ruby
orbyt_ has quit [Ping timeout: 246 seconds]
justache_ has joined #ruby
Muz_ has joined #ruby
freeze_ has joined #ruby
Kuukunen- has joined #ruby
mcarmona has joined #ruby
<mcarmona> Hey, guys. Which naming convention do you use for test files, and why? `file_spec.rb` or `file_test.rb`?
ejnahc_ has joined #ruby
G_ has joined #ruby
Stock has joined #ruby
G_ has quit [Changing host]
G_ has joined #ruby
tvl has joined #ruby
jrgifford_ has joined #ruby
justache has quit [Disconnected by services]
justache_ is now known as justache
taurgal has quit [Ping timeout: 252 seconds]
Antiarc_ has joined #ruby
<SeepingN> deletemeasap.rb
rikai has joined #ruby
segy has joined #ruby
<SeepingN> 2 hours later when I have already forgotten about it, someone else may see it and do-the-needful
manveru_ has joined #ruby
<havenwood> mcarmona: The latter is the Rails default, setup for Minitest.
universa1 has joined #ruby
gil__ has joined #ruby
SuperChickeNES has joined #ruby
Liothen- has joined #ruby
twe4ked_ has joined #ruby
lel- has joined #ruby
jinie_ has joined #ruby
cschneid_ has joined #ruby
lex- has joined #ruby
rideh- has joined #ruby
jnollette_ has joined #ruby
dysfigur- has joined #ruby
omninonsense has joined #ruby
nchambers^ has joined #ruby
jsrn_ has joined #ruby
cdg has joined #ruby
sonne has joined #ruby
edwardly_ has joined #ruby
edwardly_ has joined #ruby
edwardly_ has quit [Changing host]
Armand has joined #ruby
Ltem has quit [Quit: Leaving]
Armand is now known as Guest65697
_aeris_ has quit [*.net *.split]
fmccann has quit [*.net *.split]
MrBusiness has quit [*.net *.split]
jinie has quit [*.net *.split]
KeyJoo has quit [*.net *.split]
harai has quit [*.net *.split]
nadir has quit [*.net *.split]
Kestrel-029 has quit [*.net *.split]
kriskropd has quit [*.net *.split]
blznblzn2 has quit [*.net *.split]
tpendragon has quit [*.net *.split]
Antiarc has quit [*.net *.split]
velu_aon[m] has quit [*.net *.split]
jnollette has quit [*.net *.split]
sonne_ has quit [*.net *.split]
jsrn has quit [*.net *.split]
universal has quit [*.net *.split]
tobiasvl has quit [*.net *.split]
rikai_ has quit [*.net *.split]
jxf has quit [*.net *.split]
solidsnack has quit [*.net *.split]
pwillard has quit [*.net *.split]
jimeh has quit [*.net *.split]
Kuukunen has quit [*.net *.split]
lel has quit [*.net *.split]
jyaworski has quit [*.net *.split]
freeze has quit [*.net *.split]
kua[m] has quit [*.net *.split]
rideh has quit [*.net *.split]
[spoiler] has quit [*.net *.split]
Salmonidae has quit [*.net *.split]
ejnahc has quit [*.net *.split]
rflot has quit [*.net *.split]
discopatrick has quit [*.net *.split]
ChickeNES has quit [*.net *.split]
edwardly has quit [*.net *.split]
cardoni has quit [*.net *.split]
manveru has quit [*.net *.split]
danzilio has quit [*.net *.split]
skmp has quit [*.net *.split]
petems has quit [*.net *.split]
pizzaops has quit [*.net *.split]
jrgifford has quit [*.net *.split]
bove has quit [*.net *.split]
ggherdov has quit [*.net *.split]
stephenh has quit [*.net *.split]
aviraldg has quit [*.net *.split]
rlex has quit [*.net *.split]
Muz has quit [*.net *.split]
Fenhl has quit [*.net *.split]
G has quit [*.net *.split]
nchambers has quit [*.net *.split]
koenrh has quit [*.net *.split]
gil_ has quit [*.net *.split]
daxroc has quit [*.net *.split]
JoL1hAHN has quit [*.net *.split]
dysfigured has quit [*.net *.split]
varesa has quit [*.net *.split]
twe4ked has quit [*.net *.split]
alem0lars has quit [*.net *.split]
Liothen has quit [*.net *.split]
Apocalypse has quit [*.net *.split]
cschneid has quit [*.net *.split]
bathtub_shark has quit [*.net *.split]
Liothen- is now known as Liothen
twe4ked_ is now known as twe4ked
Guest65697 is now known as Apocalypse
tvl is now known as tobiasvl
solidsnack_ is now known as solidsnack
jimeh_ is now known as jimeh
cardoni_ is now known as cardoni
skmp_ is now known as skmp
jxf_ is now known as jxf
stephenh_ is now known as stephenh
bathtub_shark has joined #ruby
jrgifford_ is now known as jrgifford
danzilio_ is now known as danzilio
rflot_ is now known as rflot
pwillard_ is now known as pwillard
petems_ is now known as petems
bove_ is now known as bove
edwardly_ is now known as edwardly
manveru_ is now known as manveru
discopatrick_ is now known as discopatrick
pizzaops_ is now known as pizzaops
<havenwood> mcarmona: You can call them specs or tests, whichever you like.
biox has quit [Ping timeout: 240 seconds]
nchambers^ is now known as nchambers
dionysus69 has quit [Remote host closed the connection]
<mcarmona> All right, thank you.
dionysus69 has joined #ruby
<mcarmona> I thought that there was a convention for it.
<havenwood> They have slightly different vocabularies, but they're interchangeable.
Archrover has quit [Ping timeout: 260 seconds]
thinkpad has quit [Ping timeout: 260 seconds]
<havenwood> With Minitest you can mix and match the test and spec styles. Many folk do. So the line is really blurred between spec/tests or test/specs to the point it doesn't particularly matter.
<matthewd> I'd personally be surprised to see _spec used for minitest proper, just as I would be with _test used for rspec.. but yeah, minitest/spec hovers in a middle ground
arvindsaik has quit [Ping timeout: 240 seconds]
<havenwood> matthewd: yeah, agreed - I take _test as a Minitest signal and _spec as RSpec
<havenwood> ymmv
<matthewd> test/**/*_test.rb will behave better for rake test, I guess
biox has joined #ruby
<mcarmona> jeremyevans use _spec for Minitest
<mcarmona> Take that as an example.
<havenwood> mcarmona: yeah, Minitest supports both test and spec styles, or a mix thereof.
biberu has quit []
thinkpad has joined #ruby
ryandevilla has quit [Ping timeout: 248 seconds]
<mcarmona> oh, yeah, I'm aware of the method naming convention, but I was asking about the file naming, but I now got it crystal clear
orbyt_ has joined #ruby
<mcarmona> Actually the method naming is not a convention, is required...
<havenwood> >> "file_#{%w[spec test].sample}"
<ruby[bot]> havenwood: # => "file_spec" (https://eval.in/859630)
r3QuiEm_cL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
arvindsaik has joined #ruby
vondruch has quit [Quit: vondruch]
Stock has quit [Quit: Page closed]
KeyJoo has joined #ruby
JoL1hAHN has joined #ruby
Rutix has joined #ruby
Rutix has quit [Changing host]
Rutix has joined #ruby
kriskropd has joined #ruby
<mcarmona> Thanks, havenwood!
jyaworski has joined #ruby
Archrover has joined #ruby
BSAlb has joined #ruby
blznblzn2 has joined #ruby
velu_aon[m] has joined #ruby
gusrub_ has joined #ruby
aviraldg has joined #ruby
eckhardt has joined #ruby
kua[m] has joined #ruby
gusrub has quit [Ping timeout: 240 seconds]
BSaboia has quit [Ping timeout: 248 seconds]
TomyLobo has quit [Ping timeout: 264 seconds]
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
briggs has joined #ruby
gusrub_ has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 240 seconds]
varesa- has joined #ruby
leah2 has quit [Ping timeout: 264 seconds]
briggs has quit [Client Quit]
tpendragon has joined #ruby
cagomez has joined #ruby
leah2 has joined #ruby
chouhoulis has quit [Remote host closed the connection]
r3QuiEm_cL has joined #ruby
al2o3-cr has quit [Ping timeout: 248 seconds]
cdg has quit [Ping timeout: 240 seconds]
lele has joined #ruby
brent__ has quit [Remote host closed the connection]
nadir has joined #ruby
gusrub has joined #ruby
npgm has joined #ruby
__Yiota has joined #ruby
ur5us has joined #ruby
chouhoulis has joined #ruby
brent__ has joined #ruby
workmad3 has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
brent__ has quit [Remote host closed the connection]
brent__ has joined #ruby
zacts has quit [Ping timeout: 252 seconds]
bronson has joined #ruby
rhyselsmore has joined #ruby
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
mcarmona has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
zacts has joined #ruby
harai_ has quit [Ping timeout: 248 seconds]
charliesome has joined #ruby
elbuki has joined #ruby
bronson has quit [Ping timeout: 240 seconds]
cdg has joined #ruby
ionte has quit [Ping timeout: 248 seconds]
sepp2k has quit [Quit: Leaving.]
cdg has quit [Ping timeout: 255 seconds]
jenrzzz_ has joined #ruby
marxarelli is now known as marxarelli|afk
_aeris_ has joined #ruby
jenrzzz has quit [Ping timeout: 255 seconds]
SeepingN has quit [Ping timeout: 240 seconds]
quobo has joined #ruby
marxarelli|afk is now known as marxarelli
workmad3 has quit [Ping timeout: 240 seconds]
cschneid has joined #ruby
jenrzzz_ has quit [Ping timeout: 248 seconds]
jenrzzz has joined #ruby
ldnunes has quit [Quit: Leaving]
orbyt_ has quit [Ping timeout: 240 seconds]
baroquebobcat has quit [Quit: baroquebobcat]
hahuang65 has quit [Ping timeout: 240 seconds]
mtkd has quit [Ping timeout: 240 seconds]
FahmeF has quit [Remote host closed the connection]
ornerymoose has joined #ruby
ornerymoose has quit [Client Quit]
Cohedrin_ has quit [Read error: Connection reset by peer]
Cohedrin_ has joined #ruby
baroquebobcat has joined #ruby
mtkd has joined #ruby
gloscombe has joined #ruby
gloscombe has quit [Client Quit]
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
abrcdbr_ has quit [Remote host closed the connection]
abrcdbr has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alex`` has quit [Ping timeout: 240 seconds]
mim1k has joined #ruby
ShekharReddy has quit [Quit: Connection closed for inactivity]
gloscombe has joined #ruby
wlycdgr1 has left #ruby ["WeeChat 1.9"]
mim1k has quit [Ping timeout: 240 seconds]
mochiyoda_ has quit [Ping timeout: 255 seconds]
t-recx has quit [Quit: t-recx]
elbuki has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
baroquebobcat has quit [Quit: baroquebobcat]
tcopeland has quit [Quit: tcopeland]
mochiyoda_ has joined #ruby
baroquebobcat has joined #ruby
dysfigur- is now known as dysfigured
[Butch] has quit [Quit: I'm out . . .]
cpallares has joined #ruby
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
elbuki has joined #ruby
dionysus69 has quit [Ping timeout: 246 seconds]
eckhardt has joined #ruby
gloscombe has quit [Ping timeout: 240 seconds]
gloscombe has joined #ruby
caffo has joined #ruby
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
gusrub has quit [Remote host closed the connection]
alem0lars has joined #ruby
alem0lars has quit [Excess Flood]
cschneid has quit [Remote host closed the connection]
benlieb has joined #ruby
cschneid has joined #ruby
iszak has quit [Ping timeout: 240 seconds]
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
_aeris_ has quit [Remote host closed the connection]
SeepingN has joined #ruby
_aeris_ has joined #ruby
iszak has joined #ruby
iszak has quit [Changing host]
iszak has joined #ruby
rhyselsmore has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gusrub has joined #ruby
cschneid has quit [Ping timeout: 248 seconds]
weaksauce has joined #ruby
daxroc has joined #ruby
chrisarcand has quit [Ping timeout: 240 seconds]
chrisarcand has joined #ruby
koenrh has joined #ruby
rekkoha has quit [Remote host closed the connection]
varesa- has quit [Ping timeout: 240 seconds]
yorickpeterse has quit [Ping timeout: 240 seconds]
Salmonidae has joined #ruby
Fenhl has joined #ruby
lexruee has quit [Ping timeout: 240 seconds]
ggherdov has joined #ruby
rekkoha has joined #ruby
lexruee has joined #ruby
gusrub has quit [Remote host closed the connection]
varesa has joined #ruby
runescape07rsps has joined #ruby
yorickpeterse has joined #ruby
DLSteve has quit [Quit: All rise, the honorable DLSteve has left the channel.]
fishcooker has quit [Quit: Leaving.]
phinxy has joined #ruby
elbuki has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
phinxy has left #ruby [#ruby]
alem0lars has joined #ruby
elbuki has joined #ruby
mikecmpbll has joined #ruby
rekkoha has quit [Remote host closed the connection]
rekkoha has joined #ruby
someuser has quit [Ping timeout: 246 seconds]
hahuang65 has joined #ruby
benlieb has quit [Quit: benlieb]
tcopeland has joined #ruby
danielpclark has joined #ruby
DroidBurgundy has joined #ruby
polishdub has quit [Quit: leaving]
gusrub has joined #ruby
QualityAddict has joined #ruby
orbyt_ has joined #ruby
bronson has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has quit [Max SendQ exceeded]
bronson has quit [Ping timeout: 248 seconds]
SeepingN has quit [Quit: The system is going down for reboot NOW!]
fishcooker has joined #ruby
eckhardt has joined #ruby
orbyt_ has joined #ruby
spheric has joined #ruby
r3QuiEm_cL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
elbuki has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
gusrub has quit [Remote host closed the connection]
gusrub has joined #ruby
Nicmavr has joined #ruby
Nicmavr is now known as Guest19798
benlieb has joined #ruby
goyox86 has joined #ruby
frozengeek has quit [Quit: frozengeek]
frozengeek has joined #ruby
fishcooker has quit [Quit: Leaving.]
mtkd has quit [Ping timeout: 240 seconds]
lxsameer has quit [Ping timeout: 260 seconds]
mtkd has joined #ruby
workmad3 has joined #ruby
connor_goodwolf has quit [Ping timeout: 240 seconds]
abrcdbr_ has joined #ruby
abrcdbr has quit [Ping timeout: 260 seconds]
goyox86 has quit [Read error: Connection reset by peer]
goyox86 has joined #ruby
mtkd has quit [Ping timeout: 240 seconds]
Dimik is now known as Asara`
Asara` is now known as Dimik
mtkd has joined #ruby
jackjackdripper1 has joined #ruby
DroidBurgundy has quit []
jackjackdripper has quit [Ping timeout: 240 seconds]
whippythellama has quit [Ping timeout: 255 seconds]
mim1k has joined #ruby
moei has quit [Quit: Leaving...]
pharma_joe has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
connor_goodwolf has joined #ruby
mtkd has quit [Ping timeout: 248 seconds]
jinie_ has quit [Ping timeout: 255 seconds]
jinie has joined #ruby
abrcdbr_ has quit [Ping timeout: 240 seconds]
mtkd has joined #ruby
s00pcan has quit [Ping timeout: 248 seconds]
s00pcan has joined #ruby
cdg has joined #ruby
abrcdbr has joined #ruby
goyox86__ has joined #ruby
cdg has quit [Ping timeout: 260 seconds]
frozengeek has quit [Quit: frozengeek]
justthisguy has joined #ruby
goyox86 has quit [Ping timeout: 240 seconds]
frozengeek has joined #ruby
whippythellama has joined #ruby
jackjackdripper1 has quit [Quit: Leaving.]
goyox86 has joined #ruby
goyox86__ has quit [Ping timeout: 240 seconds]