havenwood changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.0.0, 2.7.2, 2.6.6: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | BLM <3
MalkbabY has quit [Remote host closed the connection]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
MalkbabY has joined #ruby
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
giorgian` has quit [Ping timeout: 246 seconds]
giorgian` has quit [Ping timeout: 246 seconds]
alexherbo2 has quit [Ping timeout: 276 seconds]
alexherbo2 has quit [Ping timeout: 276 seconds]
meinside has quit [Quit: Connection closed for inactivity]
meinside has quit [Quit: Connection closed for inactivity]
Xeago has joined #ruby
Xeago has joined #ruby
DaRock has joined #ruby
DaRock has joined #ruby
oneeggea_ has joined #ruby
oneeggea_ has joined #ruby
Xeago has quit [Ping timeout: 264 seconds]
Xeago has quit [Ping timeout: 264 seconds]
Fusl has quit [Ping timeout: 272 seconds]
Fusl has quit [Ping timeout: 272 seconds]
giorgian` has joined #ruby
giorgian` has joined #ruby
oneeggeach has quit [Ping timeout: 244 seconds]
oneeggeach has quit [Ping timeout: 244 seconds]
giorgian` has quit [Ping timeout: 245 seconds]
giorgian` has quit [Ping timeout: 245 seconds]
harlin has quit [Quit: Leaving]
harlin has quit [Quit: Leaving]
Fusl has joined #ruby
Fusl has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
Xeago has quit [Ping timeout: 256 seconds]
Xeago has quit [Ping timeout: 256 seconds]
moldorcoder7 has quit [Ping timeout: 240 seconds]
moldorcoder7 has quit [Ping timeout: 240 seconds]
Benett has quit [Quit:  ]
Benett has quit [Quit:  ]
Benett has joined #ruby
Benett has joined #ruby
moldorcoder7 has joined #ruby
moldorcoder7 has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
cow[moo] has joined #ruby
cow[moo] has joined #ruby
Xeago has quit [Ping timeout: 264 seconds]
Xeago has quit [Ping timeout: 264 seconds]
jonhg has joined #ruby
jonhg has joined #ruby
GodFather has quit [Ping timeout: 265 seconds]
GodFather has quit [Ping timeout: 265 seconds]
jonhg has quit [Read error: Connection reset by peer]
jonhg has quit [Read error: Connection reset by peer]
jonhg has joined #ruby
jonhg has joined #ruby
jonhg has quit [Ping timeout: 240 seconds]
jonhg has quit [Ping timeout: 240 seconds]
bonhoeffer has quit [Quit: Connection closed]
bonhoeffer has quit [Quit: Connection closed]
Xeago has joined #ruby
Xeago has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
jetchisel has joined #ruby
jetchisel has joined #ruby
Xeago has quit [Ping timeout: 265 seconds]
Xeago has quit [Ping timeout: 265 seconds]
jonhg has quit [Read error: Connection reset by peer]
jonhg has quit [Read error: Connection reset by peer]
jonhg has joined #ruby
jonhg has joined #ruby
Azure|dc is now known as Azure
Azure|dc is now known as Azure
oneeggea_ has quit [Quit: Leaving...]
oneeggea_ has quit [Quit: Leaving...]
jonhg has quit [Ping timeout: 264 seconds]
jonhg has quit [Ping timeout: 264 seconds]
bamdad has quit [Remote host closed the connection]
bamdad has quit [Remote host closed the connection]
bamdad has joined #ruby
bamdad has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
Xeago has quit [Ping timeout: 264 seconds]
Xeago has quit [Ping timeout: 264 seconds]
miojo has joined #ruby
miojo has joined #ruby
coniptor has quit [Ping timeout: 260 seconds]
coniptor has quit [Ping timeout: 260 seconds]
<mozzarella> should I need to run gem as root in order to install new gems?
<mozzarella> should I need to run gem as root in order to install new gems?
<havenwood> mozzarella: It depends where your $GEM_HOME or equivalent is set.
<havenwood> mozzarella: It depends where your $GEM_HOME or equivalent is set.
Rounin has quit [Ping timeout: 276 seconds]
Rounin has quit [Ping timeout: 276 seconds]
<havenwood> mozzarella: There's also the --user-install flag for: Install in user's home directory instead of GEM_HOME.
<havenwood> mozzarella: There's also the --user-install flag for: Install in user's home directory instead of GEM_HOME.
<havenwood> But it's about the where.
<havenwood> But it's about the where.
crankharder has joined #ruby
crankharder has joined #ruby
<mozzarella> GEM_HOME isn't set
<mozzarella> GEM_HOME isn't set
coniptor has joined #ruby
coniptor has joined #ruby
<havenwood> mozzarella: Yeah, it doesn't have to be necessarily. Check your gem env or: gem env gemdir
<havenwood> mozzarella: Yeah, it doesn't have to be necessarily. Check your gem env or: gem env gemdir
<havenwood> mozzarella: The install dir can be set a few ways. What I mean is that where it's set is what determines where you need permissions.
<havenwood> mozzarella: The install dir can be set a few ways. What I mean is that where it's set is what determines where you need permissions.
<havenwood> mozzarella: Some distros have different default install locations than others.
<havenwood> mozzarella: Some distros have different default install locations than others.
crankharder has quit [Ping timeout: 276 seconds]
crankharder has quit [Ping timeout: 276 seconds]
jonhg has joined #ruby
jonhg has joined #ruby
<mozzarella> havenwood: is there a best practice? should I install the gems system-wide or only the current user?
<mozzarella> havenwood: is there a best practice? should I install the gems system-wide or only the current user?
<havenwood> mozzarella: Usually for the current user, but depends.
<havenwood> mozzarella: Usually for the current user, but depends.
<havenwood> mozzarella: For local development?
<havenwood> mozzarella: For local development?
<mozzarella> havenwood: yes
<mozzarella> havenwood: yes
<havenwood> mozzarella: Consider using a Ruby version switcher like chruby that'll set $GEM_HOME, $GEM_PATH, $PATH, etc for you.
<havenwood> mozzarella: Consider using a Ruby version switcher like chruby that'll set $GEM_HOME, $GEM_PATH, $PATH, etc for you.
<havenwood> Or you can set those yourself.
<havenwood> Or you can set those yourself.
<havenwood> mozzarella: If you really just need a single Ruby, you can set env vars or .gemrc equivalent yourself.
<havenwood> mozzarella: If you really just need a single Ruby, you can set env vars or .gemrc equivalent yourself.
<havenwood> If you need to be able to switch between Rubies, chruby is nice.
<havenwood> If you need to be able to switch between Rubies, chruby is nice.
<havenwood> Or RVM and rbenv are alternatives switches that do more than change environment variables.
<havenwood> Or RVM and rbenv are alternatives switches that do more than change environment variables.
<havenwood> GEM_HOME Default repository location for gem installation.
<havenwood> GEM_HOME Default repository location for gem installation.
<havenwood> GEM_PATH A colon-separated list of gem repository directories.
<havenwood> GEM_PATH A colon-separated list of gem repository directories.
jonhg has quit [Ping timeout: 240 seconds]
jonhg has quit [Ping timeout: 240 seconds]
<havenwood> So add wherever you set GEM_HOME to your GEM_PATH so you can find the gems you install.
<havenwood> So add wherever you set GEM_HOME to your GEM_PATH so you can find the gems you install.
<havenwood> mozzarella: That's ^ about all there is to it.
<havenwood> mozzarella: That's ^ about all there is to it.
<havenwood> And add the `gem gemdir`/bin to your $PATH.
<havenwood> And add the `gem gemdir`/bin to your $PATH.
<havenwood> Or let chruby do that plus GEM_ROOT and RUBY_ROOT for you.
<havenwood> Or let chruby do that plus GEM_ROOT and RUBY_ROOT for you.
<havenwood> TIMTOWTDI.
<havenwood> TIMTOWTDI.
giorgian` has joined #ruby
giorgian` has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
giorgian` has quit [Ping timeout: 256 seconds]
giorgian` has quit [Ping timeout: 256 seconds]
jonhg has quit [Ping timeout: 245 seconds]
jonhg has quit [Ping timeout: 245 seconds]
bucareli has joined #ruby
bucareli has joined #ruby
bambanx has joined #ruby
bambanx has joined #ruby
neshpion has quit [Quit: neshpion]
neshpion has quit [Quit: neshpion]
bambanx has quit [Read error: Connection reset by peer]
bambanx has quit [Read error: Connection reset by peer]
giorgian` has joined #ruby
giorgian` has joined #ruby
bucareli has quit [Ping timeout: 260 seconds]
bucareli has quit [Ping timeout: 260 seconds]
vondruch has quit [Quit: vondruch]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
vondruch has joined #ruby
vondruch has quit [Remote host closed the connection]
vondruch has quit [Remote host closed the connection]
vondruch has joined #ruby
vondruch has joined #ruby
giorgian` has quit [Ping timeout: 256 seconds]
giorgian` has quit [Ping timeout: 256 seconds]
s3nd1v0g1us is now known as patr0clus
s3nd1v0g1us is now known as patr0clus
Technodrome has joined #ruby
Technodrome has joined #ruby
DaRock has quit [Remote host closed the connection]
DaRock has quit [Remote host closed the connection]
gearnode has quit [Quit: WeeChat 3.1]
gearnode has quit [Quit: WeeChat 3.1]
ChmEarl has quit [Quit: Leaving]
ChmEarl has quit [Quit: Leaving]
m27frogy has quit [Ping timeout: 256 seconds]
m27frogy has quit [Ping timeout: 256 seconds]
Swyper has joined #ruby
Swyper has joined #ruby
gix has joined #ruby
gix has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
gix- has quit [Ping timeout: 276 seconds]
gix- has quit [Ping timeout: 276 seconds]
miojo has quit [Ping timeout: 264 seconds]
miojo has quit [Ping timeout: 264 seconds]
Xeago has quit [Ping timeout: 246 seconds]
Xeago has quit [Ping timeout: 246 seconds]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
MalkbabY has joined #ruby
shtirlic has joined #ruby
shtirlic has joined #ruby
shtirlic has quit [Ping timeout: 240 seconds]
shtirlic has quit [Ping timeout: 240 seconds]
jonhg has joined #ruby
jonhg has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
jonhg has quit [Ping timeout: 245 seconds]
jonhg has quit [Ping timeout: 245 seconds]
crankharder has joined #ruby
crankharder has joined #ruby
Xeago has quit [Ping timeout: 276 seconds]
Xeago has quit [Ping timeout: 276 seconds]
crankharder has quit [Ping timeout: 264 seconds]
crankharder has quit [Ping timeout: 264 seconds]
howdoi has joined #ruby
howdoi has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
Xeago has joined #ruby
Xeago has joined #ruby
Xeago has quit [Ping timeout: 256 seconds]
Xeago has quit [Ping timeout: 256 seconds]
patr0clus has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
patr0clus has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cd has quit [Quit: cd]
cd has quit [Quit: cd]
Xeago has joined #ruby
Xeago has joined #ruby
Xeago has quit [Ping timeout: 246 seconds]
Xeago has quit [Ping timeout: 246 seconds]
giorgian` has joined #ruby
giorgian` has joined #ruby
baojg has joined #ruby
baojg has joined #ruby
giorgian` has quit [Ping timeout: 240 seconds]
giorgian` has quit [Ping timeout: 240 seconds]
Xeago has joined #ruby
Xeago has joined #ruby
MalkbabY has quit [Ping timeout: 240 seconds]
MalkbabY has quit [Ping timeout: 240 seconds]
Xeago has quit [Ping timeout: 260 seconds]
Xeago has quit [Ping timeout: 260 seconds]
MalkbabY has joined #ruby
MalkbabY has joined #ruby
MalkbabY has quit [Remote host closed the connection]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
MalkbabY has joined #ruby
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Xeago has joined #ruby
Xeago has joined #ruby
Xeago has quit [Ping timeout: 245 seconds]
Xeago has quit [Ping timeout: 245 seconds]
CrazyEddy has quit [Ping timeout: 276 seconds]
CrazyEddy has quit [Ping timeout: 276 seconds]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #ruby
_whitelogger_ has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
Technodrome has joined #ruby
Technodrome has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
jonhg has quit [Ping timeout: 240 seconds]
jonhg has quit [Ping timeout: 240 seconds]
Xeago has quit [Ping timeout: 256 seconds]
Xeago has quit [Ping timeout: 256 seconds]
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #ruby
_whitelogger_ has joined #ruby
shtirlic has joined #ruby
shtirlic has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
Xeago has quit [Ping timeout: 245 seconds]
Xeago has quit [Ping timeout: 245 seconds]
argumentative has joined #ruby
argumentative has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
Xeago has quit [Ping timeout: 260 seconds]
Xeago has quit [Ping timeout: 260 seconds]
argumentative has quit [Ping timeout: 240 seconds]
argumentative has quit [Ping timeout: 240 seconds]
checkerboard has joined #ruby
checkerboard has joined #ruby
checkerboard has quit [Ping timeout: 240 seconds]
checkerboard has quit [Ping timeout: 240 seconds]
procreating has joined #ruby
procreating has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
Xeago has quit [Ping timeout: 245 seconds]
Xeago has quit [Ping timeout: 245 seconds]
giorgian` has joined #ruby
giorgian` has joined #ruby
procreating has quit [Ping timeout: 240 seconds]
procreating has quit [Ping timeout: 240 seconds]
procreating has joined #ruby
procreating has joined #ruby
giorgian` has quit [Ping timeout: 264 seconds]
giorgian` has quit [Ping timeout: 264 seconds]
procreating has quit [Quit: Reconnecting]
procreating has quit [Quit: Reconnecting]
Xeago has joined #ruby
Xeago has joined #ruby
Xeago has quit [Ping timeout: 256 seconds]
Xeago has quit [Ping timeout: 256 seconds]
shortcakes has joined #ruby
shortcakes has joined #ruby
nikhuge has joined #ruby
nikhuge has joined #ruby
crankharder has joined #ruby
crankharder has joined #ruby
crankharder has quit [Ping timeout: 264 seconds]
crankharder has quit [Ping timeout: 264 seconds]
crankharder has joined #ruby
crankharder has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
nikhuge has quit [Quit: Connection closed]
nikhuge has quit [Quit: Connection closed]
Xeago has quit [Ping timeout: 240 seconds]
Xeago has quit [Ping timeout: 240 seconds]
jonhg has joined #ruby
jonhg has joined #ruby
shortcakes has quit [Ping timeout: 240 seconds]
shortcakes has quit [Ping timeout: 240 seconds]
jonhg has quit [Ping timeout: 245 seconds]
jonhg has quit [Ping timeout: 245 seconds]
crankharder has quit [Ping timeout: 256 seconds]
crankharder has quit [Ping timeout: 256 seconds]
konsolebox has quit [Read error: Connection reset by peer]
konsolebox has quit [Read error: Connection reset by peer]
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #ruby
_whitelogger_ has joined #ruby
demonstrating has joined #ruby
demonstrating has joined #ruby
konsolebox has joined #ruby
konsolebox has joined #ruby
nikhuge has joined #ruby
nikhuge has joined #ruby
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ruurd has joined #ruby
ruurd has joined #ruby
alexherbo2 has joined #ruby
alexherbo2 has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
Guest28775 is now known as baweaver
Guest28775 is now known as baweaver
baweaver has quit [Changing host]
baweaver has joined #ruby
baweaver has joined #ruby
baweaver has quit [Changing host]
Xeago has quit [Ping timeout: 246 seconds]
Xeago has quit [Ping timeout: 246 seconds]
jenrzzz has quit [Ping timeout: 264 seconds]
jenrzzz has quit [Ping timeout: 264 seconds]
nikhuge has quit [Quit: Leaving]
nikhuge has quit [Quit: Leaving]
demonstrating has quit [Remote host closed the connection]
demonstrating has quit [Remote host closed the connection]
Xeago has joined #ruby
Xeago has joined #ruby
falteringly has joined #ruby
falteringly has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
Xeago has quit [Ping timeout: 245 seconds]
Xeago has quit [Ping timeout: 245 seconds]
konsolebox has quit [Read error: Connection reset by peer]
konsolebox has quit [Read error: Connection reset by peer]
ruurd has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ruurd has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ruurd has joined #ruby
ruurd has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
jenrzzz has quit [Ping timeout: 256 seconds]
akem has quit [Quit: leaving]
akem has quit [Quit: leaving]
ruurd has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ruurd has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
akem has joined #ruby
akem has joined #ruby
konsolebox has joined #ruby
konsolebox has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
crankharder has joined #ruby
crankharder has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
jetchisel has quit [Ping timeout: 260 seconds]
jetchisel has quit [Ping timeout: 260 seconds]
titanbiscuit has joined #ruby
titanbiscuit has joined #ruby
crankharder has quit [Ping timeout: 246 seconds]
crankharder has quit [Ping timeout: 246 seconds]
jetchisel has joined #ruby
jetchisel has joined #ruby
titanbiscuit has quit [Read error: Connection reset by peer]
titanbiscuit has quit [Read error: Connection reset by peer]
ruurd has joined #ruby
ruurd has joined #ruby
Xeago has quit [Ping timeout: 264 seconds]
Xeago has quit [Ping timeout: 264 seconds]
titanbiscuit has joined #ruby
titanbiscuit has joined #ruby
giorgian` has joined #ruby
giorgian` has joined #ruby
jenrzzz has quit [Quit: Lost terminal]
jenrzzz has quit [Quit: Lost terminal]
giorgian` has quit [Ping timeout: 246 seconds]
giorgian` has quit [Ping timeout: 246 seconds]
titanbiscuit has quit [Ping timeout: 246 seconds]
titanbiscuit has quit [Ping timeout: 246 seconds]
falteringly is now known as patch
falteringly is now known as patch
bamdad has quit [Remote host closed the connection]
bamdad has quit [Remote host closed the connection]
bamdad has joined #ruby
bamdad has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
jonhg has quit [Ping timeout: 245 seconds]
jonhg has quit [Ping timeout: 245 seconds]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
akem_ has joined #ruby
akem_ has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
akem_ has quit [Client Quit]
akem_ has quit [Client Quit]
jonhg has quit [Read error: Connection reset by peer]
jonhg has quit [Read error: Connection reset by peer]
jonhg has joined #ruby
jonhg has joined #ruby
split-brain has joined #ruby
split-brain has joined #ruby
jonhg has quit [Ping timeout: 240 seconds]
jonhg has quit [Ping timeout: 240 seconds]
cuerbot has joined #ruby
cuerbot has joined #ruby
MalkbabY has quit [Remote host closed the connection]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
MalkbabY has joined #ruby
elcuervo has quit [Ping timeout: 240 seconds]
elcuervo has quit [Ping timeout: 240 seconds]
roadt__ has joined #ruby
roadt__ has joined #ruby
miojo has joined #ruby
miojo has joined #ruby
roadt_ has quit [Ping timeout: 240 seconds]
roadt_ has quit [Ping timeout: 240 seconds]
ruurd has quit [Ping timeout: 265 seconds]
ruurd has quit [Ping timeout: 265 seconds]
crankharder has joined #ruby
crankharder has joined #ruby
crankharder has quit [Ping timeout: 265 seconds]
crankharder has quit [Ping timeout: 265 seconds]
Technodrome has joined #ruby
Technodrome has joined #ruby
<akem> Technodrome: <3 your dimension.
<akem> Technodrome: <3 your dimension.
m27frogy has joined #ruby
m27frogy has joined #ruby
jenrzzz_ has joined #ruby
jenrzzz_ has joined #ruby
jenrzzz_ has quit [Ping timeout: 256 seconds]
jenrzzz_ has quit [Ping timeout: 256 seconds]
charon77 has joined #ruby
charon77 has joined #ruby
tsujp has joined #ruby
tsujp has joined #ruby
Rounin has joined #ruby
Rounin has joined #ruby
giorgian` has joined #ruby
giorgian` has joined #ruby
jenrzzz_ has joined #ruby
jenrzzz_ has joined #ruby
giorgian` has quit [Ping timeout: 260 seconds]
giorgian` has quit [Ping timeout: 260 seconds]
jenrzzz_ has quit [Ping timeout: 265 seconds]
jenrzzz_ has quit [Ping timeout: 265 seconds]
<Technodrome> akem you love me?
<Technodrome> akem you love me?
charon77_ has joined #ruby
charon77_ has joined #ruby
charon77 has quit [Remote host closed the connection]
charon77 has quit [Remote host closed the connection]
<akem> Technodrome: i always love good technologies! <3
<akem> Technodrome: i always love good technologies! <3
<akem> are you?
<akem> are you?
<Technodrome> we both love ruby right?
<Technodrome> we both love ruby right?
<akem> yeah.
<akem> yeah.
<Technodrome> you did not abandon it yet so we're good money
<Technodrome> you did not abandon it yet so we're good money
<akem> i think so.
<akem> i think so.
andremedeiros has quit [Read error: Connection reset by peer]
andremedeiros has quit [Read error: Connection reset by peer]
andremedeiros has joined #ruby
andremedeiros has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
<Technodrome> akem Technodrome came from ninja turtles btw
<Technodrome> akem Technodrome came from ninja turtles btw
Swyper has joined #ruby
Swyper has joined #ruby
jonhg has quit [Ping timeout: 245 seconds]
jonhg has quit [Ping timeout: 245 seconds]
<Technodrome> not the rock group
<Technodrome> not the rock group
meinside has joined #ruby
meinside has joined #ruby
jenrzzz has quit [Quit: leaving]
jenrzzz has quit [Quit: leaving]
claw has quit [Ping timeout: 246 seconds]
claw has quit [Ping timeout: 246 seconds]
claw has joined #ruby
claw has joined #ruby
<cutiepie> any freelancers around?
<cutiepie> any freelancers around?
<Technodrome> cutiepie what you got going on now? Are you late again?
<Technodrome> cutiepie what you got going on now? Are you late again?
jetchisel has quit [Ping timeout: 256 seconds]
jetchisel has quit [Ping timeout: 256 seconds]
jetchisel has joined #ruby
jetchisel has joined #ruby
Swyper has quit [Read error: Connection reset by peer]
Swyper has quit [Read error: Connection reset by peer]
Swyper has joined #ruby
Swyper has joined #ruby
<Technodrome> cutiepie btw, i'm just playing
<Technodrome> cutiepie btw, i'm just playing
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
giorgian` has joined #ruby
giorgian` has joined #ruby
<cutiepie> no probs :D
<cutiepie> no probs :D
pelix has joined #ruby
pelix has joined #ruby
<cutiepie> trying to set up the next amazon but my todo-list is simply too big for one cutiepie alone
<cutiepie> trying to set up the next amazon but my todo-list is simply too big for one cutiepie alone
<pelix> Is there a string templating approach or library that can be told to only care about replacing a specific place holder format? I'm looking to accept a template string from endusers that can accept a couple of arguments. It's eventually passed onto ssh as a 'ProxyCommand' string, which means it can contain strings such as '%h' and '%p'. I would force use of '%%' for escaping, but it would be nicer if I could say the follow would work as a t
<pelix> Is there a string templating approach or library that can be told to only care about replacing a specific place holder format? I'm looking to accept a template string from endusers that can accept a couple of arguments. It's eventually passed onto ssh as a 'ProxyCommand' string, which means it can contain strings such as '%h' and '%p'. I would force use of '%%' for escaping, but it would be nicer if I could say the follow would work as a t
<pelix> emplate "ssh -l %(username) %(host) -W %h:%p" and only replace the '%(username)' and '%(host)' parts ignoring any others
<pelix> emplate "ssh -l %(username) %(host) -W %h:%p" and only replace the '%(username)' and '%(host)' parts ignoring any others
<Technodrome> cutiepie setup the next amazon, you making an e-commerce site?
<Technodrome> cutiepie setup the next amazon, you making an e-commerce site?
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
<cutiepie> Technodrome: yes sir!
<cutiepie> Technodrome: yes sir!
TCZ has joined #ruby
TCZ has joined #ruby
<Technodrome> cutiepie if you want freelancers, hope you got your intuit account ready with payroll!
<Technodrome> cutiepie if you want freelancers, hope you got your intuit account ready with payroll!
cd has joined #ruby
cd has joined #ruby
<al2o3-cr> &>> username = 'me'; host = 'foo.bar.baz'; temp = 'ssh -l %{username} %{host} -W %%h:%%p'; temp % {username: username, host: host}
<al2o3-cr> &>> username = 'me'; host = 'foo.bar.baz'; temp = 'ssh -l %{username} %{host} -W %%h:%%p'; temp % {username: username, host: host}
<rubydoc> # => "ssh -l me foo.bar.baz -W %h:%p" (https://carc.in/#/r/ako0)
<rubydoc> # => "ssh -l me foo.bar.baz -W %h:%p" (https://carc.in/#/r/ako0)
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
<al2o3-cr> pelix: ^^ something like this?
<al2o3-cr> pelix: ^^ something like this?
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
arooni has quit [Ping timeout: 256 seconds]
arooni has quit [Ping timeout: 256 seconds]
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
arooni has joined #ruby
arooni has joined #ruby
<Technodrome> my friend asked a good question, if you slice an argument in a Proc , is it returning
<Technodrome> my friend asked a good question, if you slice an argument in a Proc , is it returning
<Technodrome> its slicing and the result is getting back out, but is it really a return?
<Technodrome> its slicing and the result is getting back out, but is it really a return?
<Technodrome> because an explicit return will cause a Local Jump Error obviously
<Technodrome> because an explicit return will cause a Local Jump Error obviously
Swyper has joined #ruby
Swyper has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
tsujp has quit [Ping timeout: 240 seconds]
tsujp has quit [Ping timeout: 240 seconds]
Swyper has quit [Ping timeout: 264 seconds]
Swyper has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
<pelix> al2o3-cr: that's what I currently have, just that it requires the person providing the template to escape any '%', hence why I'm looking to see if there is another syntax or library that works similar that isn't going to clash with use of either '$' or '%', or is regex the answer to that?
<pelix> al2o3-cr: that's what I currently have, just that it requires the person providing the template to escape any '%', hence why I'm looking to see if there is another syntax or library that works similar that isn't going to clash with use of either '$' or '%', or is regex the answer to that?
jenrzzz has quit [Ping timeout: 240 seconds]
jenrzzz has quit [Ping timeout: 240 seconds]
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
<al2o3-cr> pelix: i see, in that case i'd refine a method on String to take care of this.
<al2o3-cr> pelix: i see, in that case i'd refine a method on String to take care of this.
RandomArcher has joined #ruby
RandomArcher has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
lockweel has quit [Ping timeout: 246 seconds]
lockweel has quit [Ping timeout: 246 seconds]
lockweel has joined #ruby
lockweel has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
jonhg has quit [Ping timeout: 246 seconds]
jonhg has quit [Ping timeout: 246 seconds]
giorgian` has quit [Ping timeout: 256 seconds]
giorgian` has quit [Ping timeout: 256 seconds]
RandomArcher has quit [Quit: Konversation terminated!]
RandomArcher has quit [Quit: Konversation terminated!]
RandomArcher has joined #ruby
RandomArcher has joined #ruby
<pelix> al2o3-cr: seems to be the most practical approach, I guess I should be able to loop through the hash of values and attempt string replacements using '{<name>}' as a simple enough way of avoiding needing those providing it to escape anything unnecessarily
<pelix> al2o3-cr: seems to be the most practical approach, I guess I should be able to loop through the hash of values and attempt string replacements using '{<name>}' as a simple enough way of avoiding needing those providing it to escape anything unnecessarily
<al2o3-cr> pelix: sure, but if i think of anything else in the mean time i'll ping you.
<al2o3-cr> pelix: sure, but if i think of anything else in the mean time i'll ping you.
<pelix> cheers
<pelix> cheers
<al2o3-cr> np :)
<al2o3-cr> np :)
Xeago has joined #ruby
Xeago has joined #ruby
Xeago has quit [Ping timeout: 240 seconds]
Xeago has quit [Ping timeout: 240 seconds]
jonhg has joined #ruby
jonhg has joined #ruby
jonhg has quit [Ping timeout: 240 seconds]
jonhg has quit [Ping timeout: 240 seconds]
jonhg_ has joined #ruby
jonhg_ has joined #ruby
jonhg_ has quit [Ping timeout: 240 seconds]
jonhg_ has quit [Ping timeout: 240 seconds]
Rudd0^ has quit [Ping timeout: 264 seconds]
Rudd0^ has quit [Ping timeout: 264 seconds]
giorgian` has joined #ruby
giorgian` has joined #ruby
MalkbabY has quit [Remote host closed the connection]
MalkbabY has quit [Remote host closed the connection]
giorgian` has quit [Ping timeout: 276 seconds]
giorgian` has quit [Ping timeout: 276 seconds]
MalkbabY has joined #ruby
MalkbabY has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
charon77_ has quit [Quit: WeeChat 3.0.1]
charon77_ has quit [Quit: WeeChat 3.0.1]
charon77 has joined #ruby
charon77 has joined #ruby
charon77 has quit [Client Quit]
charon77 has quit [Client Quit]
charon77 has joined #ruby
charon77 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
Guest48 has joined #ruby
Guest48 has joined #ruby
RandomArcher has quit [Ping timeout: 246 seconds]
RandomArcher has quit [Ping timeout: 246 seconds]
AnomalyXII has quit [Read error: No route to host]
AnomalyXII has quit [Read error: No route to host]
SanguineAnomaly has joined #ruby
SanguineAnomaly has joined #ruby
andremedeiros has quit [Read error: Connection reset by peer]
andremedeiros has quit [Read error: Connection reset by peer]
andremedeiros has joined #ruby
andremedeiros has joined #ruby
andremedeiros has quit [Read error: Connection reset by peer]
andremedeiros has quit [Read error: Connection reset by peer]
andremedeiros has joined #ruby
andremedeiros has joined #ruby
Guest48 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest48 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Swyper has joined #ruby
Swyper has joined #ruby
crankharder has joined #ruby
crankharder has joined #ruby
Swyper has quit [Ping timeout: 264 seconds]
Swyper has quit [Ping timeout: 264 seconds]
crankharder has quit [Ping timeout: 260 seconds]
crankharder has quit [Ping timeout: 260 seconds]
baojg has joined #ruby
baojg has joined #ruby
zapata has joined #ruby
zapata has joined #ruby
CommunistWolf has quit [Ping timeout: 244 seconds]
CommunistWolf has quit [Ping timeout: 244 seconds]
CommunistWolf has joined #ruby
CommunistWolf has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 276 seconds]
jenrzzz has quit [Ping timeout: 276 seconds]
jonhg has joined #ruby
jonhg has joined #ruby
al2o3-cr has quit [Ping timeout: 256 seconds]
al2o3-cr has quit [Ping timeout: 256 seconds]
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
pelix has quit [Quit: Leaving.]
pelix has quit [Quit: Leaving.]
crankharder has joined #ruby
crankharder has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
jonhg has quit [Ping timeout: 276 seconds]
jonhg has quit [Ping timeout: 276 seconds]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
al2o3-cr has joined #ruby
al2o3-cr has joined #ruby
GodFather has joined #ruby
GodFather has joined #ruby
Guest48 has joined #ruby
Guest48 has joined #ruby
Guest48 has quit [Client Quit]
Guest48 has quit [Client Quit]
Guest48 has joined #ruby
Guest48 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
Guest48 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest48 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Inoperable has joined #ruby
Inoperable has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
TCZ has quit [Quit: Czesc]
TCZ has quit [Quit: Czesc]
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
baojg has joined #ruby
baojg has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
baojg has joined #ruby
baojg has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
baojg has joined #ruby
baojg has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
baojg has joined #ruby
baojg has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
Rudd0 has joined #ruby
Rudd0 has joined #ruby
baojg has joined #ruby
baojg has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
baojg has joined #ruby
baojg has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
giorgian` has joined #ruby
giorgian` has joined #ruby
baojg has joined #ruby
baojg has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
baojg has joined #ruby
baojg has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
baojg has joined #ruby
baojg has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
baojg has joined #ruby
baojg has joined #ruby
Swyper has joined #ruby
Swyper has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
baojg has joined #ruby
baojg has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
baojg has joined #ruby
baojg has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
giorgian` has quit [Ping timeout: 246 seconds]
giorgian` has quit [Ping timeout: 246 seconds]
baojg has joined #ruby
baojg has joined #ruby
baojg has quit [Remote host closed the connection]
baojg has quit [Remote host closed the connection]
Guest48 has joined #ruby
Guest48 has joined #ruby
Xeago has quit [Remote host closed the connection]
Xeago has quit [Remote host closed the connection]
Xeago has joined #ruby
Xeago has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
Technodrome has joined #ruby
Technodrome has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
Xeago has quit [Ping timeout: 276 seconds]
Xeago has quit [Ping timeout: 276 seconds]
nikhuge has joined #ruby
nikhuge has joined #ruby
crankharder has quit [Ping timeout: 246 seconds]
crankharder has quit [Ping timeout: 246 seconds]
Guest48 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest48 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nikhuge has quit [Quit: Connection closed]
nikhuge has quit [Quit: Connection closed]
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
teardown has quit [Ping timeout: 268 seconds]
teardown has quit [Ping timeout: 268 seconds]
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
Swyper has joined #ruby
dviola has quit [Quit: WeeChat 3.1]
dviola has quit [Quit: WeeChat 3.1]
teardown has joined #ruby
teardown has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
Xeago has quit [Ping timeout: 245 seconds]
Xeago has quit [Ping timeout: 245 seconds]
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
charon77 has quit [Ping timeout: 240 seconds]
charon77 has quit [Ping timeout: 240 seconds]
jonhg has joined #ruby
jonhg has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
jonhg has quit [Ping timeout: 240 seconds]
jonhg has quit [Ping timeout: 240 seconds]
Xeago has quit [Ping timeout: 246 seconds]
Xeago has quit [Ping timeout: 246 seconds]
ChmEarl has joined #ruby
ChmEarl has joined #ruby
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
jenrzzz has quit [Ping timeout: 265 seconds]
jonhg_ has joined #ruby
jonhg_ has joined #ruby
jonhg has quit [Ping timeout: 240 seconds]
jonhg has quit [Ping timeout: 240 seconds]
jonhg_ has quit [Ping timeout: 265 seconds]
jonhg_ has quit [Ping timeout: 265 seconds]
Xeago has joined #ruby
Xeago has joined #ruby
patch has quit [Quit: Reconnecting]
patch has quit [Quit: Reconnecting]
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
Xeago has quit [Ping timeout: 245 seconds]
Xeago has quit [Ping timeout: 245 seconds]
expounded has joined #ruby
expounded has joined #ruby
carbone5 has joined #ruby
carbone5 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
DTZUZU_ has joined #ruby
DTZUZU_ has joined #ruby
DTZUZU has quit [Read error: Connection reset by peer]
DTZUZU has quit [Read error: Connection reset by peer]
DTZUZU_ is now known as DTZUZU
DTZUZU_ is now known as DTZUZU
Guest48 has joined #ruby
Guest48 has joined #ruby
split-brain has quit [Remote host closed the connection]
split-brain has quit [Remote host closed the connection]
Guest48 has quit [Client Quit]
Guest48 has quit [Client Quit]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
al2o3-cr has quit [Ping timeout: 256 seconds]
al2o3-cr has quit [Ping timeout: 256 seconds]
al2o3-cr has joined #ruby
al2o3-cr has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
jenrzzz has quit [Ping timeout: 264 seconds]
Xeago has joined #ruby
Xeago has joined #ruby
Swyper has joined #ruby
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
Xeago has quit [Ping timeout: 246 seconds]
Xeago has quit [Ping timeout: 246 seconds]
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has quit [Client Quit]
s3nd1v0g1us has quit [Client Quit]
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
giorgian` has joined #ruby
giorgian` has joined #ruby
giorgian` has quit [Ping timeout: 245 seconds]
giorgian` has quit [Ping timeout: 245 seconds]
Xeago has joined #ruby
Xeago has joined #ruby
MalkbabY has quit [Remote host closed the connection]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
MalkbabY has joined #ruby
Xeago has quit [Ping timeout: 246 seconds]
Xeago has quit [Ping timeout: 246 seconds]
tpefreedom has joined #ruby
tpefreedom has joined #ruby
crankharder has joined #ruby
crankharder has joined #ruby
Guest48 has joined #ruby
Guest48 has joined #ruby
Swyper has joined #ruby
Swyper has joined #ruby
crankharder has quit [Ping timeout: 246 seconds]
crankharder has quit [Ping timeout: 246 seconds]
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
Guest48 has quit [Ping timeout: 256 seconds]
Guest48 has quit [Ping timeout: 256 seconds]
dviola has joined #ruby
dviola has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
carbone5 has quit [Quit: carbone5]
carbone5 has quit [Quit: carbone5]
carbone5 has joined #ruby
carbone5 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
naftilos76 has joined #ruby
naftilos76 has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
giorgian` has joined #ruby
giorgian` has joined #ruby
jonhg has quit [Ping timeout: 245 seconds]
jonhg has quit [Ping timeout: 245 seconds]
tpefreedom has quit [Quit: Leaving]
tpefreedom has quit [Quit: Leaving]
giorgian` has quit [Ping timeout: 256 seconds]
giorgian` has quit [Ping timeout: 256 seconds]
jonhg has joined #ruby
jonhg has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Technodrome has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Swyper has joined #ruby
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
jenrzzz has quit [Ping timeout: 256 seconds]
giorgian` has joined #ruby
giorgian` has joined #ruby
al2o3-cr has quit [Ping timeout: 256 seconds]
al2o3-cr has quit [Ping timeout: 256 seconds]
giorgian` has quit [Ping timeout: 246 seconds]
giorgian` has quit [Ping timeout: 246 seconds]
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
carbone5 has quit [Quit: carbone5]
carbone5 has quit [Quit: carbone5]
carbone5 has joined #ruby
carbone5 has joined #ruby
carbone5 has quit [Client Quit]
carbone5 has quit [Client Quit]
giorgian` has joined #ruby
giorgian` has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
Xeago has quit [Remote host closed the connection]
Xeago has quit [Remote host closed the connection]
Xeago has joined #ruby
Xeago has joined #ruby
GodFather has quit [Ping timeout: 264 seconds]
GodFather has quit [Ping timeout: 264 seconds]
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
GodFather has joined #ruby
GodFather has joined #ruby
naftilos76 has quit [Ping timeout: 265 seconds]
naftilos76 has quit [Ping timeout: 265 seconds]
mittens has joined #ruby
mittens has joined #ruby
Xeago has quit [Remote host closed the connection]
Xeago has quit [Remote host closed the connection]
roshanavand has joined #ruby
roshanavand has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
roshanavand_ has joined #ruby
roshanavand_ has joined #ruby
Xeago has quit [Remote host closed the connection]
Xeago has quit [Remote host closed the connection]
Xeago has joined #ruby
Xeago has joined #ruby
ur5us has joined #ruby
ur5us has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
roshanavand has quit [Ping timeout: 276 seconds]
roshanavand has quit [Ping timeout: 276 seconds]
Xeago has quit [Ping timeout: 246 seconds]
Xeago has quit [Ping timeout: 246 seconds]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
snickers has joined #ruby
snickers has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
jenrzzz has quit [Ping timeout: 240 seconds]
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
va5c0 has joined #ruby
va5c0 has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
giorgian` has quit [Ping timeout: 260 seconds]
giorgian` has quit [Ping timeout: 260 seconds]
crankharder has joined #ruby
crankharder has joined #ruby
cow[moo] has joined #ruby
cow[moo] has joined #ruby
Xeago has quit [Ping timeout: 245 seconds]
Xeago has quit [Ping timeout: 245 seconds]
crankharder has quit [Ping timeout: 264 seconds]
crankharder has quit [Ping timeout: 264 seconds]
va5c0 has quit [Quit: WeeChat 3.1]
va5c0 has quit [Quit: WeeChat 3.1]
va5c0 has joined #ruby
va5c0 has joined #ruby
giorgian` has joined #ruby
giorgian` has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
Swyper has joined #ruby
Swyper has joined #ruby
Xeago has quit [Ping timeout: 246 seconds]
Xeago has quit [Ping timeout: 246 seconds]
weaksauce has joined #ruby
weaksauce has joined #ruby
ur5us has quit [Quit: Leaving]
ur5us has quit [Quit: Leaving]
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
ur5us has joined #ruby
ur5us has joined #ruby
Swyper has joined #ruby
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
Swyper has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
Xeago has quit [Ping timeout: 264 seconds]
Xeago has quit [Ping timeout: 264 seconds]
s3nd1v0g1us has joined #ruby
s3nd1v0g1us has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
Xeago has joined #ruby
Xeago has joined #ruby
carbone5 has joined #ruby
carbone5 has joined #ruby
carbone5 has quit [Client Quit]
carbone5 has quit [Client Quit]
Xeago has quit [Ping timeout: 256 seconds]
Xeago has quit [Ping timeout: 256 seconds]
meinside has quit [Quit: Connection closed for inactivity]
meinside has quit [Quit: Connection closed for inactivity]
jonhg has quit [Remote host closed the connection]
jonhg has quit [Remote host closed the connection]
shtirlic has quit [Ping timeout: 246 seconds]
shtirlic has quit [Ping timeout: 246 seconds]
jonhg has joined #ruby
jonhg has joined #ruby
jonhg has quit [Ping timeout: 276 seconds]
jonhg has quit [Ping timeout: 276 seconds]
Xeago has joined #ruby
Xeago has joined #ruby
hiroaki has quit [Ping timeout: 244 seconds]
hiroaki has quit [Ping timeout: 244 seconds]
Xeago has quit [Ping timeout: 264 seconds]
Xeago has quit [Ping timeout: 264 seconds]
RougeR has joined #ruby
RougeR has joined #ruby
Swyper has joined #ruby
Swyper has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
Xeago has joined #ruby
Xeago has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby
Xeago has quit [Ping timeout: 240 seconds]
Xeago has quit [Ping timeout: 240 seconds]
Xiti has quit [Quit: Leaving]
Xiti has quit [Quit: Leaving]
jonhg has quit [Ping timeout: 240 seconds]
jonhg has quit [Ping timeout: 240 seconds]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has quit [Remote host closed the connection]
MalkbabY has joined #ruby
MalkbabY has joined #ruby
elcuervo has joined #ruby
elcuervo has joined #ruby
cuerbot has quit [Ping timeout: 245 seconds]
cuerbot has quit [Ping timeout: 245 seconds]
tpanarch1st_ has joined #ruby
tpanarch1st_ has joined #ruby
va5c0 has quit [Ping timeout: 246 seconds]
va5c0 has quit [Ping timeout: 246 seconds]
Xiti has joined #ruby
Xiti has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
ruby[bot] has joined #ruby
lockweel has quit [Quit: Leaving]
lockweel has quit [Quit: Leaving]
Xeago has quit [Ping timeout: 256 seconds]
Xeago has quit [Ping timeout: 256 seconds]
Swyper has joined #ruby
Swyper has joined #ruby
crankharder has joined #ruby
crankharder has joined #ruby
cow[moo] has joined #ruby
cow[moo] has joined #ruby
Swyper has quit [Ping timeout: 265 seconds]
Swyper has quit [Ping timeout: 265 seconds]
crankharder has quit [Ping timeout: 256 seconds]
crankharder has quit [Ping timeout: 256 seconds]
Iarfen has joined #ruby
Iarfen has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
Xeago has quit [Ping timeout: 246 seconds]
Xeago has quit [Ping timeout: 246 seconds]
baojg has joined #ruby
baojg has joined #ruby
fercell has quit [Read error: Connection reset by peer]
fercell has quit [Read error: Connection reset by peer]
fercell has joined #ruby
fercell has joined #ruby
bsdbandit-01 has joined #ruby
bsdbandit-01 has joined #ruby
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jonhg has joined #ruby
jonhg has joined #ruby
bsdbandit-01 has quit [Read error: Connection reset by peer]
bsdbandit-01 has quit [Read error: Connection reset by peer]
Swyper has joined #ruby
Swyper has joined #ruby
Xeago has joined #ruby
Xeago has joined #ruby
jonhg has quit [Ping timeout: 246 seconds]
jonhg has quit [Ping timeout: 246 seconds]
Swyper has quit [Remote host closed the connection]
Swyper has quit [Remote host closed the connection]
Xeago has quit [Ping timeout: 264 seconds]
Xeago has quit [Ping timeout: 264 seconds]
TCZ has joined #ruby
TCZ has joined #ruby
Swyper has joined #ruby
Swyper has joined #ruby
jonhg has joined #ruby
jonhg has joined #ruby