apeiros changed the topic of #ruby-lang to: RIP Jim || Ruby 2.1.1; 2.0.0-p451; 1.9.3-p545: http://ruby-lang.org || Paste >3 lines of text on http://gist.github.com
<Volrath> Hello, anyone here? I would like to ask for some assistance with Ruby installation. Would anyone mind some help? Im a totall newbie
dik_dak has joined #ruby-lang
<centrx> Volrath, Go right ahead.
<Volrath> I installed RVM on Ubuntu and installed Ruby itself but when i try 'ruby -v' its like Im not having it installed
<Volrath> Ill just add that previously with some experiments I just deleted every folder with Ruby name in system cause couldnt delete some older installation but I guess that only got the problem worse
<centrx> Volrath, You need to do "rvm use xxx" in order to use the particular version in the RVM
dstynchula has quit []
<Volrath> I did that
<Volrath> but problem still occurs
<centrx> rvm list ?
johnny_rugger has joined #ruby-lang
<Volrath> volrath@Volrath:~$ ruby -v The program 'ruby' can be found in the following packages: * ruby1.8 * ruby1.9.1 Try: sudo apt-get install <selected package>
<Volrath> and thats what i get when i ruby -v
<centrx> Are you using the Ubuntu version of rvm?
chichou has joined #ruby-lang
<Volrath> ? Sry Im rly a newbie, You ask about the rvm version or...?
<Volrath> if yes then: volrath@Volrath:~$ ruby -v The program 'ruby' can be found in the following packages: * ruby1.8 * ruby1.9.1 Try: sudo apt-get install <selected package>
<Volrath> damn sry
<Volrath> Rvm version - rvm 1.25.22 (stable)
<centrx> I am thinking that rvm might not be setting up the ruby binary/alias/link properly
<centrx> Also, when you do rvm use, it is in the very same terminal that the ruby -v doesn't show the right version?
<centrx> Can you paste your rvm use and ruby -v sequence
<Volrath> yes same terminal
<Volrath> volrath@Volrath:~$ rvm use RVM is not a function, selecting rubies with 'rvm use ...' will not work.
<Volrath> volrath@Volrath:~$ ruby -v The program 'ruby' can be found in the following packages: * ruby1.8 * ruby1.9.1 Try: sudo apt-get install <selected package>
<badeball> from my experience, running `which runy` will very quickly tell you if your ruby manager is doing its job.
<badeball> ehm, I mean `which ruby`.
ascarter has joined #ruby-lang
<Volrath> which ruby gives nothing
saarinen has quit [Quit: saarinen]
<badeball> Volrath: are you using Debian?
musl has quit [Quit: WeeChat 0.4.3-dev]
<Volrath> Ubuntu
musl has joined #ruby-lang
<badeball> my experience with RVM & Ubuntu tells me that RVM creates a file called ~/.bash_profile with some RVM thing. is that correct in your case?
<Volrath> its in my home directory
jhass is now known as jhass|off
<badeball> alright, and what does it contain?
macmartine has quit [Remote host closed the connection]
<Volrath> [[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
<badeball> Volrath: I assume that is *all* that it contains?
<Volrath> yes
macmartine has joined #ruby-lang
<badeball> then that code is never actually run. remove that file and place that code in .bashrc and see if that solves your problem.
<Volrath> sure, 1 sec pls
<badeball> in order to see if your problem is actually solved, your probably need to open a fresh terminal and see if `which ruby` returns something sensible.
<Volrath> uhm, now my terminal doesnt seem to start properrly
<badeball> Volrath: explain to us in more detail what is happening
<Volrath> I have no "volrath@Volrath:~$" <- this in my terminal
<badeball> Volrath: can you post the content of your ~/.bashrc?
<badeball> Volrath: are you still able to use your terminal?
<Volrath> nope
<Volrath> im not
macmartine has quit [Ping timeout: 255 seconds]
<badeball> what is the exact output you are receiving?
<badeball> when opening a new terminal, that it.
alexju has quit [Remote host closed the connection]
<Volrath> in terminal? totally nothing except blinking rectangle
<badeball> can you not type any commands?
<Volrath> i can type but nothing happens
<badeball> that is strangely wierd. in which terminal were you able to edit your ~/.bashrc? can you use that terminal to revert the changes?
<Volrath> i used one of text editors, yeah ill revert it
<Volrath> Now it works again
<Volrath> after reverting
<badeball> Volrath: I'm sorry, it was my fault. I assumed that editing it would solve your problem, but obviously it didnn't. if you havn't noticed already, all RVM wants to do each time you open a terminal is `source "$HOME/.rvm/scripts/rvm"`.
<badeball> Volrath: what do you get if you run that in a terminal?
<Volrath> nothing
<badeball> Volrath: what does `which ruby` say in *that* terminal?
<badeball> Volrath: what does `env | grep GEM` say in *that* terminal?
<Volrath> volrath@Volrath:~$ which ruby /home/volrath/.rvm/rubies/ruby-2.1.1/bin/ruby
<Volrath> lol wait
<Volrath> somehow ruby -v just worked
elia has quit [Quit: Computer has gone to sleep.]
<Volrath> volrath@Volrath:~$ ruby -v ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]
<Volrath> So strange
<badeball> I would immediately like to take this oppertunity to say that RVM might not be such a good thing as some people might thing
<Volrath> :D
<badeball> :)))
<Volrath> Well I tryed many approaches ending with my face on unpassable brick wall
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<Volrath> Btw thank You for assistance :)
RobertBirnie has quit [Ping timeout: 268 seconds]
<badeball> centrx: are you saying I am not a knight?!
lcdhoffman has joined #ruby-lang
<centrx> You are Tom Knight
<badeball> I'm just gonna take that as a Knight without doing any further research
<badeball> Volrath: Unfortunately, I'm not so sure if your problem is actually solved, but I guess you
<badeball> * you are just going to come back if it persists.
<Volrath> Well, I guess that "$HOME/.rvm/scripts/rvm" <- that helped, Im not moving from here, Ill probably have lots of questions ;) Ofc if I wont be able to handle them alone
<Volrath> Anyway thank You again :)
symm- has quit [Ping timeout: 265 seconds]
<badeball> Volrath: any time
hahuang65 has quit [Ping timeout: 268 seconds]
hahuang61 has quit [Ping timeout: 240 seconds]
mistym has quit [Remote host closed the connection]
lcdhoffman has quit [Quit: lcdhoffman]
workmad3 has joined #ruby-lang
mcantor has joined #ruby-lang
<mcantor> Why do consecutive calls to Kernel##binding() return different instances of the Binding class?
<wallerdev> it creates a new binding everytime you call it?
<wallerdev> if you turn on the source
<wallerdev> return rb_binding_new();
Onixs_ has quit [Read error: Connection reset by peer]
<mcantor> wallerdev: is there a way to get THE binding actually in use by a context? http://stackoverflow.com/questions/17842765/how-do-i-dynamically-create-a-local-variable-in-ruby
Onixs has joined #ruby-lang
chichouw has joined #ruby-lang
<wallerdev> not sure really
chouhoulis has joined #ruby-lang
<wallerdev> is there a specific reason?
<wallerdev> you can always store the result of binding in a variable
<mcantor> wallerdev: I'm teaching programming, and I'm experimenting with different ways of introducing the basics
<mcantor> wallerdev: I'm thinking about introducing all syntax as method calls, since that's how operators and whatnot are implemented
<mcantor> wallerdev: but I dunno if it's worth it if I can't set them up to use method calls to define local variables
chichou has quit [Ping timeout: 268 seconds]
Onixs has quit [Ping timeout: 255 seconds]
Onixs_ has joined #ruby-lang
<mcantor> Hmm... interesting https://www.ruby-forum.com/topic/155673
stardiviner has joined #ruby-lang
<wallerdev> haha yeah
<wallerdev> doesnt look promising
Speed has quit [Quit: When two people dream the same dream, it ceases to be an illusion.]
johnny_rugger has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<mcantor> wallerdev: it's weird that the irb trick worked though
<wallerdev> irb is magic
<wallerdev> :p
workmad3 has quit [Ping timeout: 240 seconds]
stardiviner has quit [Ping timeout: 264 seconds]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lsegal has joined #ruby-lang
lcdhoffman has joined #ruby-lang
mistym has joined #ruby-lang
<mcantor> why does 5.times(&Proc.new{ puts "hey" }) work, but 5.times(&lambda{ puts "hey" }) results in an ArgumentError?
nathanstitt has quit [Quit: I growing sleepy]
nathanstitt has joined #ruby-lang
mikecmpbll has quit [Quit: i've nodded off.]
<badeball> mcantor: lamdbas check the number of arguments passed, in comparison to Procs
<badeball> #times will pass an indice argument, which yout lambda does not accept
|jemc| has joined #ruby-lang
<mcantor> badeball: Ahhhh. Thank you. I forgot that #times passes an argument
<mcantor> badeball: I thought the error was coming from #times interpreting the lambda as a non-block argument for some reason.
seanlinsley has joined #ruby-lang
johnny_rugger has joined #ruby-lang
johnny_rugger has quit [Client Quit]
lcdhoffman has quit [Quit: lcdhoffman]
seanlinsley has quit [Ping timeout: 265 seconds]
araujo has quit [Read error: Connection reset by peer]
araujo has joined #ruby-lang
araujo has quit [Changing host]
araujo has joined #ruby-lang
rahul_j has joined #ruby-lang
zanion has quit [Quit: Lost terminal]
odcinek_ has left #ruby-lang [#ruby-lang]
sepp2k1 has quit [Quit: Leaving.]
sepp2k has joined #ruby-lang
Onixs_ has quit [Read error: Connection reset by peer]
wallerdev has quit [Quit: wallerdev]
yfeldblum has quit [Ping timeout: 240 seconds]
sepp2k has quit [Remote host closed the connection]
Onixs has joined #ruby-lang
yfeldblum has joined #ruby-lang
nertzy3 has joined #ruby-lang
mcantor has quit [Quit: leaving]
sepp2k has joined #ruby-lang
nertzy2 has quit [Ping timeout: 265 seconds]
Cakey has joined #ruby-lang
Lewix has joined #ruby-lang
Onixs has quit [Ping timeout: 264 seconds]
elliotec has joined #ruby-lang
elliotec has quit [Remote host closed the connection]
elliotec has joined #ruby-lang
khaase has joined #ruby-lang
charliesome has joined #ruby-lang
kyb3r_ has joined #ruby-lang
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #ruby-lang
<Volrath> Hey guys, I've got a fast question, trying to use 'rake' but im getting "rake aborted" "undefined method 'resources'. I guess I do not have some gem right? Can anyone tell me what command to use with RVM?
seanlinsley has joined #ruby-lang
<Volrath> any1?
<fowl> try #ruby there are like 800 in there
<fowl> this chan can be slow
<fowl> but be warned, they are newbs
devgiant has quit [Quit: Leaving]
Cakey has quit [Ping timeout: 264 seconds]
<centrx> fowl, :P
khaase has quit [Ping timeout: 265 seconds]
dik_dak has quit [Quit: Leaving]
khaase has joined #ruby-lang
diegoviola has joined #ruby-lang
retro|cz has joined #ruby-lang
khaase has quit [Ping timeout: 255 seconds]
saarinen has joined #ruby-lang
retro|cz has quit [Ping timeout: 264 seconds]
wallerdev has joined #ruby-lang
khaase has joined #ruby-lang
elliotec has quit [Remote host closed the connection]
elliotec has joined #ruby-lang
elliotec has quit [Read error: Connection reset by peer]
elliotec has joined #ruby-lang
jsutt has joined #ruby-lang
Cakey has joined #ruby-lang
rue|w has joined #ruby-lang
Volrath has quit [Ping timeout: 245 seconds]
chouhoulis has quit [Remote host closed the connection]
Johz has quit [Quit: Leaving]
cored has joined #ruby-lang
tectonic has quit []
khaase_ has joined #ruby-lang
khaase has quit [Ping timeout: 268 seconds]
RobertBirnie has joined #ruby-lang
tharindu has joined #ruby-lang
stardiviner has joined #ruby-lang
jason__ has quit [Remote host closed the connection]
alexju has joined #ruby-lang
drbrain has quit [Ping timeout: 240 seconds]
Cakey has quit [Read error: Connection reset by peer]
kyb3r_ has quit [Quit: Leaving]
khaase_ has quit [Ping timeout: 268 seconds]
kyb3r_ has joined #ruby-lang
marcdel_ has joined #ruby-lang
nertzy3 has quit [Quit: This computer has gone to sleep]
benlovell has joined #ruby-lang
cored has quit [Ping timeout: 265 seconds]
tharindu has quit [Ping timeout: 265 seconds]
khaase has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
mykoweb has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
Lewix has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
khaase_ has joined #ruby-lang
khaase has quit [Ping timeout: 240 seconds]
benlovell has quit [Ping timeout: 265 seconds]
jonathanmarvens has quit [Ping timeout: 255 seconds]
khaase_ has quit [Ping timeout: 240 seconds]
<boombadaroomba> Best Ruby book for learning that you would vouch for?
<centrx> The Pick-axe is the standard.
shinnya has quit [Ping timeout: 240 seconds]
<centrx> boombadaroomba, A very old version of it is available online at http://ruby-doc.com/docs/ProgrammingRuby/
khaase has joined #ruby-lang
<boombadaroomba> Looks like Im on the right path. I did that book and eloquent ruby.
<boombadaroomba> centrx, what about for rails? I have skimmed the ruby way and the rails way. Currently on agile web dev using rails 4. I'm just looking for as many projects to do for references
shinnya has joined #ruby-lang
<boombadaroomba> centrx: i also did the m hartl book, which i'll revisit now that I know ruby a lot better.
loincloth has joined #ruby-lang
jxie has quit [Ping timeout: 240 seconds]
<centrx> boombadaroomba, You should figure out a project you can make
saarinen has quit [Quit: saarinen]
mykoweb has quit [Remote host closed the connection]
jxie has joined #ruby-lang
mykoweb has joined #ruby-lang
<boombadaroomba> centrx, thats my plans for sunday.
<boombadaroomba> centrx. i have been browsing github looking for anything to work on
<centrx> Make something for your self
<boombadaroomba> also, i have never deployed a site.
jonathanmarvens has joined #ruby-lang
<boombadaroomba> I was told that most the good ideas happen on the porcelain throne
jsutt_ has joined #ruby-lang
sepp2k has quit [Quit: Leaving.]
mykoweb has quit [Ping timeout: 252 seconds]
jsutt has quit [Ping timeout: 265 seconds]
nathanstitt has quit [Quit: I growing sleepy]
mechanicles has joined #ruby-lang
loincloth has quit [Remote host closed the connection]
AncientAmateur has joined #ruby-lang
simono has joined #ruby-lang
drbrain has joined #ruby-lang
tectonic has joined #ruby-lang
macmartine has joined #ruby-lang
yfeldblum has quit [Ping timeout: 240 seconds]
yfeldblum has joined #ruby-lang
Cakey has joined #ruby-lang
araujo has quit [Quit: Leaving]
mbj has quit [Ping timeout: 240 seconds]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jsutt_ has quit [Ping timeout: 240 seconds]
AncientAmateur has quit [Remote host closed the connection]
rahul_j has quit [Quit: rahul_j]
khaase has quit [Read error: Connection reset by peer]
yatish27 has joined #ruby-lang
marcdel_ has quit [Ping timeout: 255 seconds]
marcdel has joined #ruby-lang
rahul_j has joined #ruby-lang
RobertBirnie has joined #ruby-lang
kitak has joined #ruby-lang
esad has quit [Read error: Connection reset by peer]
esad has joined #ruby-lang
elliotec_ has joined #ruby-lang
elliotec has quit [Read error: Connection reset by peer]
yfeldblu_ has joined #ruby-lang
yfeldblum has quit [Ping timeout: 268 seconds]
michaeldeol has joined #ruby-lang
rue has quit [Remote host closed the connection]
Lewix has quit [Remote host closed the connection]
futilegames has joined #ruby-lang
nertzy3 has joined #ruby-lang
Cakey has quit [Read error: Connection reset by peer]
macmartine has quit [Remote host closed the connection]
macmartine has joined #ruby-lang
yatish27 has quit [Remote host closed the connection]
macmartine has quit [Ping timeout: 265 seconds]
kyb3r_ has quit [Ping timeout: 252 seconds]
yatish27 has joined #ruby-lang
olivererxleben has joined #ruby-lang
MedicalJaneParis has quit [Quit: MedicalJaneParis]
bzalasky has joined #ruby-lang
bahar has quit [Ping timeout: 252 seconds]
bahar has joined #ruby-lang
yatish27 has quit [Remote host closed the connection]
rahul_j has quit [Quit: rahul_j]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
RobertBirnie has joined #ruby-lang
arubin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
skammer has joined #ruby-lang
yatish27 has joined #ruby-lang
Cakey has joined #ruby-lang
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
olivererxleben has quit [Quit: Leaving...]
nertzy3 has quit [Quit: This computer has gone to sleep]
tharindu has joined #ruby-lang
rippa has joined #ruby-lang
khaase has joined #ruby-lang
khaase has joined #ruby-lang
khaase has quit [Changing host]
rahul_j has joined #ruby-lang
diegoviola has quit [Quit: WeeChat 0.4.3]
jsullivandigs has joined #ruby-lang
Voker57 has quit []
bzalasky has quit [Remote host closed the connection]
bzalasky has joined #ruby-lang
symm- has joined #ruby-lang
Coincidental has quit [Remote host closed the connection]
x0f_ has joined #ruby-lang
tbuehlmann has joined #ruby-lang
x0f has quit [Read error: Operation timed out]
jsullivandigs has quit [Remote host closed the connection]
tectonic has quit []
|jemc| has quit [Ping timeout: 255 seconds]
bzalasky has quit [Remote host closed the connection]
chouhoulis has joined #ruby-lang
_ht has joined #ruby-lang
|jemc| has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
chouhoulis has quit [Ping timeout: 255 seconds]
esad has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
RobertBirnie has joined #ruby-lang
rahul_j has joined #ruby-lang
|jemc| has quit [Read error: Connection reset by peer]
bahar has quit [Ping timeout: 265 seconds]
bahar has joined #ruby-lang
yfeldblu_ has quit [Remote host closed the connection]
seanlinsley_ has joined #ruby-lang
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
seanlinsley has quit [Ping timeout: 255 seconds]
seanlinsley_ is now known as seanlinsley
yfeldblum has joined #ruby-lang
jsullivandigs has joined #ruby-lang
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jsullivandigs has quit [Ping timeout: 264 seconds]
yfeldblum has quit [Ping timeout: 264 seconds]
MedicalJaneParis has joined #ruby-lang
futilegames has quit [Quit: futilegames]
Asher has quit [Remote host closed the connection]
tbuehlmann has quit [Ping timeout: 255 seconds]
bahar has quit [Ping timeout: 265 seconds]
bahar has joined #ruby-lang
khaase has quit [Quit: Leaving...]
Asher has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
skammer is now known as skammer|afk
skammer|afk is now known as skammer
breakingthings has quit [Ping timeout: 240 seconds]
bahar has quit [Ping timeout: 240 seconds]
bahar has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
relix has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jhass|off is now known as jhass
mechanicles has quit []
yatish27 has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
chichouw has quit []
bahar has quit [Ping timeout: 255 seconds]
yfeldblum has joined #ruby-lang
yatish27 has quit [Ping timeout: 265 seconds]
phansch has joined #ruby-lang
bahar has joined #ruby-lang
yfeldblum has quit [Ping timeout: 265 seconds]
Mon_Ouie has quit [Quit: WeeChat 0.4.3]
Mon_Ouie has joined #ruby-lang
jsullivandigs has joined #ruby-lang
yatish27 has joined #ruby-lang
jsullivandigs has quit [Read error: Connection reset by peer]
jsullivandigs has joined #ruby-lang
relix has joined #ruby-lang
vsorlov has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 268 seconds]
rahul_j has joined #ruby-lang
mehlah has joined #ruby-lang
simono has quit [Read error: Connection reset by peer]
simono has joined #ruby-lang
enkristoffer has joined #ruby-lang
simono has quit [Read error: Connection reset by peer]
simono has joined #ruby-lang
simono has quit [Read error: Connection reset by peer]
simono has joined #ruby-lang
simono has quit [Read error: Connection reset by peer]
tbuehlmann has joined #ruby-lang
simono has joined #ruby-lang
mikecmpbll has joined #ruby-lang
phansch has quit [Quit: WeeChat 0.4.2]
workmad3 has joined #ruby-lang
enkristoffer has quit [Quit: ❤]
rahul_j has quit [Quit: rahul_j]
mikecmpbll has quit [Quit: i've nodded off.]
mikecmpbll has joined #ruby-lang
workmad3 has quit [Ping timeout: 264 seconds]
bahar has quit [Ping timeout: 265 seconds]
mikecmpbll has quit [Quit: i've nodded off.]
bahar has joined #ruby-lang
centrx has quit [Quit: All this computer hacking is making me thirsty]
yfeldblum has joined #ruby-lang
yfeldblum has quit [Read error: Connection reset by peer]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tap11 has quit [Remote host closed the connection]
charliesome has joined #ruby-lang
alexju has quit [Remote host closed the connection]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
1JTAAX36Q has joined #ruby-lang
mikecmpbll has joined #ruby-lang
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
gix has quit [Ping timeout: 255 seconds]
LMity has joined #ruby-lang
charliesome has joined #ruby-lang
gix has joined #ruby-lang
mikecmpbll has quit [Quit: i've nodded off.]
Cakey has quit [Ping timeout: 240 seconds]
LMity has quit [Ping timeout: 240 seconds]
bahar has quit [Ping timeout: 240 seconds]
bahar has joined #ruby-lang
elia has joined #ruby-lang
ikrima has joined #ruby-lang
phansch has joined #ruby-lang
yfeldblum has joined #ruby-lang
yfeldblum has quit [Read error: Connection reset by peer]
jonathanmarvens has joined #ruby-lang
mikecmpbll has joined #ruby-lang
jonathanmarvens has quit [Ping timeout: 268 seconds]
rahul_j has joined #ruby-lang
elia has quit [Ping timeout: 255 seconds]
mikecmpbll has quit [Quit: i've nodded off.]
gix has quit [Ping timeout: 264 seconds]
elia has joined #ruby-lang
relix has joined #ruby-lang
relix has quit [Max SendQ exceeded]
relix has joined #ruby-lang
gix has joined #ruby-lang
bahar has quit [Ping timeout: 264 seconds]
bahar has joined #ruby-lang
mikecmpbll has joined #ruby-lang
jsullivandigs has joined #ruby-lang
esad has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 264 seconds]
ur5us has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
yfeldblum has quit [Ping timeout: 268 seconds]
symm- has quit [Ping timeout: 265 seconds]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
devgiant has joined #ruby-lang
elliotec_ has quit [Remote host closed the connection]
elliotec has joined #ruby-lang
robmiller has joined #ruby-lang
robmiller has quit [Quit: Leaving.]
mehlah has quit [Quit: Leaving...]
mehlah has joined #ruby-lang
robmiller has joined #ruby-lang
Squarepy has joined #ruby-lang
cored has joined #ruby-lang
cored has joined #ruby-lang
robmiller has quit [Quit: Leaving.]
jsullivandigs has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 240 seconds]
Squarepy has quit [Quit: Leaving]
Squarepy has joined #ruby-lang
gix has quit [Ping timeout: 255 seconds]
alexju has joined #ruby-lang
yfeldblum has joined #ruby-lang
alexju has quit [Read error: Operation timed out]
gix has joined #ruby-lang
yfeldblum has quit [Ping timeout: 265 seconds]
yatish27 has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
esad has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
gix has quit [Ping timeout: 255 seconds]
chouhoulis has joined #ruby-lang
yatish27 has quit [Ping timeout: 255 seconds]
gix has joined #ruby-lang
tbuehlmann has quit [Remote host closed the connection]
rahul_j has quit [Quit: rahul_j]
postmodern has quit [Quit: Leaving]
cored has quit [Ping timeout: 255 seconds]
yatish27 has joined #ruby-lang
vsorlov has quit [Ping timeout: 265 seconds]
yatish27 has quit [Remote host closed the connection]
mehlah has quit [Quit: Leaving...]
rahul_j has joined #ruby-lang
chouhoulis has quit [Remote host closed the connection]
tinyfont has quit [Ping timeout: 268 seconds]
gix has quit [Ping timeout: 240 seconds]
jsullivandigs has joined #ruby-lang
mehlah has joined #ruby-lang
tinyfont has joined #ruby-lang
bahar has quit [Ping timeout: 265 seconds]
mikecmpbll has quit [Quit: i've nodded off.]
bahar has joined #ruby-lang
gix has joined #ruby-lang
yatish27 has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 265 seconds]
tharindu has quit [Ping timeout: 265 seconds]
symm- has joined #ruby-lang
gix has quit [Ping timeout: 252 seconds]
gix has joined #ruby-lang
yfeldblum has joined #ruby-lang
yfeldblum has quit [Read error: Connection reset by peer]
sepp2k has joined #ruby-lang
gix has quit [Ping timeout: 264 seconds]
tinyfont has quit [Ping timeout: 264 seconds]
yatish27 has quit [Remote host closed the connection]
tinyfont has joined #ruby-lang
skylark has joined #ruby-lang
rahul_j_ has joined #ruby-lang
rahul_j has quit [Ping timeout: 255 seconds]
rahul_j_ is now known as rahul_j
jason___ has joined #ruby-lang
simono_ has joined #ruby-lang
mehlah_ has joined #ruby-lang
mehlah has quit [Read error: Connection reset by peer]
jason___ has quit [Ping timeout: 264 seconds]
simono has quit [Ping timeout: 268 seconds]
kitak has quit [Remote host closed the connection]
jason__ has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
symm- has quit [Ping timeout: 240 seconds]
<matti> => 2+2
rahul_j has quit [Quit: rahul_j]
jsullivandigs has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 265 seconds]
rahul_j has joined #ruby-lang
rippa has joined #ruby-lang
momomomomo has joined #ruby-lang
symm- has joined #ruby-lang
ascarter has joined #ruby-lang
chouhoulis has joined #ruby-lang
skammer is now known as skammer|afk
elia has joined #ruby-lang
symm- has quit [Ping timeout: 264 seconds]
chouhoulis has quit [Ping timeout: 265 seconds]
yfeldblum has joined #ruby-lang
mr-fooba_ has quit [Ping timeout: 255 seconds]
yfeldblum has quit [Ping timeout: 265 seconds]
ikrima has quit [Ping timeout: 252 seconds]
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Deuns has joined #ruby-lang
<Deuns> hello all !
tharindu has joined #ruby-lang
skammer|afk is now known as skammer
<Deuns> I'd like to test a value and have a conditionnal print statement like this : print "IsMAC : ", (fld.include? ":" ? "MAC" : "NOMAC"). Unfortunately it returns "IsMAC: false". What is the right way to do it please ?
yfeldblum has joined #ruby-lang
sepp2k has quit [Quit: Leaving.]
enebo has joined #ruby-lang
sepp2k has joined #ruby-lang
Deuns has quit [Quit: WeeChat 0.4.1]
yfeldblu_ has joined #ruby-lang
yfeldblum has quit [Ping timeout: 265 seconds]
nathanstitt has joined #ruby-lang
skylark has quit [Ping timeout: 240 seconds]
mr-foobar has joined #ruby-lang
simono_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nathanstitt has quit [Ping timeout: 268 seconds]
simono has joined #ruby-lang
optimusno has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
rahul_j has joined #ruby-lang
jsullivandigs has joined #ruby-lang
optimusno has quit [Remote host closed the connection]
nathanstitt has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 240 seconds]
johnny_rugger has joined #ruby-lang
bin7me has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
phansch has quit [Quit: WeeChat 0.4.2]
yatish27 has joined #ruby-lang
jgpawletko has joined #ruby-lang
jgpawletko has quit [Client Quit]
mehlah_ is now known as mehlah
marcdel has quit [Ping timeout: 255 seconds]
yatish27 has quit [Remote host closed the connection]
yatish27_ has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
jonathanmarvens has joined #ruby-lang
stef_204 has joined #ruby-lang
yfeldblu_ has quit [Remote host closed the connection]
jonathanmarvens has quit [Remote host closed the connection]
jonathanmarvens has joined #ruby-lang
rahul_j has joined #ruby-lang
toastynerd has joined #ruby-lang
|jemc| has joined #ruby-lang
LMity has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
yatish27_ is now known as yatish27
Coincidental has joined #ruby-lang
LMity has quit [Ping timeout: 240 seconds]
lcdhoffman has joined #ruby-lang
skammer has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bunk___ has joined #ruby-lang
stef_204 has quit [Remote host closed the connection]
sepp2k has quit [Quit: Leaving.]
rahul_j has quit [Quit: rahul_j]
jsutt has joined #ruby-lang
Mon_Ouie has quit [Read error: Connection reset by peer]
bunk___ has quit [Quit: bunk___]
bunk__ has joined #ruby-lang
bzalasky has joined #ruby-lang
bunk__ has left #ruby-lang [#ruby-lang]
bzalasky has quit [Remote host closed the connection]
yatish27 has quit [Remote host closed the connection]
bunk__ has joined #ruby-lang
yatish27 has joined #ruby-lang
retro|cz has joined #ruby-lang
rahul_j has joined #ruby-lang
yatish27_ has joined #ruby-lang
yatish27 has quit [Read error: Operation timed out]
|jemc| has quit [Ping timeout: 252 seconds]
saarinen has joined #ruby-lang
saarinen has quit [Client Quit]
bunk__ has quit [Read error: Connection reset by peer]
saarinen has joined #ruby-lang
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
toastynerd has quit [Remote host closed the connection]
michaeldeol has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]
mr-foobar has quit []
nisstyre has joined #ruby-lang
lcdhoffman has joined #ruby-lang
bzalasky has joined #ruby-lang
olivererxleben has joined #ruby-lang
Coincidental has quit [Remote host closed the connection]
toastynerd has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]
macmartine has joined #ruby-lang
mbj has joined #ruby-lang
retro|cz has quit [Remote host closed the connection]
rahul_j has quit [Quit: rahul_j]
lcdhoffman has joined #ruby-lang
stef_204 has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
Coincidental has joined #ruby-lang
saarinen has quit [Quit: saarinen]
macmartine has quit [Remote host closed the connection]
macmartine has joined #ruby-lang
olivererxleben has quit [Quit: Leaving...]
sepp2k has joined #ruby-lang
saarinen has joined #ruby-lang
marcdel has joined #ruby-lang
macmartine has quit [Ping timeout: 240 seconds]
rahul_j has joined #ruby-lang
stef_204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
banister has joined #ruby-lang
<banister> sup
arubin has joined #ruby-lang
stef_204 has joined #ruby-lang
bin7me has quit [Remote host closed the connection]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
johnny_rugger has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
michaeldeol has joined #ruby-lang
shinnya has quit [Ping timeout: 255 seconds]
Coincidental has quit [Remote host closed the connection]
enebo has quit [Quit: enebo]
lsegal has joined #ruby-lang
bzalasky has quit [Remote host closed the connection]
gix has joined #ruby-lang
workmad3 has joined #ruby-lang
toastynerd has quit [Remote host closed the connection]
Squarepy has quit [Quit: Leaving]
bunk__ has joined #ruby-lang
bzalasky has joined #ruby-lang
symm- has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]
Coincidental has joined #ruby-lang
chichou has joined #ruby-lang
yfeldblum has joined #ruby-lang
gix has quit [Ping timeout: 240 seconds]
Nss has joined #ruby-lang
workmad3 has quit [Ping timeout: 265 seconds]
yfeldblum has quit [Ping timeout: 255 seconds]
araujo has joined #ruby-lang
CaptainJet has quit [Ping timeout: 265 seconds]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Nss has quit [Remote host closed the connection]
esad has joined #ruby-lang
Nss has joined #ruby-lang
johnny_rugger has joined #ruby-lang
alexju has joined #ruby-lang
yatish27_ has quit []
centrx has joined #ruby-lang
havenwood has joined #ruby-lang
dmwuw has joined #ruby-lang
mikecmpbll has joined #ruby-lang
dmwuw has quit [Client Quit]
dmwuw has joined #ruby-lang
dmwuw has quit [Client Quit]
dmwuw has joined #ruby-lang
dmwuw has quit [Client Quit]
ocdmw has joined #ruby-lang
mehlah has quit [Quit: Leaving...]
nathanstitt has quit [Quit: I growing sleepy]
relix has joined #ruby-lang
relix has quit [Max SendQ exceeded]
relix has joined #ruby-lang
Speed has joined #ruby-lang
chichou has quit [Remote host closed the connection]
stef_204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
rue|w has quit [Read error: Connection reset by peer]
rue_XIW has joined #ruby-lang
ikrima has joined #ruby-lang
michaeldeol has joined #ruby-lang
johnny_rugger has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sepp2k has quit [Read error: Operation timed out]
sepp2k has joined #ruby-lang
jhass is now known as jhass|off
bunk___ has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
futilegames has joined #ruby-lang
havenwood has quit [Ping timeout: 240 seconds]
odcinek_ has joined #ruby-lang
yfeldblum has joined #ruby-lang
CaptainJet has joined #ruby-lang
<bunk___> d
bunk__ has quit [Quit: bunk__]
havenwood has joined #ruby-lang
Speed has quit [Ping timeout: 255 seconds]
Speed has joined #ruby-lang
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
yfeldblum has quit [Ping timeout: 255 seconds]
rippa has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mbj has quit [Read error: Operation timed out]
bunk___ has quit []
bunk__ has joined #ruby-lang
jcs222 has joined #ruby-lang
jhass|off is now known as jhass
bunk__ has quit [Client Quit]
bunk__ has joined #ruby-lang
mehlah has joined #ruby-lang
mbj has joined #ruby-lang
bunk__ has quit [Client Quit]
mykoweb has joined #ruby-lang
mbj has quit [Client Quit]
mikecmpbll has quit [Quit: i've nodded off.]
nathanstitt has joined #ruby-lang
workmad3 has joined #ruby-lang
mehlah has quit [Quit: Leaving...]
symm- has quit [Quit: Leaving...]
odcinek_ has quit [Quit: Leaving.]
fowl has left #ruby-lang ["Derogatory terms for gynecomastia can include moobs (for male boobs) and bitch tits.[34]"]
Coincidental has quit [Remote host closed the connection]
mikecmpbll has joined #ruby-lang
workmad3 has quit [Ping timeout: 252 seconds]
snk has quit [Ping timeout: 246 seconds]
mikecmpbll has quit [Quit: i've nodded off.]
slawrence has joined #ruby-lang
odcinek_ has joined #ruby-lang
snk has joined #ruby-lang
robmiller has joined #ruby-lang
CaptainJet has quit [Ping timeout: 252 seconds]
CaptainJet has joined #ruby-lang
yfeldblum has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
yfeldblum has quit [Ping timeout: 255 seconds]
havenwood has quit [Ping timeout: 252 seconds]
odcinek_ has quit [Quit: Leaving.]
seanlinsley has quit [Read error: Connection reset by peer]
tectonic has joined #ruby-lang
relix has joined #ruby-lang
robmiller has quit [Quit: Leaving.]
ur5us has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
robmiller has joined #ruby-lang
kirin` has quit [Ping timeout: 240 seconds]
kirin` has joined #ruby-lang
amclain has joined #ruby-lang
seanlinsley has joined #ruby-lang
hahuang65 has joined #ruby-lang
hahuang61 has joined #ruby-lang
lcdhoffman has joined #ruby-lang
boombadaroomba has quit [Read error: Connection reset by peer]
boombadaroomba has joined #ruby-lang
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
marcdel has quit []
jackhammer2022 has joined #ruby-lang
CaptainJet has quit [Ping timeout: 268 seconds]
CaptainJet has joined #ruby-lang
rahul_j has quit [Quit: rahul_j]
esad_ has joined #ruby-lang
toastynerd has joined #ruby-lang
heftig has quit [Quit: Quitting]
esad has quit [Ping timeout: 240 seconds]
robmiller has quit [Quit: Leaving.]
heftig has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
lcdhoffman has quit [Quit: lcdhoffman]
mykoweb has quit [Remote host closed the connection]
Coincidental has joined #ruby-lang
jsutt has quit [Ping timeout: 265 seconds]
mykoweb has joined #ruby-lang
CaptainJet has quit [Read error: No route to host]
elliotec has quit [Ping timeout: 240 seconds]
mykoweb has quit [Ping timeout: 265 seconds]
mbj has joined #ruby-lang
yfeldblum has joined #ruby-lang
jcs222 has quit [Read error: Connection reset by peer]
jcs222 has joined #ruby-lang
yfeldblum has quit [Ping timeout: 240 seconds]
elliotec has joined #ruby-lang
CaptainJet has joined #ruby-lang
mikecmpbll has joined #ruby-lang
mikecmpbll has quit [Quit: i've nodded off.]
mechan1c has quit [Ping timeout: 268 seconds]
robmiller has joined #ruby-lang
yfeldblum has joined #ruby-lang
Speed has quit [Ping timeout: 265 seconds]
havenwood has joined #ruby-lang
bahar has quit [Ping timeout: 255 seconds]
bahar has joined #ruby-lang
Speed has joined #ruby-lang
enebo has joined #ruby-lang
futilegames has quit [Quit: futilegames]
elliotec has quit [Remote host closed the connection]
ikrima has quit [Ping timeout: 255 seconds]
simono_ has joined #ruby-lang
futilegames has joined #ruby-lang
simono has quit [Ping timeout: 240 seconds]
momomomomo has quit [Quit: momomomomo]
bahar has quit [Ping timeout: 240 seconds]
LMity has joined #ruby-lang
elliotec has joined #ruby-lang
bahar has joined #ruby-lang
elliotec has quit [Remote host closed the connection]
elliotec has joined #ruby-lang
enebo has quit [Quit: enebo]
LMity has quit [Ping timeout: 255 seconds]
arubin has left #ruby-lang ["Textual IRC Client: www.textualapp.com"]
robbyoconnor has joined #ruby-lang
seanlinsley has quit [Quit: …]
seanlinsley has joined #ruby-lang
seanlinsley has quit [Client Quit]
bahar has quit [Ping timeout: 240 seconds]
bahar has joined #ruby-lang
hahuang61 has quit [Ping timeout: 245 seconds]
hahuang65 has quit [Ping timeout: 265 seconds]
bahar has quit [Ping timeout: 255 seconds]
bahar has joined #ruby-lang
badeball has quit [Ping timeout: 246 seconds]
badeball has joined #ruby-lang
futilegames has quit [Quit: futilegames]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bahar has quit [Ping timeout: 264 seconds]
bahar has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
workmad3 has joined #ruby-lang
yfeldblum has quit [Ping timeout: 255 seconds]
robmiller has quit [Quit: Leaving.]
saarinen has quit [Quit: saarinen]
_ht has quit [Remote host closed the connection]
michaeldeol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bahar has quit [Ping timeout: 255 seconds]
bahar has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
mbj has quit [Ping timeout: 240 seconds]
tkuchiki has joined #ruby-lang
odcinek_ has joined #ruby-lang
elia has joined #ruby-lang
devgiant_ has joined #ruby-lang
devgiant has quit [Ping timeout: 255 seconds]
nisstyre has quit [Ping timeout: 240 seconds]
tectonic has quit []
robmiller has joined #ruby-lang
saarinen has joined #ruby-lang
yfeldblum has joined #ruby-lang
bahar has quit [Ping timeout: 255 seconds]
bahar has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
jonathanmarvens has joined #ruby-lang
workmad3 has quit [Ping timeout: 264 seconds]
yfeldblum has quit [Remote host closed the connection]
banister has joined #ruby-lang
marcdel has joined #ruby-lang
marcdel_ has joined #ruby-lang
marcdel has quit [Ping timeout: 240 seconds]
marcdel_ has quit [Client Quit]
postmodern has joined #ruby-lang
yfeldblum has joined #ruby-lang
DEac- has quit [Read error: Connection reset by peer]
DEac- has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 255 seconds]
shinnya has joined #ruby-lang