ljarvis changed the topic of #ruby-lang to: Ruby 2.1.2; 2.0.0-p481; 1.9.3-p547: http://ruby-lang.org || Paste code on http://gist.github.com
<centrx> "they" is a degradation of the English language
<centrx> Doth thou not knowest this
<pipework> Is that what they say?
hahuang65 has quit [Ping timeout: 252 seconds]
<centrx> English majors do it with style
<pipework> 'it'?
<centrx> GARDENERS do it by trimming your bush
sharpmachine has quit [Remote host closed the connection]
seamon has quit [Quit: Zzzzzzz]
nofxx__ has quit [Ping timeout: 252 seconds]
kgrz has joined #ruby-lang
mkaesz has joined #ruby-lang
Benstr has joined #ruby-lang
shinnya has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
kgrz has quit [Ping timeout: 245 seconds]
sepp2k1 has joined #ruby-lang
knu has quit [Remote host closed the connection]
<bnagy> they is perfectly valid gender neutral
<bnagy> use goes back to like 14c
bruno- has joined #ruby-lang
sepp2k has quit [Ping timeout: 245 seconds]
<bnagy> also it's dost thou, not doth
thagomizer has quit [Quit: Leaving.]
mkaesz has quit [Ping timeout: 252 seconds]
bruno- has quit [Ping timeout: 245 seconds]
lsegal has joined #ruby-lang
Lewix has quit [Read error: Connection reset by peer]
lsegal has quit [Read error: Connection reset by peer]
lsegal has joined #ruby-lang
Lewix has joined #ruby-lang
torrieri has joined #ruby-lang
amerine has quit [Ping timeout: 245 seconds]
knu has joined #ruby-lang
harly has quit [Quit: Leaving]
harly has joined #ruby-lang
|jemc| has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
lsegal has quit [Read error: Connection reset by peer]
mikecmpbll has quit [Quit: i've nodded off.]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
gtc has joined #ruby-lang
ruby-lang528 has joined #ruby-lang
allomov has quit [Remote host closed the connection]
jxie has quit [Quit: leaving]
symm- has quit [Ping timeout: 245 seconds]
ruby-lang528 has quit [Ping timeout: 246 seconds]
marr has quit [Ping timeout: 268 seconds]
mikecmpbll has joined #ruby-lang
lsegal has joined #ruby-lang
emmesswhy has quit [Quit: This computer has gone to sleep]
|jemc| has quit [Quit: WeeChat 0.4.3]
amsi has quit [Quit: Leaving]
emmesswhy has joined #ruby-lang
|jemc| has joined #ruby-lang
djbkd has joined #ruby-lang
seamon has joined #ruby-lang
taylorrf has quit [Remote host closed the connection]
migbar has quit [Remote host closed the connection]
toastynerd has joined #ruby-lang
vintik has joined #ruby-lang
bruno- has joined #ruby-lang
kgrz has joined #ruby-lang
wallerdev has joined #ruby-lang
skade has joined #ruby-lang
skade has quit [Client Quit]
bruno- has quit [Ping timeout: 240 seconds]
kgrz has quit [Ping timeout: 276 seconds]
shinnya has quit [Ping timeout: 245 seconds]
io_syl_ has quit []
toastynerd has quit [Remote host closed the connection]
Lewix has quit [Remote host closed the connection]
shinnya has joined #ruby-lang
skade has joined #ruby-lang
mikecmpbll has quit [Quit: i've nodded off.]
shinnya has quit [Ping timeout: 252 seconds]
s1kx_ has quit [Quit: Leaving]
shinnya has joined #ruby-lang
Forgetful_Lion has joined #ruby-lang
jbardin has quit [Quit: jbardin]
yfeldblu_ has quit [Remote host closed the connection]
wallerdev has quit [Quit: wallerdev]
djbkd has quit [Remote host closed the connection]
djbkd has joined #ruby-lang
thomasxie has joined #ruby-lang
rayrai_ has joined #ruby-lang
<rayrai_> test
skade has quit [Quit: Computer has gone to sleep.]
<rayrai_> given = ["rock","paper","scissor"]
<rayrai_> puts "Human Choose Wisely"
<rayrai_> text = gets.chomp
<rayrai_> until (given[0]..given[2]).include?(text)
<rayrai_> text = gets.chomp
<rayrai_> puts "Human Error, Type the word exactly"
<rayrai_> end
OneMadHat has joined #ruby-lang
<rayrai_> I can't seem to get it work
<rayrai_> could anybody shed the light
<tejas-manohar> anyone worked with sinatra?
<tejas-manohar> i need some help
<tejas-manohar> with http reqs
OneMadHat has quit [Quit: MegaIRC v4.06 http://ironfist.at.tut.by]
<centrx> rayrai_, given[0]..given[2] specifies some kind of Range between "rock" and "scissor"
<rayrai_> so how to fix it centrx
<centrx> rayrai_, You set of moves is called just "given", an array
<centrx> rayrai_, Array has include? just like Range does
<rayrai_> I want program to accept three string only rock,paper or scissor
<centrx> given[0]..given[2] -- you may be thinking of given[0..2]
<centrx> in this case though, given[0..2] == given so the rest is unnecessary
<rayrai_> I change it to until (given[0..2]).include?(text)
<rayrai_> it worked
<rayrai_> but if i enter
<rayrai_> string execpt in given array
<rayrai_> the program goes into infinity loop
<centrx> Not sure what you mean
<rayrai_> ok i will clear this time
<rayrai_> until (given[0..2]).include?(text)
<rayrai_> text = gets.chomp
<rayrai_> puts "Human Error, Type the word exactly"
<rayrai_> end
<rayrai_> if I enter anything that is beyond given my program goes into infinity loop
<rayrai_> suppose if I input the value "test"
<centrx> It should keep asking you for a new word though?
<rayrai_> it goes into infinity loop
<rayrai_> yes that's what i was hoping for
<rayrai_> but it didn't
<centrx> rayrai_, Looks like it is: on the first try it doesn't tell you "Type it in exactly"
seamon has quit [Quit: Zzzzzzz]
Lewix has joined #ruby-lang
<centrx> rayrai_, but it will still accept input, not an infinite loop
charliesome has joined #ruby-lang
yfeldblum has joined #ruby-lang
gtc has quit [Quit: kill -9 gtc]
spastorino has quit [Quit: Connection closed for inactivity]
gtc has joined #ruby-lang
<rayrai_> hey centrx i restart the program and it worked fine
<rayrai_> thanx for your help again
<centrx> great
<centrx> Good luck out there!
<rayrai_> thank
<pipework> It's dangerous to go alone, take this.
bruno- has joined #ruby-lang
<centrx> Ruby-encrusted sword
taylorrf has joined #ruby-lang
bruno- has quit [Ping timeout: 240 seconds]
kgrz has joined #ruby-lang
djbkd has quit [Quit: My people need me...]
BloodyHistory has joined #ruby-lang
mkaesz has joined #ruby-lang
kgrz has quit [Ping timeout: 245 seconds]
mistym has quit [Remote host closed the connection]
wallerdev has joined #ruby-lang
mkaesz has quit [Ping timeout: 240 seconds]
torrieri has joined #ruby-lang
bsvineeth has joined #ruby-lang
BloodyHistory has quit [Remote host closed the connection]
BloodyHistory has joined #ruby-lang
BloodyHistory has quit [Client Quit]
tpope_ is now known as tpope
diegoviola has joined #ruby-lang
gtc has quit [Quit: kill -9 gtc]
havenwood has quit [Remote host closed the connection]
cmhobbs_ has joined #ruby-lang
cmhobbs_ has quit [Read error: Connection reset by peer]
CaptainJet has quit [Ping timeout: 276 seconds]
omosoj has quit [Quit: Leaving]
vintik has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
Miphix has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
nofxx__ has joined #ruby-lang
emmesswhy has quit [Quit: This computer has gone to sleep]
bruno- has joined #ruby-lang
Benstr has quit [Quit: Computer has gone to sleep.]
tkuchiki has joined #ruby-lang
Benstr has joined #ruby-lang
bruno- has quit [Ping timeout: 240 seconds]
skade has joined #ruby-lang
bsvineeth has quit [Remote host closed the connection]
sepp2k1 has quit [Read error: Connection reset by peer]
bsvineeth has joined #ruby-lang
Benstr has quit [Ping timeout: 260 seconds]
emmesswhy has joined #ruby-lang
Missphoenix has joined #ruby-lang
bsvineeth has quit [Ping timeout: 252 seconds]
kgrz has joined #ruby-lang
hagabaka has quit [Ping timeout: 276 seconds]
Miphix has quit [Ping timeout: 246 seconds]
imperator has joined #ruby-lang
hagabaka has joined #ruby-lang
mistym has joined #ruby-lang
diegoviola has quit [Read error: Connection reset by peer]
kgrz has quit [Ping timeout: 245 seconds]
skade has quit [Quit: Computer has gone to sleep.]
centrx has quit [Quit: Mead error: Connection reset by beer]
bsvineeth has joined #ruby-lang
gix has quit [Ping timeout: 264 seconds]
migbar has joined #ruby-lang
diegoviola has joined #ruby-lang
<imperator> hola
gix has joined #ruby-lang
Missphoenix has quit [Quit: Leaving]
Miphix has joined #ruby-lang
RobertBirnie has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
diegoviola has quit [Quit: WeeChat 1.0]
dknox has quit [Quit: Textual IRC Client: www.textualapp.com]
emmesswhy has quit [Quit: This computer has gone to sleep]
postmodern has quit [Quit: Leaving]
mjc__ has joined #ruby-lang
<rayrai_> <%=image_tag("rock.jpg", alt: "Rails", class: "img-circle", onclick: 'test') %>
<rayrai_> how do you add code on this button on rails
<rayrai_> sorry about the image tag
<rayrai_> <button type="button" class="btn btn-primary">Rock</button>
<rayrai_> how to add code on this button
<rayrai_> I want the button to perform specific task when clicked
jdecuirm has quit [Ping timeout: 260 seconds]
diegoviola has joined #ruby-lang
toastynerd has joined #ruby-lang
jdecuirm has joined #ruby-lang
emmesswhy has joined #ruby-lang
<imperator> #rubyonrails
Lewix has quit [Remote host closed the connection]
Benstr has joined #ruby-lang
jhass is now known as jhass|off
tejas-manohar has quit [Ping timeout: 246 seconds]
Lewix has joined #ruby-lang
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nathanstitt has quit [Quit: I growing sleepy]
toastynerd has quit [Remote host closed the connection]
Lewix has quit [Remote host closed the connection]
diegoviola has quit [Quit: WeeChat 1.0]
taylorrf has quit [Ping timeout: 245 seconds]
diegoviola has joined #ruby-lang
emmesswhy has quit [Quit: This computer has gone to sleep]
kgrz has joined #ruby-lang
necro has joined #ruby-lang
mkaesz has joined #ruby-lang
RobertBirnie has joined #ruby-lang
kgrz has quit [Read error: Connection reset by peer]
mkaesz has quit [Ping timeout: 268 seconds]
imperator has quit [Quit: Valete!]
charliesome has quit [Quit: zzz]
bsvineeth has quit [Remote host closed the connection]
bsvineeth has joined #ruby-lang
ruby-lang605 has quit [Ping timeout: 246 seconds]
bsvineeth has quit [Remote host closed the connection]
bsvineeth has joined #ruby-lang
diegoviola has quit [Quit: WeeChat 1.0]
toastynerd has joined #ruby-lang
bsvineeth has quit [Ping timeout: 260 seconds]
charliesome has joined #ruby-lang
thomasxie has quit [Remote host closed the connection]
thomasxie has joined #ruby-lang
diegoviola has joined #ruby-lang
bsvineeth has joined #ruby-lang
diegoviola has quit [Remote host closed the connection]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
torrieri has joined #ruby-lang
bruno- has joined #ruby-lang
bruno- is now known as Guest51295
diegoviola has joined #ruby-lang
Guest51295 has quit [Ping timeout: 252 seconds]
toastynerd has quit [Remote host closed the connection]
chussenot has joined #ruby-lang
Iskarlar has joined #ruby-lang
io_syl has joined #ruby-lang
mkaesz has joined #ruby-lang
enkristoffer has joined #ruby-lang
diegoviola has quit [Quit: WeeChat 1.0]
mkaesz has quit [Ping timeout: 272 seconds]
diegoviola has joined #ruby-lang
hahuang65 has joined #ruby-lang
necro has quit [Ping timeout: 246 seconds]
mistym_ has joined #ruby-lang
mistym has quit [Disconnected by services]
mistym_ is now known as mistym
migbar has quit [Remote host closed the connection]
migbar_ has joined #ruby-lang
diegoviola has quit [Quit: WeeChat 1.0]
migbar_ has quit [Read error: Connection reset by peer]
migbar has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
bruno- has joined #ruby-lang
diegoviola has joined #ruby-lang
migbar has quit [Ping timeout: 240 seconds]
bruno- has quit [Ping timeout: 255 seconds]
mjc__ has quit [Quit: Connection closed for inactivity]
chussenot has quit [Quit: chussenot]
diegoviola has quit [Quit: WeeChat 1.0]
diegoviola has joined #ruby-lang
chussenot has joined #ruby-lang
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
skade has joined #ruby-lang
kgrz has joined #ruby-lang
mkaesz has joined #ruby-lang
diegoviola has quit [Remote host closed the connection]
kgrz has quit [Ping timeout: 260 seconds]
diegoviola has joined #ruby-lang
mkaesz has quit [Ping timeout: 252 seconds]
centrx has joined #ruby-lang
migbar has joined #ruby-lang
enkristoffer has quit [Quit: ❤]
gjaldon has joined #ruby-lang
torrieri has joined #ruby-lang
migbar has quit [Ping timeout: 252 seconds]
kgrz has joined #ruby-lang
shinnya has quit [Ping timeout: 245 seconds]
torrieri_ has joined #ruby-lang
torrieri has quit [Read error: Connection reset by peer]
amerine has joined #ruby-lang
torrieri_ has quit [Ping timeout: 268 seconds]
gjaldon has quit [Remote host closed the connection]
skade has quit [Quit: Computer has gone to sleep.]
Mon_Ouie has joined #ruby-lang
ledestin has quit [Ping timeout: 252 seconds]
amerine has quit [Ping timeout: 264 seconds]
robbyoconnor has joined #ruby-lang
_ht has joined #ruby-lang
chussenot has quit [Quit: chussenot]
tkuchiki has joined #ruby-lang
|jemc| has quit [Ping timeout: 276 seconds]
relix has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
ledestin has joined #ruby-lang
centrx has quit [Quit: Mead error: Connection reset by beer]
chussenot has joined #ruby-lang
io_syl has quit []
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
AKASkip has joined #ruby-lang
diegoviola has quit [Remote host closed the connection]
diegoviola has joined #ruby-lang
mkaesz has joined #ruby-lang
Iskarlar has joined #ruby-lang
mkaesz has quit [Ping timeout: 255 seconds]
io_syl has joined #ruby-lang
migbar has joined #ruby-lang
torrieri has joined #ruby-lang
zmartAzz has quit [Read error: Connection reset by peer]
torrieri has quit [Read error: Connection reset by peer]
migbar has quit [Ping timeout: 252 seconds]
bruno- has joined #ruby-lang
io_syl has quit []
bruno- has quit [Ping timeout: 245 seconds]
allomov has joined #ruby-lang
toretore has joined #ruby-lang
diegoviola has quit [Quit: WeeChat 1.0]
bsvineeth has quit [Remote host closed the connection]
diegoviola has joined #ruby-lang
bsvineeth has joined #ruby-lang
bsvineeth has quit [Ping timeout: 245 seconds]
bsvineet_ has joined #ruby-lang
bsvineeth has joined #ruby-lang
Benstr has quit [Quit: Computer has gone to sleep.]
bsvineet_ has quit [Ping timeout: 240 seconds]
Benstr has joined #ruby-lang
yfeldblum has joined #ruby-lang
bruno- has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
diegoviola has quit [Remote host closed the connection]
Kerber0s has joined #ruby-lang
yfeldblum has joined #ruby-lang
mkaesz has joined #ruby-lang
Benstr has quit [Ping timeout: 272 seconds]
diegoviola has joined #ruby-lang
chussenot has quit [Quit: chussenot]
mkaesz has quit [Remote host closed the connection]
mikecmpbll has joined #ruby-lang
bsvineeth has quit [Remote host closed the connection]
Mon_Ouie has quit [Quit: WeeChat 1.0]
mkaesz has joined #ruby-lang
mkaesz has quit [Remote host closed the connection]
havenwood has quit [Remote host closed the connection]
bsvineet_ has joined #ruby-lang
robbyoconnor has quit [Ping timeout: 255 seconds]
apeiros has joined #ruby-lang
allomov has quit [Remote host closed the connection]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
fusillicode has joined #ruby-lang
robbyoconnor has joined #ruby-lang
Benstr has joined #ruby-lang
bruno- has quit [Ping timeout: 260 seconds]
wallerdev has quit [Quit: wallerdev]
migbar has joined #ruby-lang
relix has joined #ruby-lang
fusillicode1 has quit [Ping timeout: 245 seconds]
Lewix has joined #ruby-lang
allomov has joined #ruby-lang
bsvineet_ has quit [Remote host closed the connection]
bsvineeth has joined #ruby-lang
migbar has quit [Ping timeout: 252 seconds]
relix has quit [Ping timeout: 255 seconds]
Benstr has quit [Ping timeout: 255 seconds]
bsvineeth has quit [Read error: Connection reset by peer]
bsvineeth has joined #ruby-lang
allomov has quit [Ping timeout: 260 seconds]
wallerdev has joined #ruby-lang
qba73 has joined #ruby-lang
gjaldon has joined #ruby-lang
rayrai_ has quit [Ping timeout: 246 seconds]
fusillicode1 has joined #ruby-lang
Forgetful_Lion has quit [Remote host closed the connection]
fusillicode has quit [Ping timeout: 260 seconds]
wallerdev has quit [Quit: wallerdev]
chussenot has joined #ruby-lang
thomasxie has quit [Ping timeout: 264 seconds]
araujo has quit [Quit: Leaving]
diegoviola has quit [Quit: WeeChat 1.0]
charliesome has quit [Quit: zzz]
_Kerber0s_ has joined #ruby-lang
Kerber0s has quit [Ping timeout: 276 seconds]
diegoviola has joined #ruby-lang
jxie has joined #ruby-lang
dvorkbjel has quit [Remote host closed the connection]
dvorkbjel has joined #ruby-lang
io_syl has joined #ruby-lang
arBmind has joined #ruby-lang
mikecmpbll has quit [Quit: i've nodded off.]
shinnya has joined #ruby-lang
dangerousdave has joined #ruby-lang
mikecmpbll has joined #ruby-lang
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
enkristoffer has joined #ruby-lang
charliesome has joined #ruby-lang
migbar has joined #ruby-lang
Benstr has joined #ruby-lang
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mikecmpbll has quit [Quit: i've nodded off.]
migbar has quit [Ping timeout: 260 seconds]
Benstr has quit [Ping timeout: 245 seconds]
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
Benstr has joined #ruby-lang
sMecKs has quit [Read error: Connection reset by peer]
qba73_ has joined #ruby-lang
qba73_ has quit [Remote host closed the connection]
qba73_ has joined #ruby-lang
qba73_ has quit [Remote host closed the connection]
jhass|off is now known as jhass
qba73 has quit [Ping timeout: 264 seconds]
newsarpk92 has joined #ruby-lang
<newsarpk92> hello
<newsarpk92> I have problem
<newsarpk92> I posted in rails group but nobody answers
<newsarpk92> I am doing this
<newsarpk92> and at the Add a file input field to the web form that allows users to browse and select images from their local filesystem. step
<newsarpk92> I am getting an error
<newsarpk92> undefined local variable or method `f' for
<newsarpk92> How can I fix this?
yell0wgh0st has joined #ruby-lang
mistym has quit [Remote host closed the connection]
postmodern has joined #ruby-lang
_Kerber0s_ has quit [Remote host closed the connection]
io_syl has quit []
Kerber0s has joined #ruby-lang
_Kerber0s_ has joined #ruby-lang
workmad3 has joined #ruby-lang
Kerber0s has quit [Ping timeout: 276 seconds]
mkaesz has joined #ruby-lang
dangerousdave has joined #ruby-lang
mkaesz has quit [Ping timeout: 252 seconds]
hellangel7 has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
marr has joined #ruby-lang
hellangel7 has joined #ruby-lang
stef_204 has joined #ruby-lang
migbar has joined #ruby-lang
stamina has joined #ruby-lang
chussenot has quit [Quit: chussenot]
migbar has quit [Ping timeout: 260 seconds]
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
<enkristoffer> Is there a proper way to represent a time duration in Ruby or should I use something like a range from start time to end time?
hellangel7 has quit [Max SendQ exceeded]
<jhass> I'd use one of the gems that do that
<jhass> chronic_duration seems popular
Lewix has quit [Remote host closed the connection]
hellangel7 has joined #ruby-lang
<ledestin> enkristoffer: I can only note that people usually use Time when they should use monotonic clock
<whitequark> enkristoffer: usually it's an interval in seconds
<whitequark> with a Time range you get e.g. problems with timezones
chussenot has joined #ruby-lang
<enkristoffer> All right, seems like there are a few different options. I'll look into them all. Thanks all.
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
benlovell has joined #ruby-lang
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hellangel7 has quit [Max SendQ exceeded]
thomasxie has joined #ruby-lang
chussenot has quit [Quit: chussenot]
workmad3 has quit [Ping timeout: 260 seconds]
mikecmpbll has joined #ruby-lang
jxie has quit [Quit: leaving]
yfeldblum has quit [Ping timeout: 252 seconds]
yfeldblum has joined #ruby-lang
benlovell has quit [Quit: leaving]
chussenot has joined #ruby-lang
symm- has joined #ruby-lang
vintik has joined #ruby-lang
stamina has quit [Ping timeout: 252 seconds]
hellangel7 has joined #ruby-lang
TheToad has joined #ruby-lang
<TheToad> what's the ( :: ) operator called ?
hellangel7 has quit [Max SendQ exceeded]
Lewix has joined #ruby-lang
hellangel7 has joined #ruby-lang
<symm-> scope resolution operator?
<symm-> or was that in C++
<apeiros> whatever "double colon" translates to in japanese?
hellangel7 has quit [Max SendQ exceeded]
<symm-> daburu coron
hellangel7 has joined #ruby-lang
<apeiros> better than paamayim nekudotayim :)
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
<surrounder> lol
emmesswhy has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
gjaldon has quit [Remote host closed the connection]
nofxx__ has quit [Ping timeout: 255 seconds]
vintik has quit [Remote host closed the connection]
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
hellangel7 has joined #ruby-lang
hellangel7 has quit [Max SendQ exceeded]
phrozen77 has quit [Ping timeout: 260 seconds]
relix has joined #ruby-lang
phrozen77 has joined #ruby-lang
migbar has joined #ruby-lang
migbar has quit [Ping timeout: 246 seconds]
sarkyniin has joined #ruby-lang
molgrew has joined #ruby-lang
molgrew has quit [Client Quit]
Blaguvest has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
tkuchiki has quit [Remote host closed the connection]
koderok has joined #ruby-lang
skade has joined #ruby-lang
Benstr has quit [Quit: Computer has gone to sleep.]
Benstr has joined #ruby-lang
enkristoffer has quit [Ping timeout: 246 seconds]
skade has quit [Ping timeout: 268 seconds]
emmesswhy has quit [Quit: This computer has gone to sleep]
Benstr has quit [Ping timeout: 252 seconds]
danijoo_ has joined #ruby-lang
danijoo has quit [Read error: Connection reset by peer]
chussenot has quit [Quit: chussenot]
mikecmpbll has quit [Quit: i've nodded off.]
taylorrf has joined #ruby-lang
migbar has joined #ruby-lang
chussenot has joined #ruby-lang
sarkyniin has quit [Ping timeout: 268 seconds]
mikecmpbll has joined #ruby-lang
bin7me has joined #ruby-lang
taylorrf_ has joined #ruby-lang
taylorrf has quit [Ping timeout: 272 seconds]
gjaldon has joined #ruby-lang
gjaldon_ has joined #ruby-lang
michd is now known as MichD
yfeldblum has quit [Ping timeout: 245 seconds]
gjaldon has quit [Ping timeout: 240 seconds]
kgrz has quit [Remote host closed the connection]
kgrz has joined #ruby-lang
tkuchiki has joined #ruby-lang
workmad3 has joined #ruby-lang
kgrz has quit [Ping timeout: 240 seconds]
spastorino has joined #ruby-lang
bakednotfried has joined #ruby-lang
gjaldon_ has quit [Remote host closed the connection]
gjaldon has joined #ruby-lang
gjaldon has quit [Read error: Connection reset by peer]
gjaldon has joined #ruby-lang
bin7me has quit [Quit: Leaving]
bin7me has joined #ruby-lang
Benstr has joined #ruby-lang
Benstr has quit [Read error: Connection reset by peer]
Benstr has joined #ruby-lang
workmad3 has quit [Ping timeout: 272 seconds]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kgrz has joined #ruby-lang
zmartAzz has joined #ruby-lang
sepp2k has joined #ruby-lang
dwknoxy has joined #ruby-lang
taylorrf_ has quit [Remote host closed the connection]
taylorrf has joined #ruby-lang
taylorrf has quit [Remote host closed the connection]
elia has joined #ruby-lang
koderok has quit [Ping timeout: 268 seconds]
knu has quit [Remote host closed the connection]
_Kerber0s_ has quit [Remote host closed the connection]
kgrz has quit [Remote host closed the connection]
Kerber0s has joined #ruby-lang
kgrz has joined #ruby-lang
Benstr has quit [Quit: Computer has gone to sleep.]
knu has joined #ruby-lang
Benstr has joined #ruby-lang
io_syl has joined #ruby-lang
knu has quit [Remote host closed the connection]
kgrz has quit [Ping timeout: 272 seconds]
Kerber0s has quit [Ping timeout: 268 seconds]
Benstr has quit [Ping timeout: 245 seconds]
Benstr has joined #ruby-lang
thomasxie has quit [Remote host closed the connection]
Benstr has quit [Client Quit]
knu has joined #ruby-lang
knu has quit [Remote host closed the connection]
RobertBirnie has joined #ruby-lang
Kerber0s has joined #ruby-lang
dangerousdave has joined #ruby-lang
hellangel7 has joined #ruby-lang
torrieri has joined #ruby-lang
enkristoffer has joined #ruby-lang
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
_Kerber0s_ has joined #ruby-lang
Kerber0s has quit [Read error: Connection reset by peer]
bruno- has joined #ruby-lang
FarlaTux has joined #ruby-lang
PHP4Ever has joined #ruby-lang
Dev-Gitter has joined #ruby-lang
dangerousdave has joined #ruby-lang
gjaldon has quit [Remote host closed the connection]
gjaldon has joined #ruby-lang
gjaldon has quit [Remote host closed the connection]
gjaldon has joined #ruby-lang
Dev-Gitter has quit [Max SendQ exceeded]
FarlaTux has quit [Max SendQ exceeded]
Dev-Gitter has joined #ruby-lang
kgrz has joined #ruby-lang
FarlaTux has joined #ruby-lang
FarlaTux has quit [Max SendQ exceeded]
FarlaTux has joined #ruby-lang
Dev-Gitter has quit [Client Quit]
PHP4Ever has quit [Quit: Leaving [Bye Everybody]]
FarlaTux has quit [Remote host closed the connection]
gjaldon has quit [Ping timeout: 240 seconds]
FarlaTux has joined #ruby-lang
PHP4Ever has joined #ruby-lang
Dev-Gitter has joined #ruby-lang
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gjaldon has joined #ruby-lang
zmartAway has joined #ruby-lang
simoz1111117 has joined #ruby-lang
Dev-Gitter has quit [Max SendQ exceeded]
Dev-Gitter has joined #ruby-lang
zmartAzz has quit [Ping timeout: 246 seconds]
migbar has quit [Remote host closed the connection]
io_syl has quit []
elia has quit [Quit: Computer has gone to sleep.]
yatish27 has joined #ruby-lang
bin7me has quit [Quit: Leaving]
gjaldon has quit []
simoz1111117 has quit [Ping timeout: 240 seconds]
elia has joined #ruby-lang
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has joined #ruby-lang
Iskarlar has quit [Ping timeout: 240 seconds]
RobertBirnie has joined #ruby-lang
jordanbsanders has joined #ruby-lang
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
havenwood has quit [Remote host closed the connection]
elia has quit [Quit: Computer has gone to sleep.]
enkristoffer has quit [Ping timeout: 272 seconds]
toastynerd has joined #ruby-lang
symm- has quit [Ping timeout: 276 seconds]
nisstyre has quit [Quit: WeeChat 1.0]
nisstyre has joined #ruby-lang
nisstyre has quit [Client Quit]
nisstyre has joined #ruby-lang
nisstyre has quit [Client Quit]
toastynerd has quit [Remote host closed the connection]
bruno- has quit [Ping timeout: 245 seconds]
nisstyre has joined #ruby-lang
dorei has joined #ruby-lang
toastynerd has joined #ruby-lang
toastynerd has quit [Read error: Connection reset by peer]
toastynerd has joined #ruby-lang
relix has joined #ruby-lang
earthquake has joined #ruby-lang
havenwood has joined #ruby-lang
gjaldon has joined #ruby-lang
nathanstitt has joined #ruby-lang
snoopybbt has joined #ruby-lang
seamon has joined #ruby-lang
emmesswhy has joined #ruby-lang
emmesswhy has quit [Client Quit]
toastynerd has quit [Remote host closed the connection]
skade has joined #ruby-lang
centrx has joined #ruby-lang
jordanbsanders has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
migbar has joined #ruby-lang
phrozen77 has quit [Changing host]
phrozen77 has joined #ruby-lang
gjaldon_ has joined #ruby-lang
chussenot has quit [Quit: chussenot]
spastorino has quit [Quit: Connection closed for inactivity]
gjaldon has quit [Ping timeout: 260 seconds]
yatish27_ has joined #ruby-lang
yatish27 has quit [Ping timeout: 240 seconds]
_Kerber0s_ is now known as Kerber0s
yatish27_ has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
charliesome has quit [Quit: zzz]
kgrz has quit [Remote host closed the connection]
kgrz has joined #ruby-lang
emmesswhy has joined #ruby-lang
yatish27 has quit [Ping timeout: 264 seconds]
zmartAway is now known as zmartAzz
kgrz has quit [Ping timeout: 245 seconds]
sleepee has joined #ruby-lang
earthquake has quit [Quit: earthquake]
wallerdev has joined #ruby-lang
bougyman has quit [Quit: ZNC - http://znc.in]
yatish27 has joined #ruby-lang
yfeldblum has joined #ruby-lang
heftig has quit [Quit: Quitting]
yfeldblum has quit [Ping timeout: 268 seconds]
wallerdev has quit [Quit: wallerdev]
sMecKs has joined #ruby-lang
Miphix has quit [Quit: Leaving]
seamon has quit [Quit: Zzzzzzz]
bougyman has joined #ruby-lang
bougyman is now known as Guest60091
yatish27_ has joined #ruby-lang
yatish27 has quit [Ping timeout: 252 seconds]
elia has joined #ruby-lang
Guest60091 has quit [Changing host]
Guest60091 has joined #ruby-lang
Guest60091 is now known as bougytoo
heftig has joined #ruby-lang
gjaldon_ has quit []
yatish27 has joined #ruby-lang
bruno- has joined #ruby-lang
yatish27_ has quit [Ping timeout: 246 seconds]
toastynerd has joined #ruby-lang
bsvineeth has quit [Remote host closed the connection]
arBmind has quit [Quit: Leaving.]
bsvineeth has joined #ruby-lang
fuhgeddaboudit has joined #ruby-lang
toastynerd has quit [Ping timeout: 255 seconds]
seamon has joined #ruby-lang
fuhgeddaboudit has quit [Remote host closed the connection]
bsvineeth has quit [Ping timeout: 245 seconds]
TheToad has quit [Quit: Leaving]
dangerousdave has joined #ruby-lang
dangerousdave has quit [Client Quit]
elia has quit [Quit: Computer has gone to sleep.]
dangerousdave has joined #ruby-lang
bsvineeth has joined #ruby-lang
bruno- has quit [Ping timeout: 245 seconds]
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
havenwood has quit [Remote host closed the connection]
MichD is now known as michd
havenwood has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
AKASkip has quit [Quit: Leaving.]
bougytoo is now known as bougyman
io_syl has joined #ruby-lang
wallerdev has joined #ruby-lang
JetsekaiYori has joined #ruby-lang
mikecmpbll has quit [Remote host closed the connection]
saarinen has joined #ruby-lang
mikecmpbll has joined #ruby-lang
mistym has joined #ruby-lang
yell0wgh0st has quit [Quit: yell0wgh0st]
Iskarlar has joined #ruby-lang
yell0wgh0st has joined #ruby-lang
sarkyniin has joined #ruby-lang
tectonic has joined #ruby-lang
PHP4Ever has quit [Quit: Leaving [Bye Everybody]]
FarlaTux has quit [Quit: Leaving [Bye Everybody]]
Dev-Gitter has quit [Quit: Leaving [Bye Everybody]]
heftig has quit [Ping timeout: 268 seconds]
kgrz has joined #ruby-lang
mkaesz has joined #ruby-lang
banister has quit [Ping timeout: 240 seconds]
banister_ has joined #ruby-lang
banister_ has quit [Max SendQ exceeded]
banister has joined #ruby-lang
kgrz has quit [Ping timeout: 246 seconds]
JohnBat26 has joined #ruby-lang
heftig has joined #ruby-lang
migbar_ has joined #ruby-lang
saarinen has quit [Quit: saarinen]
symm- has joined #ruby-lang
havenwood has joined #ruby-lang
migbar has quit [Ping timeout: 252 seconds]
torrieri has quit [Quit: Leaving...]
diegoviola has quit [Quit: WeeChat 1.0]
knu has joined #ruby-lang
migbar_ has quit [Remote host closed the connection]
migbar has joined #ruby-lang
tomas has joined #ruby-lang
tomas is now known as Guest20693
<Guest20693> Hey guys, how to unit test if 1 > 0, i know i can just if (1 > 0) ... but how to do more effeciantly like assert 1 > 0?
seamon has quit [Quit: Zzzzzzz]
migbar has quit [Ping timeout: 264 seconds]
x0f has quit [Ping timeout: 245 seconds]
shinnya has quit [Ping timeout: 264 seconds]
Caius has quit [Quit: ""]
Caius has joined #ruby-lang
x0f has joined #ruby-lang
yfeldblum has joined #ruby-lang
bruno- has joined #ruby-lang
yfeldblum has quit [Ping timeout: 276 seconds]
<centrx> Find the command for your testing framework that handles that case
bruno- has quit [Ping timeout: 245 seconds]
<jhass> Guest20693: yeah, it's hard to answer with such an constructed example and not even knowing your testing framework
skade has quit [Quit: Computer has gone to sleep.]
tectonic has quit []
hellangel7 has quit [Remote host closed the connection]
PsionTheory has joined #ruby-lang
lele__ has joined #ruby-lang
lele|2 has quit [Ping timeout: 252 seconds]
bruno- has joined #ruby-lang
hagabaka has quit [Ping timeout: 252 seconds]
stef_204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
hagabaka has joined #ruby-lang
chussenot has joined #ruby-lang
Jamo has quit [Ping timeout: 252 seconds]
Jamo has joined #ruby-lang
dabradley has quit [Ping timeout: 252 seconds]
dabradley has joined #ruby-lang
sMecKs has quit [*.net *.split]
bougyman has quit [*.net *.split]
hahuang65 has quit [*.net *.split]
jayne has quit [*.net *.split]
anekos_ has quit [*.net *.split]
mahlon has quit [*.net *.split]
<Guest20693> I figuret ir out, was simple mistake :) Thanks for help anyway :)
necro has joined #ruby-lang
bougyman has joined #ruby-lang
sMecKs has joined #ruby-lang
mahlon has joined #ruby-lang
jayne has joined #ruby-lang
anekos_ has joined #ruby-lang
hahuang65 has joined #ruby-lang
xtruder has joined #ruby-lang
relix_ has joined #ruby-lang
hahuang65 has quit [Ping timeout: 252 seconds]
relix has quit [Ping timeout: 246 seconds]
seamon has joined #ruby-lang
AKASkip has joined #ruby-lang
chussenot_ has joined #ruby-lang
chussenot has quit [Ping timeout: 264 seconds]
chussenot_ is now known as chussenot
JohnBat26 has quit [Ping timeout: 245 seconds]
hahuang65 has joined #ruby-lang
necro has quit [Ping timeout: 246 seconds]
heftig has quit [Quit: Quitting]
stamina has joined #ruby-lang
heftig has joined #ruby-lang
_ht has quit [Remote host closed the connection]
heftig_ has joined #ruby-lang
saarinen has joined #ruby-lang
vintik has joined #ruby-lang
heftig has quit [Ping timeout: 264 seconds]
spastorino has joined #ruby-lang
snoopybbt has quit [Ping timeout: 245 seconds]
danijoo_ has quit [Read error: Connection reset by peer]
danijoo has joined #ruby-lang
postmodern has quit [Quit: Leaving]
nofxx__ has joined #ruby-lang
yfeldblum has joined #ruby-lang
malconis has joined #ruby-lang
Adam_ActiveState has quit [Quit: WeeChat 0.4.2]
seamon has quit [Quit: Zzzzzzz]
io_syl has quit []
chills42 has joined #ruby-lang
chills42 has quit [Remote host closed the connection]
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
wallerdev has quit [Quit: wallerdev]
wallerdev has joined #ruby-lang
malconis has joined #ruby-lang
sepp2k has quit [Read error: Connection reset by peer]
jordanbsanders has joined #ruby-lang
RobertBirnie has joined #ruby-lang
RobertBirnie has quit [Client Quit]
RobertBirnie has joined #ruby-lang
mkaesz has quit [Remote host closed the connection]
relix_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yell0wgh0st has quit [Quit: yell0wgh0st]
saarinen has quit [Quit: saarinen]
mkaesz has joined #ruby-lang
mskaesz has joined #ruby-lang
mskaesz has quit [Read error: Connection reset by peer]
mkaesz_ has joined #ruby-lang
mkaesz has quit [Ping timeout: 264 seconds]
mkaesz_ has quit [Ping timeout: 245 seconds]
allomov has joined #ruby-lang
skade has joined #ruby-lang
nofxx__ is now known as nofxx
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
lsegal has joined #ruby-lang
io_syl has joined #ruby-lang
yfeldblum has quit [Read error: Connection reset by peer]
yfeldblum has joined #ruby-lang
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
chussenot has quit [Quit: chussenot]
io_syl has quit []
shinnya has joined #ruby-lang
kgrz has joined #ruby-lang
JetsekaiYori has quit [Ping timeout: 255 seconds]
TrueJet has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #ruby-lang
mkaesz has joined #ruby-lang
emmesswhy has quit [Quit: This computer has gone to sleep]
PsionTheory has quit [Remote host closed the connection]
sepp2k has joined #ruby-lang
b06464f377 has quit [Quit: leaving]
mkaesz has quit [Ping timeout: 272 seconds]
allomov has quit [Remote host closed the connection]
vintik has quit [Remote host closed the connection]
apt-get_ has joined #ruby-lang
Guest20693 has quit [Ping timeout: 246 seconds]
yatish27_ has joined #ruby-lang
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yatish27 has quit [Ping timeout: 245 seconds]
bruno- has quit [Ping timeout: 245 seconds]
sarkyniin has quit [Ping timeout: 264 seconds]
workmad3 has joined #ruby-lang
heftig_ is now known as heftig
havenwood has quit [Remote host closed the connection]
malconis has joined #ruby-lang
malconis has quit [Client Quit]
bsvineeth has quit [Remote host closed the connection]
skade has quit [Quit: Computer has gone to sleep.]
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
skade has joined #ruby-lang
Lewix has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
malconis has joined #ruby-lang
tectonic has joined #ruby-lang
Lewix has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
snoopybbt has joined #ruby-lang
tectonic has quit [Client Quit]
chouhoulis has quit [Ping timeout: 240 seconds]
chouhoulis has joined #ruby-lang
TrueJet has quit [Ping timeout: 255 seconds]
chouhoulis has quit [Ping timeout: 264 seconds]
rubynewbie987123 has joined #ruby-lang
<rubynewbie987123> hello
<rubynewbie987123> ruby newbie here
<rubynewbie987123> that rhymes
<rubynewbie987123> I am beginning to learn ruby through Bruce Tate's book '7 Languages in 7 Weeks'
<jhass> rubynewbie987123: great, just ask if you got any questions
<rubynewbie987123> as part of the exercises for ruby, I had to find the ruby community online
<bougyman> you found it
<rubynewbie987123> is this the de-facto place for asking dumb misplaced questions about ruby?
<bougyman> great book, by the way.
<bougyman> rubynewbie987123: it is.
<rubynewbie987123> yeah I am enjoying it
<rubynewbie987123> only read through the first day
<rubynewbie987123> excellent
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jhass> rubynewbie987123: there's the more popular #ruby and the way less popular ##new2ruby. You should get your questions answered in any place though
<rubynewbie987123> awesome
<rubynewbie987123> what else would you recommend in terms of getting to know the ruby community
<bougyman> find a local group.rb
<bougyman> if you're in/near a major u.s. city there is probably a monthly meetup
<rubynewbie987123> I am based in london, uk, there must be meetups
<bougyman> absolutely
<bougyman> I know quite a few rubyists there.
<bougyman> http://lrug.org/
<rubynewbie987123> thanks bougyman, I will check that out
<rubynewbie987123> so I am a java guy, been doing Java for a few years now in the enterprise
<bougyman> java to ruby is a very easy transition, from what I hear.
<bougyman> I learned ruby before java.
<bougyman> it felt like hell doing it in that order.
Forgetful_Lion has joined #ruby-lang
<rubynewbie987123> I am getting quite a 'functional' feel when using ruby, which is a good thing
<oddmunds> i came to ruby from java, was very easy transition
<oddmunds> you can almost write java in ruby
AKASkip has quit [Ping timeout: 276 seconds]
<rubynewbie987123> absolutely
<jhass> oddmunds: that sounds boring ;P
<bougyman> to me java feels like so much overhead, with all the structures you have to build just to get a usable object.
<jhass> why would I write java if I can write ruby!
<bougyman> but I go off-topic.
<rubynewbie987123> java gets very clunky with things like anonymous classes, which are now being replaced by lambdas in java 8
<jhass> haha, you wish
<jhass> if at all maybe half of that stuff is a functional interface
<rubynewbie987123> do tell me though, I hear ruby isn't as performance friendly as JVM
<bougyman> you can run jruby on the jvm
<oddmunds> jhass: i meant that the transition is easy
<rubynewbie987123> but whats the production setup usually?
<rubynewbie987123> is it run on JVM in prod?
<bougyman> I know many people that run jruby in prod
<bougyman> we use jruby only for a storm implementation and a camel one.
<rubynewbie987123> cool, thats great to know actually
<bougyman> we use mri for microservices and web controllers.
<rubynewbie987123> mri is?
mkaesz has joined #ruby-lang
<bougyman> regular ruby, in C
<rubynewbie987123> ah I see
<bougyman> "matz's ruby implementation" is how I learned the acronym
<bougyman> but i've heard other variations.
<rubynewbie987123> cool, sorry if that's common knowledge - I am learning the history here man!
<jhass> I think most common is interpreter instead of implementation
<jhass> it's okay, we all learned it at some point
<rubynewbie987123> so is the interpreter usually used for scripting stuff
<bougyman> yes?
<bougyman> the ruby vm has changed a lot.
<bougyman> so it matters which version you're talking about
<rubynewbie987123> I see
<bougyman> and there are quite a few ruby implementations now.
<rubynewbie987123> so if I am starting out, do I stick to the latest I assume ..?
<bougyman> jruby (the jvm), mri (c), rubinius (llvm), others
<bougyman> good plan.
<rubynewbie987123> when you say implementations, do you mean the core language itself or the platforms where ruby runs?
<bougyman> i'm not just starting out but I always code on latest (2.1.X now)
<bougyman> i mean implementations of the language.
<bougyman> like sun java vs ibm java vs openjdk.
<bougyman> kind of.
<rubynewbie987123> ok got it
mkaesz has quit [Ping timeout: 268 seconds]
<rubynewbie987123> i mean most of the world uses *nix boxes so if you developed code using one of the platforms (i.e. jruby / mri / rubinius), there shouldn't be any major problems w.r.t porting code over
<bougyman> right.
<rubynewbie987123> ok thats good
<bougyman> i've never tried jruby or rubinius on windows.
<bougyman> but I think they probably run on it?
<rubynewbie987123> what IDE is popular for ruby?
<bnagy> jruby for sure
<bougyman> I haven't had a windows box in a long time.
<bougyman> rubynewbie987123: my boss LOVES rubymine
<bnagy> rbx I'm doubtful
<rubynewbie987123> I am on mac
<bougyman> I just use vim with some good plugins.
<rubynewbie987123> rubymine
<bougyman> rubymine doesn't look horrible, though, even to a cavemen like me.
<bougyman> other devs at my co. use textmate
<rubynewbie987123> ah.. its a plugin on intelij
<rubynewbie987123> I have used eclipse for so long that its such an effort trying to switch over to intellij
<bougyman> i'm a vimmer, wouldn't know
<rubynewbie987123> to be honest, I am trying out emacs, and so far its got to be the most amazing editor I have used.
<bougyman> I did emacs for quite a while when I was coding lisp full-time.
<bougyman> I had surgery for rss.
<bougyman> no B.S.
amjibaly has joined #ruby-lang
<rubynewbie987123> emacs rocks my world
<bougyman> I becaame a vimmer after that.
<rubynewbie987123> really?
<bougyman> yes, really.
<rubynewbie987123> sorry to hear that.. but I think I do get the hang of it now
<rubynewbie987123> I find it useful to bind the CTRL key to caps lock, and then it becomes less painful to use
<rubynewbie987123> vim is really cool, and for anyone having spent enough time in *nix shells, you kinda need to use it, as its usually the default on most systems
<rubynewbie987123> bougyman, awesome :)
<rubynewbie987123> yeah I got into emacs after trying to learn me some clojure
<rubynewbie987123> as that was one of the recommended IDEs
<bougyman> s/IDE/OS/
<rubynewbie987123> actually, I agree
<rubynewbie987123> yes :)
<rubynewbie987123> so are you a vim'ja then, churning out vim tricks like a samurai cutting bamboo
<rubynewbie987123> anyhow, nice talking with you bougyman
JetsekaiYori has joined #ruby-lang
<rubynewbie987123> I will be coming in now and then, to say hi and probably looking for some more ruby wisdom
<rubynewbie987123> thanks for making an anonymous newbie made welcome
<rubynewbie987123> cheers
rubynewbie987123 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
workmad3 has quit [Ping timeout: 260 seconds]
Meta5 has joined #ruby-lang
havenwood has joined #ruby-lang
havenn has joined #ruby-lang
havenn has quit [Client Quit]
xenogis has quit [Ping timeout: 240 seconds]
sent-hil has joined #ruby-lang
Meta5 has quit [Client Quit]
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
marr has quit [Read error: Connection reset by peer]
malconis has joined #ruby-lang
malconis has quit [Client Quit]
mikecmpbll has quit [Quit: i've nodded off.]
bruno- has joined #ruby-lang
malconis has joined #ruby-lang
apt-get_ has quit [Ping timeout: 255 seconds]
zenojis has joined #ruby-lang
charliesome has joined #ruby-lang
bruno- has quit [Ping timeout: 268 seconds]
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]