leea has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<dmak1112>
ok thanks! let me fix this
nankyokusei has joined #ruby
pawnbox has quit [Ping timeout: 264 seconds]
<toretore>
there is something wrong with the data being given to write_points, figure out what the data looks like and where it's coming from
<dmak1112>
ok, so i thought it was something like that. the confusion i have is that the data that is giving an error looks almost exactly like the data that is working
<dmak1112>
ill post it on the gist
<toretore>
give information
<dmak1112>
ok its on the gist i called it "Data information"
zacts has quit [Ping timeout: 250 seconds]
<toretore>
5 bucks says it's "centos6.7"
<dmak1112>
do you have venmo?
<dmak1112>
how can i check if thats the issue?
<toretore>
figure out how it's parsed and what data is then passed on
<dmak1112>
ok
nankyokusei has quit [Ping timeout: 260 seconds]
leea has joined #ruby
<leea>
i think it's ?gist
whathappens has quit [Quit: Leaving...]
<dmak1112>
hmm ok
<dmak1112>
i've got it to print the data before it tries to insert it
<dmak1112>
ill post it on the gist
rkazak has quit [Quit: Sleep.....ing....]
JoshGlzBrk has joined #ruby
kriskropd has quit [Ping timeout: 240 seconds]
karapetyan has quit [Remote host closed the connection]
<dmak1112>
so its on the gist in data output... i guess for some reason its receiving the output "centos6.7....." but somehow parses it into nothingness
jaguarmagenta has joined #ruby
marr has quit [Ping timeout: 244 seconds]
v0n has quit [Ping timeout: 246 seconds]
igam` has joined #ruby
allcentury has joined #ruby
rcvalle has quit [Quit: rcvalle]
<leea>
can you paste the gist
jaguarmagenta has quit [Ping timeout: 240 seconds]
<dmak1112>
basically im receiving two sets of data and for one of them it seems to parse correctly and upload to influxdb, and for the other it somewhere gets mixed up
Contigi has quit [Quit: Leaving]
jenrzzz has quit [Ping timeout: 240 seconds]
DTZUZU has quit [Ping timeout: 260 seconds]
<leea>
I'm not sure what I'm looking at
<dmak1112>
so i've got two sets of data that this ruby script is receiving and trying to convert into data that it pushes to influxdb
<leea>
I see a mix of JSON hashes and ruby hash "data output"
<dmak1112>
for the first set of data, tdrr-sensu-server, its converting it into some hash and writing it correctly, but for the other set of data, it's not
<dmak1112>
sorry let me update data output section to make it more clear
<dmak1112>
ok i've updated it it only has ruby hash data output now
<leea>
have you tried using pry to debug?
macsteps has joined #ruby
<dmak1112>
no i haven't let me look up pry
neo_ has joined #ruby
hazelux has joined #ruby
mistermocha has quit [Remote host closed the connection]
arlek has joined #ruby
weaksauce has joined #ruby
Hobogrammer has joined #ruby
mistermocha has joined #ruby
mistermocha has quit [Read error: Connection reset by peer]
griffindy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
elifoster has joined #ruby
RegulationD has joined #ruby
mistermocha has joined #ruby
ReK2 has joined #ruby
ReK2GnULinuX has quit [Ping timeout: 250 seconds]
pawnbox has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
RegulationD has quit [Ping timeout: 258 seconds]
kevr has joined #ruby
mistermocha has quit [Ping timeout: 246 seconds]
JeanCarloMachado has joined #ruby
BTRE has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
shinnya has joined #ruby
<dmak1112>
got it.
aaeron has joined #ruby
<dmak1112>
for anyone interested it was because it was separating output by "." and the hostname "centos6.7" had a period so it was calculating an additional tag and crashing. so i owe toretore 5 bucks
macsteps has quit [Remote host closed the connection]
pawnbox has quit [Ping timeout: 246 seconds]
hahuang61 has joined #ruby
daffy_duck_2 has joined #ruby
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<dmak1112>
thanks for your help guys!
dmak1112 has left #ruby ["Ex-Chat"]
aaeron has quit [Client Quit]
daffy_duck has quit [Ping timeout: 264 seconds]
hahuang61 has quit [Ping timeout: 250 seconds]
hellcode has joined #ruby
gusrub has quit []
diegoviola has quit [Quit: WeeChat 1.5]
coffeecupp has quit [Ping timeout: 246 seconds]
LoneHerm_ has quit [Remote host closed the connection]
charliesome has joined #ruby
JoshGlzBrk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jaguarmagenta has quit [Remote host closed the connection]
<dminuoso>
zacts: This is a mixin to allow plain Ruby classes to have rails-type associations with actual database models.
<dminuoso>
And it relies on some basic metaprogramming techniques, such as define_method.
<zacts>
so it creates the attr_ style methods on the spot?
<zacts>
instead of you having to explicitly code those in yourself?
harfangk has joined #ruby
<dminuoso>
zacts: Exactly.
<zacts>
cool
<zacts>
so it can save lots of duplication it sounds like?
<dminuoso>
That is one huge usecase for such techniques, but not the only.
astrobun_ has quit [Remote host closed the connection]
<zacts>
thanks for the example
yqt has joined #ruby
LoneHermit has joined #ruby
astrobun_ has joined #ruby
djbkd has quit [Quit: Leaving...]
jrabe has left #ruby ["Leaving"]
chip_ has joined #ruby
workmad3 has joined #ruby
dkam has joined #ruby
jrabe has joined #ruby
LoneHermit has quit [Ping timeout: 252 seconds]
alfiemax has joined #ruby
allcentury has joined #ruby
roshanavand has joined #ruby
zacts has quit [Ping timeout: 250 seconds]
ffgghhj has joined #ruby
astrobun_ has quit [Remote host closed the connection]
user_corrupt has joined #ruby
pawnbox has joined #ruby
<user_corrupt>
howdy y'alls
<user_corrupt>
new to ruby... wanna install it on an Amazon Web Services instance of Amazon Linux that I am running (in order to run some exotic CSS3 library that I don't quite understand yet)... is it hard to install?
<user_corrupt>
atom_: yeah, I guess that it is... was confused by some other instructions that I had found.. thanks
digneety has quit [Quit: digneety]
Hobogrammer has joined #ruby
daumie has quit [Ping timeout: 258 seconds]
<dorenkampm>
how can i transform ['1.2.3.4','1.2.3.5'] to [{'PrivateIpAddress' => '1.2.3.4', 'Primary' => false}, {'PrivateIpAddress' => '1.2.3.5', 'Primary' => false}] ?
hahuang61 has joined #ruby
<canton7>
with .map
zacts has joined #ruby
<user_corrupt>
did "gem install compass" and received the following output + error: http://paste.ee/p/cO3pG
<canton7>
have you installed the ruby headers?
Vingador has quit [Read error: Connection reset by peer]
harfangk has quit [Quit: harfangk]
<canton7>
I think the package is 'ruby-dev' on ubuntu
<atom_>
ruby-devel on RHEL-based (hence amazon linux)
<user_corrupt>
thanks
<user_corrupt>
ruby-devel
nankyokusei has joined #ruby
senayar has quit []
<canton7>
is "amazon linux" a new thing? last time I played around with ec2, they were pushing ubuntu-based amis
harfangk has joined #ruby
skade has quit [Quit: Computer has gone to sleep.]
<canton7>
2011, apparently
hahuang61 has quit [Ping timeout: 250 seconds]
Vingador has joined #ruby
nankyokusei has quit [Ping timeout: 264 seconds]
digneety has joined #ruby
<user_corrupt>
did "sudo yum -y install ruby-devel" and got this output (no errors): http://paste.ee/p/qwzrT and then did "gem install compass" and got this output (with errors): http://paste.ee/p/pXOUq
<canton7>
user_corrupt, "You have to install development tools first."
<dminuoso>
user_corrupt: You should try to avoid your system ruby. Linux distributions are known for shipping outdated Ruby versions, and usually you get all kinds of problems when you try to run multiple Ruby versions.
jrabe has left #ruby ["Leaving"]
<canton7>
yeah, but that is not the problem here
nocco has joined #ruby
<dminuoso>
canton7: Regardless. Unless ruby-install (or rbenv/rvm is you are still a fan of those) doesn't work, yum should not be the first choice.
<canton7>
I don't disagree - I just think you should only solve one problem at a time :P
<al2o3-cr>
you gotta love arch linux :)
<dminuoso>
user_corrupt: That Ruby (2.0) is extremely old.
<ruby[bot]>
al2o3-cr: # => [{"PrivateIpAddress"=>"1.2.3.4", "Primary"=>false}, {"PrivateIpAddress"=>"1.2.3.5", "Primary"=>false ...check link for more (https://eval.in/602433)
<user_corrupt>
ok, well I've now got compass installed on my out of date crappy ruby
AndrewIsHere has quit [Ping timeout: 250 seconds]
wldcordeiro has quit [Ping timeout: 258 seconds]
igam` has joined #ruby
wldcordeiro has joined #ruby
Mon_Ouie has quit [Quit: WeeChat 1.5]
blackmesa has joined #ruby
shadowshell has quit [Ping timeout: 250 seconds]
yqt has quit [Ping timeout: 240 seconds]
shadowshell has joined #ruby
A_Drone has joined #ruby
A_Drone has quit [Remote host closed the connection]
<atom_>
dminuoso: but ruby-lang.org advises in favor of using the package manager
<atom_>
now maybe the repos for Amazon Linux are different
<user_corrupt>
atom_ do you think it may be a problem with an out of date version of ruby?
<dminuoso>
user_corrupt: For one it is not supported any more, so you may not have access to proper support, modern gems, extensions.
Shashikant86 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<dminuoso>
user_corrupt: ruby-install is extremely simple to use, so that there should be little reason not to use it to install a modern Ruby. :)
Shashikant86 has joined #ruby
<atom_>
+1 to dminuoso though
gregf_ has quit [Quit: leaving]
wldcordeiro has quit [Ping timeout: 264 seconds]
pawnbox has quit [Remote host closed the connection]
Shashikant86 has quit [Client Quit]
<dminuoso>
user_corrupt: Plus you don't get access to all the modern features that have been introduced in the years since 2.0 was released. :)
<user_corrupt>
dminuoso: should I unistall the ruby + ruby-devel that I just installed with yum?
matled has quit [Remote host closed the connection]
<dminuoso>
user_corrupt: That is what I would recommend, yes.
matled has joined #ruby
<al2o3-cr>
user_corrupt: i thought you installed with yum?
pawnbox has joined #ruby
<al2o3-cr>
nvm
ruby-lang102 has joined #ruby
<al2o3-cr>
i read that as install :(
<dminuoso>
user_corrupt: Note though, it is just a recommendation. If you want to run with what you have, then that's fine too.
nocco has quit [Remote host closed the connection]
wldcordeiro has joined #ruby
cats has quit [Ping timeout: 246 seconds]
yqt has joined #ruby
<user_corrupt>
dminuoso: well, I'm currently trying to figure out why I'm unable to import compass, so I figure that I need to try a more up to date version of ruby
nocco has joined #ruby
<dminuoso>
user_corrupt: Well, the error you have is unrelated to your Ruby version in all likelihood.
<user_corrupt>
oh
cats has joined #ruby
<user_corrupt>
then I guess that I'll just stick with what I had until I figure that part out
A_Drone has quit [Remote host closed the connection]
RegulationD has joined #ruby
dangerousdave has joined #ruby
blackgoat has joined #ruby
<dminuoso>
user_corrupt: Switching to a modern Ruby makes sense if you are serious about trying out Ruby - but if you are just toying around with it, just stick with what you have. :)
chipotle has joined #ruby
<user_corrupt>
dminuoso: once I get this crazy SCSS animation stuff running, then I'll tackle the job of getting a modern ruby installed
chipotle_ has quit [Ping timeout: 244 seconds]
yfeldblum has quit [Ping timeout: 250 seconds]
nocco has quit [Ping timeout: 252 seconds]
rodfersou has joined #ruby
<workmad3>
user_corrupt: if you're planning on updating ruby anyway, it may make sense to do so now just so you can eliminate it from the list of potential suspects
<workmad3>
(and if you use ruby-install and chruby to install it, you can always switch back too)
RegulationD has quit [Ping timeout: 240 seconds]
<user_corrupt>
workmad3: that's true, but I get the feeling that something is wrong with how I am trying to use scss (something I've never used before).. I basically just have some css files in the directory that is being "watched" by compass
umdstu has joined #ruby
binaryplease3 has joined #ruby
sepp2k has joined #ruby
gregf_ has joined #ruby
coffeecupp has joined #ruby
binaryplease2 has quit [Ping timeout: 276 seconds]
<user_corrupt>
do I need a file with an extension of ".sass" or something?
pawnbox has quit [Remote host closed the connection]
TheWhip has quit [Remote host closed the connection]
craigp has quit [Ping timeout: 240 seconds]
TheWhip has joined #ruby
karapetyan has quit [Remote host closed the connection]
pawnbox has joined #ruby
freerobby has joined #ruby
Shashikant86 has joined #ruby
nocco has joined #ruby
johnmilton has joined #ruby
inukshuk_ has joined #ruby
burgestrand has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
davedev24 has joined #ruby
johnmilton has quit [Remote host closed the connection]
johnmilton has joined #ruby
digneety has joined #ruby
Vingador has joined #ruby
Xentil has joined #ruby
karapetyan has joined #ruby
cd-rum has joined #ruby
Macaveli has joined #ruby
Shashikant86 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Shashikant86 has joined #ruby
<user_corrupt>
should a file named "style.scss" be automatically detected and compiled by compass once it is watching a folder, or do I need to link to it from the <head></head> of my index.php?
mrmortondk has joined #ruby
ruby-lang102 has quit [Ping timeout: 250 seconds]
Shashikant86 has quit [Client Quit]
<user_corrupt>
ok, I think that it is being compiled since animations are visible within the "computed styles" part of chrome inspector
eugenmayer1 has joined #ruby
<eugenmayer1>
a gem of mine needs something similar to Thor/Rake/Hodor: from the current folder, find the next folder traversing up, which has a .docker_sync file
craigp has joined #ruby
flashpoint9 has joined #ruby
<eugenmayer1>
any hints how to implement this solid? Semantically speaking, 'find the configuration of the current project'
coffeecupp has quit [Quit: leaving]
A_Drone has joined #ruby
<user_corrupt>
ok, nevermind, my style.scss file is not being compiled..
deecross has quit [Remote host closed the connection]
ddffg has joined #ruby
A_Drone has quit [Remote host closed the connection]
dionysus69 has quit [Ping timeout: 250 seconds]
pawnbox has quit [Remote host closed the connection]
karapetyan has quit [Remote host closed the connection]
hanmac has quit [Ping timeout: 272 seconds]
maloik has quit [Remote host closed the connection]
craigp_ has joined #ruby
duoi has quit [Ping timeout: 250 seconds]
maloik has joined #ruby
karapetyan has joined #ruby
dionysus69 has joined #ruby
craigp has quit [Ping timeout: 240 seconds]
blackmesa has joined #ruby
duoi has joined #ruby
karapetyan has quit [Remote host closed the connection]
ldnunes has joined #ruby
deecross has joined #ruby
karapetyan has joined #ruby
Rickmasta has joined #ruby
digneety has quit [Quit: digneety]
colegatron_origi has quit [Ping timeout: 276 seconds]
Shashikant86 has joined #ruby
JeanCarloMachado has joined #ruby
cd-rum has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jaguarmagenta has joined #ruby
Shashikant86 has quit [Max SendQ exceeded]
Gooer has joined #ruby
hk238 has joined #ruby
blackmesa has quit [Ping timeout: 240 seconds]
digneety has joined #ruby
<user_corrupt>
ok, well I am now getting the following error at least: "undefined mixin 'textGlitch'... I guess that maybe I just need to update my ruby now..
jaguarmagenta has quit [Ping timeout: 250 seconds]
<dminuoso>
user_corrupt: Do that, and please also make it a habit to provide a gist with a complete stack trace if you intend to share errors with us.
flashpoint9 has quit [Remote host closed the connection]
nettoweb has quit [Ping timeout: 244 seconds]
flashpoint9 has joined #ruby
LoneHerm_ has joined #ruby
zacts has quit [Ping timeout: 264 seconds]
pawnbox has quit [Remote host closed the connection]
<user_corrupt>
ok, gotta reinstall compass at least..
dorenkampm has quit [Quit: Page closed]
gigetoo has quit [Ping timeout: 258 seconds]
seth_ has quit [Ping timeout: 246 seconds]
gigetoo has joined #ruby
seth has joined #ruby
LoneHerm_ has quit [Ping timeout: 252 seconds]
tk___ has joined #ruby
tvw has joined #ruby
nettoweb has joined #ruby
colegatron has joined #ruby
blackmesa has joined #ruby
DTZUZU has quit [Ping timeout: 258 seconds]
pawnbox has joined #ruby
RegulationD has joined #ruby
aupadhye has joined #ruby
Macaveli has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has quit [Ping timeout: 260 seconds]
<user_corrupt>
well, compass is reinstalled and same problem..
<user_corrupt>
so here I am running latest ruby + compass and I'm getting an error that tells me I'm using an undefined mixin: http://www.kojiproforums.com/glitch/
<gener1c>
i am getting a permissin demied error when trying to install a gem using rvm user
<kareeoleez>
It could also be "something".match(/something/)
<al2o3-cr>
kareeoleez: so
<kareeoleez>
I am asking about the =~ operator that I don't get
daumie has joined #ruby
<kareeoleez>
does anyone know how is it called ?
<gener1c>
i tried the rvm --fix-permissions
<adaedra>
it returns either the position of the match (in your case, 0), or nil if it doesn't match
<gener1c>
nothing
mattwashere has joined #ruby
deecross has quit [Ping timeout: 272 seconds]
A_Drone has quit [Remote host closed the connection]
<gener1c>
You don't have write permissions for the /var/lib/gems/2.1.0 directory.
<adaedra>
gener1c: you have a problem in your rvm installation. Check that rvm is a function and that `gem` command is provided by rvm.
pwnd_nsfw` has joined #ruby
malconis has joined #ruby
vuoto has joined #ruby
<adaedra>
kareeoleez: there are only two values which are "falsy", meaning that they won't match in an if: nil and false. Any other value is truthy. Even 0, as opposed to many other languages.
pwnd_nsfw has quit [Ping timeout: 252 seconds]
A_Drone has joined #ruby
yqt has quit [Ping timeout: 258 seconds]
<kareeoleez>
aha
aegis3121 has joined #ruby
<adaedra>
so, as shown above, even if =~ returns 0, it will still trigger the if part.
colegatron has joined #ruby
deecross_ has quit [Remote host closed the connection]
ekinmur has joined #ruby
vuoto has quit [Remote host closed the connection]
flashpoint9 has quit [Remote host closed the connection]
flashpoint9 has joined #ruby
neo_ has quit [Remote host closed the connection]
neo_ has joined #ruby
deecross has joined #ruby
A_Drone has quit [Remote host closed the connection]
acepil has quit [Quit: WeeChat 1.4]
naftilos76 has joined #ruby
<user_corrupt>
adaedra: well, I've since gotten rid of that particular error, by using this scss to at least get the text animation going: http://paste.ee/ that came from this tutorial here: https://css-tricks.com/glitch-effect-text-images-svg/ basically, I get lost at the point where he creates his own mixin to apply to the images as well
deecross has quit [Remote host closed the connection]
deecross has joined #ruby
<adaedra>
I think you've pasted the wrong link.
flashpoint9 has quit [Ping timeout: 250 seconds]
allcentury has quit [Ping timeout: 260 seconds]
neo_ has quit [Ping timeout: 250 seconds]
<user_corrupt>
adaedra: oops, this was the scss that I used to get the text going: http://paste.ee/p/S4KHd
A_Drone has joined #ruby
<adaedra>
ok, and what is your problem?
harfangk has quit [Quit: harfangk]
<user_corrupt>
just that I'm unable to get the images animated the way that they are in that tutorial
<gener1c>
adaedra rvm is not a function in my case but a file at this location : /home/ubuntu/.rvm/bin/rvm
nando294021 has joined #ruby
<gener1c>
adaedra: how do i check if gem is provided by rvm?
<adaedra>
gener1c: which gem
<gener1c>
/usr/bin/gem
<gener1c>
if its not in the rvm install dir its not?
<adaedra>
no
<adaedra>
it's linked to the fact rvm is not a function
Xentil_ has joined #ruby
mattwashere has quit [Remote host closed the connection]
<adaedra>
Did you respect all the install steps, including setting your terminal emulator to spawn login shells?
hogetaro has quit [Quit: Leaving...]
Xentil has quit [Ping timeout: 272 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<gener1c>
ah ... i used their bash script i didnt find an install doc
<adaedra>
And did you read the output of the bash script?
mattwashere has joined #ruby
ferr has quit [Quit: WeeChat 1.5]
<adaedra>
iirc, it is explained at the end of the installation.
<gener1c>
ill read it
<user_corrupt>
adaedra: I have, but adding that to my screen.scss file doesn't work
<gener1c>
in cse of problems..
<gener1c>
ok
ebbflowgo has joined #ruby
<adaedra>
You also should be able to read all documentation needed on rvm.io
dikons has joined #ruby
chipotle has quit [Ping timeout: 252 seconds]
<todd_dsm_wk>
headius: thanks, just retweeted you for now. I appreciate it.
<gener1c>
yeah i am ther adaedra
<gener1c>
reading the single-user install right now
<gener1c>
looks like its what i did
CamonZ has joined #ruby
swills has joined #ruby
agit0 has quit [Quit: zzzZZZ….]
todd_dsm_wk has quit [Quit: Leaving]
macsteps has joined #ruby
shock_one has joined #ruby
deecross has quit [Remote host closed the connection]
hogetaro has joined #ruby
deecross has joined #ruby
sergio_101 has joined #ruby
ramfjord has joined #ruby
A_Drone has quit [Remote host closed the connection]
<gener1c>
wow adaedra , it seems that due to the fact that i just installed it the shell env didnt source ~/.rvm/scripts/rvm and that was the issue , i had to restart the shell , dumb me
deecross has quit [Remote host closed the connection]
<adaedra>
ok
deecross has joined #ruby
karapetyan has quit [Remote host closed the connection]
SilverKey has joined #ruby
<gener1c>
thank you
<gener1c>
what
karapetyan has joined #ruby
<gener1c>
it installed nokogiri but not encinch because i already installed it using root
dennisvennink has joined #ruby
<gener1c>
im reinstalling
<adaedra>
Everything installed outside of rvm is irrelevant now that you installed rvm.
Gooer has joined #ruby
antgel has joined #ruby
jaguarmagenta has joined #ruby
digneety has quit [Quit: digneety]
karapetyan has quit [Remote host closed the connection]
inukshuk_ has quit [Quit: leaving]
ramfjord has quit [Ping timeout: 240 seconds]
<gener1c>
ok then ill try to find out what the new issue is
dc4 has quit [Ping timeout: 240 seconds]
karapetyan has joined #ruby
SilverKey has quit [Client Quit]
charliesome has joined #ruby
jaguarmagenta has quit [Ping timeout: 276 seconds]
harfangk has joined #ruby
SilverKey has joined #ruby
naftilos76 has quit [Ping timeout: 246 seconds]
raeoks has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
digneety has joined #ruby
_Gooer has joined #ruby
Gooer has quit [Ping timeout: 252 seconds]
_Gooer is now known as Gooer
chipotle has joined #ruby
flashpoint9 has joined #ruby
skalfyfan has joined #ruby
mattwashere has quit [Remote host closed the connection]
allcentury has joined #ruby
SilverKey has quit [Client Quit]
mattwashere has joined #ruby
shock_one has quit [Remote host closed the connection]
<adaedra>
curry(x) and curry[x] is not the same — I think you want the latter
burgestrand has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<TomyWork>
what's the difference?
<TomyWork>
oh
<adaedra>
in the first case, you call curry with x as parameter (which defines the arity); in the second case, you call [] on curry return value with x (actually doing the binding)
<TomyWork>
i think i'll just monkey-patch Method to have a curry method
<TomyWork>
(with an "if 1.9")
nando294121 has joined #ruby
nando294021 has quit [Read error: Connection reset by peer]
pawnbox has quit [Remote host closed the connection]
dhollinger has joined #ruby
pawnbox has joined #ruby
banisterfiend has joined #ruby
harfangk has joined #ruby
JeanCarloMachado has quit [Ping timeout: 246 seconds]
saneax is now known as saneax_AFK
rkazak has quit [Ping timeout: 258 seconds]
zacts_pi has joined #ruby
minimalism has joined #ruby
JakFrist has joined #ruby
smathy has joined #ruby
<croberts_>
i know in bash you can do <script> variable, is that possible in Ruby?
digneety has quit [Quit: digneety]
<croberts_>
and have it do a different action based on what is passed into it
rippa has joined #ruby
zacts has quit [Ping timeout: 252 seconds]
raeoks has joined #ruby
charliesome_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<apeiros>
croberts_: I don't understand what you're asking for
raeoks has quit [Client Quit]
voodoofish4301 has quit [Quit: Leaving.]
<croberts_>
apeiros: i have a script in bash if you do -h or --help it will show the help and exit or without options it will run normal. in ruby can you do that i found this but not sure if its what im looking for
<Papierkorb>
Wildfyr: managing/building a computing cluster, random tooling, applications with web UIs. Also as handy calculator.
<Papierkorb>
Wildfyr: why you ask? Anything specific on your mind?
<Wildfyr>
Papierkorb: wow, the web ui seems fun
neo__ has joined #ruby
jaguarmagenta has quit [Ping timeout: 258 seconds]
<Wildfyr>
Papierkorb: i ask as i'm getting very bored and want something to do (which is in my league)
cdg_ has quit [Remote host closed the connection]
hxegon_afk is now known as hxegon
<Papierkorb>
Wildfyr: If you want to build web applications, and have never done anything like this, check out (Ruby on) Rails. It's the most popular web framework. There are other web-frameworks, but the tooling around and the tutorials about rails are the best
cdg has joined #ruby
wldcordeiro has joined #ruby
dionysus69 has quit [Ping timeout: 244 seconds]
Xentil has quit [Ping timeout: 272 seconds]
<hxegon>
Wildfyr: ecommerce middleware/etl, ecommerce web stuff
<Papierkorb>
Wildfyr: Even if you later decide that Rails is not for you, the knowledge you gain from it can be applied elsewhere too. But it is fun to build stuff with it.
<hxegon>
Also familiarity massively increases your job prospects
<hxegon>
(with rails)
neo_ has quit [Ping timeout: 260 seconds]
ecnalyr has quit [Read error: Connection reset by peer]
<hxegon>
also, morning all
mistermocha has quit [Remote host closed the connection]
dennisvennink has joined #ruby
skatopustaz has joined #ruby
skatopustaz is now known as yadobujo
shock_one has joined #ruby
mistermocha has joined #ruby
Snowy has quit [Remote host closed the connection]
Snowy has joined #ruby
deecross_ has joined #ruby
bogusdisk has joined #ruby
Xentil has joined #ruby
deecross has quit [Ping timeout: 276 seconds]
SCHAAP137 has joined #ruby
agentmee1kat has joined #ruby
hutch34 has joined #ruby
freerobby2 has joined #ruby
RegulationD has joined #ruby
yadobujo has quit [Remote host closed the connection]
ecnalyr has joined #ruby
Snowy has quit [Ping timeout: 276 seconds]
<Wildfyr>
Papierkorb: for doing anything useful with rails, i'm presuming i must have some knowledge of html/css (my knowledge is non-existant)
yadobujo has joined #ruby
agentmeerkat has quit [Ping timeout: 276 seconds]
<Papierkorb>
Wildfyr: You learn along the way. You will also make mistakes. That's okay, just try to do it better next time :)
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
freerobby1 has quit [Ping timeout: 264 seconds]
<Wildfyr>
Papierkorb: Mistakes are fine with me (as long as i learn something useful) but i couldn't get myself to learn html
<Wildfyr>
It is so boring ...
Xentil has quit [Ping timeout: 244 seconds]
symm- has joined #ruby
dgynn has joined #ruby
<Papierkorb>
Wildfyr: HTML alone is not that useful. Writing HTML isn't even fun or anything. It's just a tool for you to create a UI
amclain has joined #ruby
dgynn has quit [Client Quit]
<Wildfyr>
Papierkorb: i know css/js also are needed
<Papierkorb>
Wildfyr: Same goes for CSS. I also don't see the point in learning HTML+CSS first and then rails. Learn those two by using them.
ekinmur has joined #ruby
<Wildfyr>
Papierkorb: okay
RegulationD has quit [Ping timeout: 276 seconds]
Vingador has quit [Remote host closed the connection]
<Papierkorb>
Wildfyr: Oh no, JS is not a requirement. You can add your own JS later on, which you can also learn as you go for now.
<Papierkorb>
Wildfyr: HTML/CSS, even SQL, are just tools. Do you learn how to use a hammer without hitting on nails?
aep-shoutlet has joined #ruby
<Wildfyr>
Papierkorb: no, but a hammer has other uses as well
<Wildfyr>
:P
deecross_ has quit [Remote host closed the connection]
deecross has joined #ruby
TomyWork has quit [Remote host closed the connection]
memorasus has joined #ruby
[Butch] has joined #ruby
ekinmur has quit [Client Quit]
<Papierkorb>
Wildfyr: I can't honestly. Never did a beginner HTML/CSS tutorial. Some W3School, but that I can't recommend. You can peek at it and learn the utmost basics, and then move on.
leea has joined #ruby
aegis3121 has quit [Ping timeout: 252 seconds]
<daumie>
./quit
Guest23954 has quit [Changing host]
Guest23954 has joined #ruby
daumie has quit [Quit: WeeChat 1.4]
The_Phoenix1 has joined #ruby
<hxegon>
no such file or directory: ./quit
<hxegon>
Any recommendations for ruby OO design, beyond POODR?
ekinmur has joined #ruby
ngw has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
akira616 has joined #ruby
pawnbox has quit [Remote host closed the connection]
The_Phoenix has quit [Ping timeout: 246 seconds]
pawnbox has joined #ruby
deecross has quit [Ping timeout: 246 seconds]
The_Phoenix has joined #ruby
whathappens has joined #ruby
hahuang61 has joined #ruby
zacts_raincity has joined #ruby
Xentil has joined #ruby
blackmesa has quit [Ping timeout: 252 seconds]
The_Phoenix1 has quit [Ping timeout: 240 seconds]
zacts has joined #ruby
DrCode has quit [Remote host closed the connection]
bmurt has joined #ruby
zacts_pi has quit [Ping timeout: 240 seconds]
roamingdog has joined #ruby
The_Phoenix1 has joined #ruby
alfiemax has joined #ruby
nankyokusei has joined #ruby
pdoherty has quit [Ping timeout: 258 seconds]
<hxegon>
I ask because I just spent 2 months implementing some sort of anti-factory pattern abomination
chipotle has joined #ruby
zacts_raincity has quit [Ping timeout: 252 seconds]
hahuang61 has quit [Ping timeout: 250 seconds]
zacts has quit [Ping timeout: 250 seconds]
Xentil has quit [Ping timeout: 244 seconds]
ebbflowgo has quit [Quit: ebbflowgo]
yadobujo has joined #ruby
The_Phoenix has quit [Ping timeout: 264 seconds]
blaxter has quit [Quit: foo]
JakFrist has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nankyokusei has quit [Ping timeout: 240 seconds]
TheWhip has joined #ruby
nettoweb has joined #ruby
SCHAAP137 has quit [Ping timeout: 276 seconds]
yadobujo has quit [Ping timeout: 258 seconds]
Xentil has joined #ruby
Sashimi has joined #ruby
isberg has joined #ruby
tvw has quit [Remote host closed the connection]
SilverKey has quit [Quit: Halted.]
nando294121 has quit [Ping timeout: 276 seconds]
AndrewIsHere has joined #ruby
<Yxhuvud>
common sense /s
prestorium has joined #ruby
shinnya has joined #ruby
SilverKey has joined #ruby
bkxd has joined #ruby
neo__ has quit [Remote host closed the connection]
SilverKey has quit [Client Quit]
DrCode has joined #ruby
neo_ has joined #ruby
SilverKey has joined #ruby
SilverKey has quit [Client Quit]
SCHAAP137 has joined #ruby
yqt has joined #ruby
abonec has quit [Ping timeout: 276 seconds]
dionysus69 has joined #ruby
neo_ has quit [Ping timeout: 240 seconds]
JakFrist has joined #ruby
JeanCarloMachado has joined #ruby
yadobujo has joined #ruby
Sinpai_ has joined #ruby
chipotle has quit [Ping timeout: 244 seconds]
digneety has joined #ruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
ecnalyr has quit [Read error: Connection reset by peer]
synthroid has quit []
TomyLobo has joined #ruby
bigkevmcd has quit [Quit: Outta here...]
Sinpai_ has quit [Remote host closed the connection]
yadobujo has quit [Remote host closed the connection]
DTZUZU has joined #ruby
yadobujo has joined #ruby
Xentil has quit [Ping timeout: 240 seconds]
stephan_ has joined #ruby
ecnalyr has joined #ruby
Xentil has joined #ruby
<shevy>
hxegon have you been writing java there!
Wildfyr has quit [Remote host closed the connection]
<shevy>
Papierkorb I used to read selfhtml for learning :-)
Wildfyr has joined #ruby
Wildfyr has quit [Changing host]
Wildfyr has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
<Papierkorb>
shevy: Isn't that German only?
whathappens has quit [Remote host closed the connection]
mistermocha has quit [Remote host closed the connection]
craigp_ has quit [Ping timeout: 246 seconds]
ghr has quit [Ping timeout: 240 seconds]
mattwashere has quit [Remote host closed the connection]
mattwashere has joined #ruby
AndrewIs_ has quit [Remote host closed the connection]
SilverKey has joined #ruby
shinnya has quit [Ping timeout: 276 seconds]
CloCkWeRX has quit [Ping timeout: 244 seconds]
mistermocha has joined #ruby
dzduvall has joined #ruby
deecross has quit [Remote host closed the connection]
neo_ has quit [Remote host closed the connection]
neo_ has joined #ruby
mattwashere has quit [Remote host closed the connection]
ghr has joined #ruby
Silthias1 has quit [Ping timeout: 276 seconds]
AndrewIsHere has joined #ruby
codecop has joined #ruby
bmurt has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mattwashere has joined #ruby
Silthias has joined #ruby
irregular has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
neo_ has quit [Ping timeout: 240 seconds]
Ebok has joined #ruby
babblebre has joined #ruby
DrCode has quit [Remote host closed the connection]
BaroMeter has joined #ruby
craigp_ has joined #ruby
yfeldblum has joined #ruby
chip_ has joined #ruby
irregular has quit [Ping timeout: 246 seconds]
BaroMeter has quit [Remote host closed the connection]
KCmetro has quit [Quit: Leaving...]
ghr has joined #ruby
vuoto has quit [Remote host closed the connection]
diegoviola has joined #ruby
cdg has joined #ruby
deecross has joined #ruby
bmurt has joined #ruby
cdg has quit [Remote host closed the connection]
johnmilton has quit [Remote host closed the connection]
zacts has joined #ruby
cdg has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
Wildfyr has left #ruby ["Bye"]
douglascorrea has joined #ruby
fullofcaffeine has quit [Remote host closed the connection]
cdg has quit [Ping timeout: 250 seconds]
fullofcaffeine has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
fullofcaffeine has quit [Remote host closed the connection]
<zacts>
hi rubyists
fullofcaffeine has joined #ruby
wldcordeiro has quit [Ping timeout: 250 seconds]
ekinmur has joined #ruby
irregular has joined #ruby
pawnbox_ has quit [Read error: Connection reset by peer]
pawnbox has joined #ruby
<havenwood>
zacts: halloo
Sashimi has joined #ruby
Ebok has quit [Quit: This computer has gone to sleep]
ebbflowgo has quit [Quit: ebbflowgo]
mattwashere has quit [Remote host closed the connection]
JakFrist has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
wldcordeiro has joined #ruby
ecnalyr has quit [Ping timeout: 252 seconds]
mattwashere has joined #ruby
mistermocha has quit [Remote host closed the connection]
ghr has joined #ruby
mistermocha has joined #ruby
duoi has quit [Ping timeout: 250 seconds]
Sashimi has quit [Ping timeout: 244 seconds]
blackmesa has joined #ruby
tjbiddle has quit [Quit: tjbiddle]
replay has quit [Ping timeout: 272 seconds]
chip_ has quit [Ping timeout: 252 seconds]
duoi has joined #ruby
bmurt has quit [Read error: Connection reset by peer]
jhack has joined #ruby
mistermocha has quit [Ping timeout: 260 seconds]
ur5us has joined #ruby
blackmesa has quit [Ping timeout: 252 seconds]
miqlas-H has quit [Ping timeout: 276 seconds]
agentmeerkat has quit [Ping timeout: 264 seconds]
conta has joined #ruby
miqlas-H has joined #ruby
lorenalexm has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
mistermocha has joined #ruby
dzduvall is now known as marxarelli
CybrGhost has quit [Quit: Leaving]
ReK2 has quit [Remote host closed the connection]
ur5us has quit [Remote host closed the connection]
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ecnalyr has joined #ruby
ghr has joined #ruby
lorenalexm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
andikr has quit [Remote host closed the connection]
solars has quit [Ping timeout: 252 seconds]
Dimik has quit []
<jackhill>
Hi all, I'm fairly new to Ruby, and I'm looking library to use to read configuration files for a cli app that I'm writing.
<jackhill>
I would like for it to look at a system location, and then overlay that with a user's local configuration.
SilverKey has quit [Quit: Halted.]
bruce_lee has quit [Remote host closed the connection]
<apeiros>
YAML is a commonly used library to read/write config files
maikowblue has joined #ruby
ReK2 has joined #ruby
ReK2 has quit [Changing host]
ReK2 has joined #ruby
<apeiros>
as for sys > local - standard File.exist? calls
<jackhill>
apeiros: that would definitely work for me, but didn't want to re-invent that logic if there was something existing that was popular that does it.
<jackhill>
I guess it's not /that/ much logic.
kirun has joined #ruby
<jackhill>
thanks!
SilverKey has joined #ruby
<apeiros>
yeah, if it's only 2 paths to check it's some ~10-ish lines of code
leea has joined #ruby
<apeiros>
I think there's some gem which provides methods to get standard/common paths. not sure I remember the name correctly, moment…
poporul has joined #ruby
SilverKey has quit [Client Quit]
frem_ has joined #ruby
houhoulis has quit [Remote host closed the connection]
leea has quit [Client Quit]
ghr has quit [Ping timeout: 240 seconds]
duoi has quit [Ping timeout: 250 seconds]
poporul has quit [Client Quit]
<apeiros>
eam: ping - you might know - what was that standard for linux paths? xdg or somesuch?
craigp_ has quit [Ping timeout: 244 seconds]
<jackhill>
searching for 'config' on rubygems tuned up lots of things
arlek has joined #ruby
karapetyan has quit [Remote host closed the connection]
<apeiros>
?ruby-toolbox jackhill
<ruby[bot]>
apeiros: I don't know anything about ruby-toolbox
<apeiros>
is that a successor or a competing standard?
bmurt has joined #ruby
<jackhill>
xdg v. fhs? I think they specify different things. FHS is more concerned with system-wide paths, while xdg would govern what goes on inside a user's home directory.
solars has joined #ruby
`tim` has joined #ruby
<apeiros>
oh, nice, so we need 2 standards to cover all paths :-S :D
<havenwood>
apeiros: I guess the systemd folk didn't think FHS covered the bases. :P
ecnalyr has joined #ruby
fullofcaffeine has quit [Remote host closed the connection]
<irregular>
apeiros: darn for siteprism i can't do element :switch, '.configuration-settings .switch: .toggle-switch'.last
yqt has joined #ruby
Mimorial has joined #ruby
neo_ has quit [Remote host closed the connection]
fullofca_ has quit [Ping timeout: 276 seconds]
<apeiros>
¿que?
neo_ has joined #ruby
<apeiros>
oooh, siteprism seems to do what I wanted to do… gotta investigate that
<irregular>
apeiros:would you have any thoughts on getting the last child? (say of the parent could be selected with .configuration but the # of child elements is variable?
<apeiros>
in css? :last-child
whathapp_ has quit [Remote host closed the connection]
<apeiros>
if that's not the selector you want, check some css3 selector page. there's almost nothing you can't do. and if there is, then switch to xpath.
karapetyan has joined #ruby
Mimorial has quit [Client Quit]
ghr has quit [Ping timeout: 240 seconds]
whathappens has joined #ruby
Mimorial has joined #ruby
SilverKey has joined #ruby
tvw has joined #ruby
neo_ has quit [Ping timeout: 246 seconds]
Mimorial has quit [Client Quit]
Mimorial has joined #ruby
umdstu has quit [Quit: umdstu]
karapetyan has quit [Remote host closed the connection]
ecnalyr has joined #ruby
mistermocha has quit [Remote host closed the connection]
mistermocha has joined #ruby
whathappens has quit [Ping timeout: 244 seconds]
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
neo_ has joined #ruby
ghr has joined #ruby
bmurt has joined #ruby
karapetyan has joined #ruby
bmurt has quit [Read error: Connection reset by peer]
shock_one has quit [Remote host closed the connection]
SilverKey has quit [Quit: Halted.]
eljimmy has quit [Quit: This computer has gone to sleep]
mistermo_ has joined #ruby
mistermocha has quit [Ping timeout: 258 seconds]
deviation has quit [Ping timeout: 260 seconds]
postmodern has quit [Ping timeout: 250 seconds]
mattwashere has quit [Remote host closed the connection]
ekinmur has joined #ruby
<shevy>
havenwood let's invent a better standard!
bluOxigen has quit [Ping timeout: 276 seconds]
karapetyan has quit [Remote host closed the connection]
akira616 has joined #ruby
nofxx has joined #ruby
naftilos76 has quit [Quit: Αποχώρησε]
mattwashere has joined #ruby
malconis has joined #ruby
blackmesa has joined #ruby
<Mimorial>
hey, can you run shoes from the command line or something? the "open program --> choose file --> look at the result" is annoying and time-consuming
vuoto has joined #ruby
agentmeerkat has joined #ruby
digneety has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
douglascorrea has quit [Ping timeout: 246 seconds]
digneety has quit [Client Quit]
marxarelli has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
aryaching has quit [Remote host closed the connection]
JeanCarloMachado has quit [Read error: Connection reset by peer]
arlek has quit [Ping timeout: 240 seconds]
neo_ has quit []
skalfyfan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
blackmesa has quit [Ping timeout: 276 seconds]
agentmeerkat has quit [Ping timeout: 264 seconds]
postmodern has joined #ruby
hahuang61 has joined #ruby
ghr has joined #ruby
Silthias has quit [Read error: Connection reset by peer]
SilverKey has joined #ruby
Silthias has joined #ruby
nankyokusei has joined #ruby
douglascorrea has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
hahuang61 has quit [Ping timeout: 250 seconds]
postmodern has quit [Ping timeout: 250 seconds]
SilverKey has quit [Client Quit]
colegatron has quit [Ping timeout: 264 seconds]
workmad3 has joined #ruby
JeanCarloMachado has joined #ruby
deecross has quit [Remote host closed the connection]
pawnbox has quit [Remote host closed the connection]
SilverKey has joined #ruby
ur5us has joined #ruby
tjbiddle has joined #ruby
tjbiddle has quit [Client Quit]
aegis3121 has quit [Ping timeout: 272 seconds]
nankyokusei has quit [Ping timeout: 276 seconds]
allcentury has quit [Ping timeout: 250 seconds]
troulouliou_dev has joined #ruby
ghr has joined #ruby
ensyde has joined #ruby
Darmani has joined #ruby
ensyde__ has quit [Ping timeout: 244 seconds]
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
howdoi has quit [Quit: Connection closed for inactivity]
toretore has quit [Quit: Leaving]
ghr has quit [Ping timeout: 240 seconds]
ekinmur has joined #ruby
conta has quit [Ping timeout: 264 seconds]
triangles has joined #ruby
Sashimi has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
macsteps has joined #ruby
douglascorrea has quit [Read error: Connection reset by peer]
ur5us has quit [Remote host closed the connection]
douglascorrea has joined #ruby
Sashimi has joined #ruby
fullofcaffeine has joined #ruby
<Darmani>
Hey guys, I have an array of items with numbers attached to them. How do I get the total of all the numbers combined?
ensyde has quit [Ping timeout: 264 seconds]
colegatron has joined #ruby
ta_ has joined #ruby
ghr has joined #ruby
dzduvall has joined #ruby
fullofca_ has joined #ruby
fullofcaffeine has quit [Ping timeout: 240 seconds]
AlexRussia has quit [Ping timeout: 258 seconds]
<shevy>
Mimorial it should be possible
minimali1 has joined #ruby
hutch34 has quit [Ping timeout: 240 seconds]
<shevy>
common idioms would be like Shoes.run but you may have to look at how Shoes initialize itself, in ruby code. if you can find out how, you can start it from the commandline
craigp_ has joined #ruby
jhack has joined #ruby
djbkd has joined #ruby
ghr has quit [Ping timeout: 240 seconds]
vuoto has quit [Remote host closed the connection]
aegis3121 has joined #ruby
Madplatypus has joined #ruby
minimalism has quit [Ping timeout: 246 seconds]
fullofcaffeine has joined #ruby
johnny56_ has quit [Ping timeout: 264 seconds]
miqlas-H has quit [Quit: Vision[0.9.7-H-20140108]: i've been blurred!]
mx055 has quit [Quit: WeeChat 1.0.1]
djbkd has quit [Client Quit]
fullofca_ has quit [Ping timeout: 240 seconds]
fullofcaffeine has quit [Remote host closed the connection]
SilverKey has quit [Quit: Halted.]
shinnya has joined #ruby
fullofcaffeine has joined #ruby
dc4 has joined #ruby
ghr has joined #ruby
fullofca_ has joined #ruby
<havenwood>
Darmani: What are "attached" numbers?
<Darmani>
havenwood: You are everywhere aren't you.
<ruby[bot]>
havenwood: # => uninitialized constant Kevr::Forwardable (NameError) ...check link for more (https://eval.in/602803)
<havenwood>
kevr: require 'forwardable' # before that one ^
<havenwood>
kevr: If you want to forward multiple methods: def_delegator :@hash, :keys, :values
gregf has quit [Quit: WeeChat 1.5]
leea has joined #ruby
ghr has joined #ruby
karapetyan has joined #ruby
<kevr>
havenwood: thanks sir
<kevr>
havenwood: however, one little issue, if i forward the whole method set it'll be able to behave as a hash, i assume, but i'd like to make it read-only, does def_delegator have a read-only setting?
ghr has quit [Ping timeout: 240 seconds]
jaguarmagenta has joined #ruby
<Darmani>
havenwood: Hey so .sum adds up all of the prices together but what if a person orders more than one of the same item?
<Darmani>
How do I account for that?
solars has quit [Ping timeout: 264 seconds]
jhack has quit [Quit: jhack]
karapetyan has quit [Ping timeout: 246 seconds]
ma489 has quit [Quit: Ex-Chat]
hahuang61 has joined #ruby
ghr has joined #ruby
jaguarmagenta has quit [Ping timeout: 276 seconds]