apeiros changed the topic of #ruby to: 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 || this channel is logged at http://irclog.whitequark.org, other public logging is prohibited
<bnagy> there a windows thing for that
lewix has quit [Remote host closed the connection]
<bnagy> jruby has something ( warbler? )
<bnagy> there's probably an MRI unixy thing but I haven't come across it
<The_NetZ> bnagy: rubyscript2exe stopped working several versions ago, afaik. and I mean for lin/win/osx, cross-platform ftw! there's a reason this machine is a triple boot :P
eVRiAL has left #ruby ["Textual IRC Client: www.textualapp.com"]
<bnagy> lots of luck
<The_NetZ> yeah =_=
agjacome has quit [Ping timeout: 264 seconds]
Mongey has quit [Quit: Mongey]
barratt has joined #ruby
<The_NetZ> I have something already for that, but I was wondering if there was some 'holy bible' for the procedings :P
<The_NetZ> anywho, later. store run.
joelroa has quit [Ping timeout: 264 seconds]
Megtastique has quit []
<lagweezle> Hmm. I know wrong channel, sort of, but I do NOT want to put bits for rails from public/assets/thingy-<what looks like a hash>.* into version control?
<Rylee> (Thread.list - [Thread.main]).first(500).each(&:exit)
havenwood has quit [Remote host closed the connection]
<lagweezle> Ruby on Rails btw.
<Rylee> This feels so wrong and yet so right at the same time.
<bnagy> lagweezle: if you know it's the wrong channel, why ask?
lewix has joined #ruby
havenwood has joined #ruby
Matriks has quit [Remote host closed the connection]
<lagweezle> bnagy: Because often folks in here know the answer.
<lagweezle> I'm also failing to recall the proper channel name.
<bnagy> which would be the same folks who would be in #rubyonrails
Matriks has joined #ruby
<lagweezle> Ah. Thank you.
Mongey has joined #ruby
hfp is now known as hfp`away
<lagweezle> And yeah, there is a lot of cross population.
<whomp_> any really popular ruby gui libraries? i'm looking at freightrain and visual ruby right now, but i can't find any apps made using them. makes it hard to trust them for a big project
<bnagy> never heard of either
lewix has quit [Remote host closed the connection]
<bnagy> afaik *nix people tend to go gtk
<bnagy> jruby people use java stuff
<bnagy> windows people.. uh...
dingus_khan has joined #ruby
iliketur_ has joined #ruby
<pontiki3> shoes seems popular
iliketur_ has quit [Read error: Connection reset by peer]
<pontiki3> idk if that's gtk or not
<bnagy> but it's a toy, right?
<pontiki3> shoes?
havenwood has quit [Ping timeout: 240 seconds]
<bnagy> like, it's explicitly For Kids
<pontiki3> i don't know
<whomp_> shoes is built by why
<Nyyx> whomp_: gtk2?
srji_ has joined #ruby
<pontiki3> hahaha good 'ruby shoes'
<whomp_> they all sound cool but i need to see some proof that they're good
<Nyyx> or swing is stable if you can stand using jruby
<whomp_> anything that'll work with windows and linux
Matriks has quit [Ping timeout: 264 seconds]
<Nyyx> whomp_: ruby-gnome is active and their gtk2 binding works well
<pontiki3> there: http://shoesrb.com/
<Nyyx> gtk3 still needs some work because I can't use it on my mac. Only works on linux atm I believe
vlad_sta_ has quit [Remote host closed the connection]
<Nyyx> shoes is not professional
<bnagy> if you throw windows into the mix then imvho I'd go swing
vlad_starkov has joined #ruby
<bnagy> only because of windows gtk horror stories
iliketurtles has quit [Ping timeout: 252 seconds]
<bnagy> and windows apps that look like sauteed ass
<whomp_> mm
<lagweezle> whomp_: evil mac hater! ;)
<Nyyx> deluge works fine on windows and it's python + gtk
<whomp_> haha i gotta build for the customers
<lagweezle> bnagy: Isn't that the case for MOST windows apps? ;)
<bnagy> I thought they were all webapps now :)
jonah_k has quit [Remote host closed the connection]
rootshift has quit [Quit: My MacBook has decided to go to sleep. Zzzz..]
<whomp_> haha yeah web is sounding pretty solid right now
srji has quit [Ping timeout: 252 seconds]
<whomp_> thx for the advice
<bnagy> it's a totally feasible option these days
predator117 has quit [Ping timeout: 264 seconds]
Salve has joined #ruby
<bnagy> I just don't know any web > 2001 so I wouldn't do it personally
hiyosi has joined #ruby
<lagweezle> Huh. I'll have to keep http://shoesrb.com/ in mind for when I want a quick GUI-ey thingy for my own toys.
Salve_ has quit [Ping timeout: 240 seconds]
jonah_k has joined #ruby
codabrink has quit [Ping timeout: 252 seconds]
recursive has quit [Ping timeout: 252 seconds]
Xeago_ has quit [Remote host closed the connection]
AndChat569025 has joined #ruby
AndChat569025 has quit [Client Quit]
m00nlight has joined #ruby
armyriad has quit [Ping timeout: 252 seconds]
kotakotakota has joined #ruby
vlad_starkov has quit [Remote host closed the connection]
hiyosi has quit [Ping timeout: 240 seconds]
Hanmac has joined #ruby
adurity has joined #ruby
absolutezeroff has quit [Remote host closed the connection]
Hanmac1 has quit [Ping timeout: 264 seconds]
kenneth has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
chuk has quit [Quit: This computer has gone to sleep]
<jhass> uh, https://bugs.ruby-lang.org/issues/9578 that one hurts
tylerkern has joined #ruby
tylerkern has left #ruby [#ruby]
tylerkern has joined #ruby
predator117 has joined #ruby
_bart has quit [Remote host closed the connection]
John_John_ has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
Jetchisel has quit [Quit: "Unfortunately time is always against us" -- *Morpheus*]
kenneth has joined #ruby
<tylerkern> Hi everyone. I'm new to ruby and I'm trying to implement a Topological sort. I'm not quite sure what I'm doing wrong, but I know I'm close. Anyone willing to help? Thanks. https://gist.github.com/tylerkern/9299841
prionic has quit [Ping timeout: 264 seconds]
jlast has joined #ruby
<centrx> Do you have an error message?
<tylerkern> I'm getting unexpected output. [3, 5, 7, 3, 5, 7]
<tylerkern> I would expect [5, 3, 7, 8, 11, 9, 2, 10]
<apeiros> tylerkern: you know that ruby has a TSort in its stdlib?
mostlybadfly has joined #ruby
<tylerkern> Yeah. It's for a class.
zz_jrhorn424 is now known as jrhorn424
<apeiros> k
rootshift has joined #ruby
Sirupsen has quit [Quit: Textual IRC Client: www.textualapp.com]
x77686d has joined #ruby
x77686d has quit [Client Quit]
jlast has quit [Ping timeout: 240 seconds]
xlogic has quit [Remote host closed the connection]
Devanon has joined #ruby
Nirgali42 has joined #ruby
armyriad has joined #ruby
JZTech101 has quit [Remote host closed the connection]
mneorr has quit [Remote host closed the connection]
mneorr has joined #ruby
SegFaultAX has quit [Excess Flood]
lentil_ has joined #ruby
mikepack has joined #ruby
Xuisce has quit [Quit: Leaving...]
lentil_ has quit [Client Quit]
SegFaultAX has joined #ruby
mneorr has quit [Ping timeout: 240 seconds]
Geniack has joined #ruby
<mr-rich> Anyone here note the passing of Jim Weirich?
VTLob has quit [Quit: VTLob]
Geniack_ has quit [Ping timeout: 240 seconds]
<apeiros> mr-rich: of course
* apeiros off to sleep, n8
apeiros has quit [Remote host closed the connection]
Nirgali42 has quit [Ping timeout: 264 seconds]
Salve has quit [Remote host closed the connection]
sensen has joined #ruby
apeiros has joined #ruby
v1n has joined #ruby
<mr-rich> I knew him when I lived in Cincinnati
torzech_ has quit [Quit: BRB]
Hanmac1 has joined #ruby
koell has joined #ruby
Hanmac has quit [Ping timeout: 240 seconds]
Mongey has quit [Ping timeout: 264 seconds]
rootshift has quit [Quit: My MacBook has decided to go to sleep. Zzzz..]
banister has quit [Ping timeout: 264 seconds]
timonv has joined #ruby
banister has joined #ruby
ravster has left #ruby [#ruby]
joelroa has joined #ruby
mneorr has joined #ruby
rahult is now known as rahult_
timonv has quit [Ping timeout: 240 seconds]
jonah_k has quit [Remote host closed the connection]
zxq9 has quit [Quit: Konversation terminated!]
havenwood has joined #ruby
jonah_k has joined #ruby
thesheff17 has joined #ruby
joelroa has quit [Ping timeout: 241 seconds]
iliketurtles has joined #ruby
AlSquirikou has quit [Quit: This computer has gone to sleep]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yasushi has joined #ruby
zxq9 has joined #ruby
jhass is now known as jhass|off
robustus has quit [Ping timeout: 252 seconds]
workmad3 has quit [Ping timeout: 240 seconds]
kloeri has quit [Remote host closed the connection]
Hanmac has joined #ruby
tylerkern has quit [Quit: tylerkern]
robustus has joined #ruby
Mongey has joined #ruby
BWStearn1 has joined #ruby
sparrovv has quit [Remote host closed the connection]
yasushi has quit [Ping timeout: 252 seconds]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Hanmac1 has quit [Ping timeout: 252 seconds]
mocfive has quit [Remote host closed the connection]
binaryhat has quit [Quit: Leaving]
toddbranch has quit [Ping timeout: 264 seconds]
kloeri has joined #ruby
Devanon has left #ruby ["WeeChat 0.4.2"]
vertroa has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hiyosi has joined #ruby
yubrew has joined #ruby
npearson has joined #ruby
sdouglas has joined #ruby
havenwood has quit [Ping timeout: 240 seconds]
vlad_starkov has joined #ruby
binaryhat has joined #ruby
Speed has quit [Quit: When two people dream the same dream, it ceases to be an illusion.]
brucele_ has joined #ruby
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
JZTech101 has joined #ruby
axsuul has joined #ruby
itadder has joined #ruby
hiyosi has quit [Ping timeout: 264 seconds]
Waheedi has quit [Quit: Waheedi]
mikepack has quit [Remote host closed the connection]
yubrew has quit [Ping timeout: 240 seconds]
adurity has quit [Remote host closed the connection]
sdouglas has quit [Ping timeout: 265 seconds]
IceDragon has quit [Ping timeout: 240 seconds]
axsuul has quit [Read error: Connection reset by peer]
IceDragon has joined #ruby
vlad_starkov has quit [Ping timeout: 252 seconds]
Wolland has joined #ruby
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
axsuul has quit [Read error: Connection reset by peer]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
randomnick_ has quit [Quit: Leaving]
Mongey has quit [Ping timeout: 252 seconds]
axsuul has joined #ruby
axsuul has quit [Read error: Connection reset by peer]
ktosiek has quit [Ping timeout: 252 seconds]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
jrhorn424 is now known as zz_jrhorn424
axsuul has quit [Max SendQ exceeded]
snath has quit [Ping timeout: 240 seconds]
jlast has joined #ruby
thumpba has quit [Remote host closed the connection]
recursive has joined #ruby
axsuul has joined #ruby
IceDragon has quit [Quit: Space~~~]
ws2k33 has quit [Ping timeout: 256 seconds]
axsuul has quit [Read error: Connection reset by peer]
axsuul has joined #ruby
pfg has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
jlast has quit [Ping timeout: 264 seconds]
axsuul has joined #ruby
npearson has quit [Remote host closed the connection]
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
chrisseaton has quit []
robbyoconnor has joined #ruby
The_NetZ has left #ruby ["For a good time, try: 'curl -L http://bit.ly/10hA8iC | bash' ;)"]
axsuul has joined #ruby
mocfive has joined #ruby
axsuul has quit [Max SendQ exceeded]
fedesilv_ has joined #ruby
axsuul has joined #ruby
BWStearn1 has quit [Quit: Lost terminal]
axsuul has quit [Read error: Connection reset by peer]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
Notte has quit []
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
fedesilva has quit [Ping timeout: 240 seconds]
wiku5_ has joined #ruby
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
recursive has quit [Ping timeout: 240 seconds]
axsuul has joined #ruby
dh64 has joined #ruby
axsuul has quit [Max SendQ exceeded]
dingus_khan has quit [Remote host closed the connection]
snath has joined #ruby
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
DropsOfSerenity has joined #ruby
axsuul has joined #ruby
tbrock has quit [Quit: Computer has gone to sleep.]
axsuul has quit [Max SendQ exceeded]
jamto11 has joined #ruby
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
itadder has quit [Remote host closed the connection]
axsuul has joined #ruby
itadder has joined #ruby
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
itadder has quit [Ping timeout: 264 seconds]
robbyoconnor has quit [Excess Flood]
axsuul has joined #ruby
rm_ has quit [Remote host closed the connection]
axsuul has quit [Read error: Connection reset by peer]
robbyoconnor has joined #ruby
tvw has quit []
rm_ has joined #ruby
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
axsuul has quit [Read error: Connection reset by peer]
newber has joined #ruby
rootshift has joined #ruby
mneorr has quit [Remote host closed the connection]
rm__ has joined #ruby
mneorr has joined #ruby
tbrock has joined #ruby
<newber> hello
rm_ has quit [Read error: Connection reset by peer]
sensen has quit [Ping timeout: 252 seconds]
<newber> I am trying to learn the aspects of manipulating folders and directories, where can I start?
axsuul has joined #ruby
robbyoconnor has quit [Ping timeout: 240 seconds]
mneorr has quit [Ping timeout: 252 seconds]
sailias has quit [Ping timeout: 240 seconds]
<newber> I am trying to learn the aspects of manipulating folders and directories, where can I start?
Hanmac has quit [Ping timeout: 264 seconds]
Hanmac has joined #ruby
PLejeck is now known as nuck
joelroa has joined #ruby
braincra- has joined #ruby
kenneth has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
binaryhat has quit [Quit: Leaving]
robbyoconnor has joined #ruby
mikepack has joined #ruby
braincrash has quit [Ping timeout: 240 seconds]
cashnguns has quit [Remote host closed the connection]
joelroa has quit [Ping timeout: 264 seconds]
mneorr has joined #ruby
havenwood has joined #ruby
binaryhat has joined #ruby
JDHankle has quit [Remote host closed the connection]
mneorr has quit [Client Quit]
meatherly has joined #ruby
adurity has joined #ruby
jonah_k has quit [Remote host closed the connection]
yubrew has joined #ruby
Celm has joined #ruby
atno__ has quit [Remote host closed the connection]
koell has quit [Ping timeout: 264 seconds]
jonah_k has joined #ruby
atno has joined #ruby
tylersmith has quit [Remote host closed the connection]
tylersmith has joined #ruby
<centrx> newber, Look in the documentation for the standard library
<centrx> newber, "File", "FileUtils", "Pathname" are some main ones
<newber> can you give me a link please.
<newber> I have no idea where to go look, etc.
yubrew has quit [Ping timeout: 240 seconds]
Waheedi has joined #ruby
<centrx> newber, Usually just search for [ruby file], [ruby fileutils], [ruby array], [ruby hash], ec.
<centrx> etc
<newber> centrx, I should be able to learn about the command prompt what it is etc from this?
<newber> and how to manipulate folders etc?
rm__ has quit [Remote host closed the connection]
<centrx> What command prompt?
rm_ has joined #ruby
bogeyd6 has joined #ruby
whomp_ has quit [Ping timeout: 264 seconds]
whomp has joined #ruby
<newber> just about the command prompt. I use windows. I want to learn commands how to move files, etc.
rootshift has quit [Quit: My MacBook has decided to go to sleep. Zzzz..]
tylersmith has quit [Ping timeout: 240 seconds]
<centrx> newber, Assuming you are using Linux
<centrx> Linux / bash
sdouglas has joined #ruby
oso|away is now known as oso96_2000
<newber> I use windows.
havenwood has quit [Remote host closed the connection]
Deele has quit [Ping timeout: 244 seconds]
Hanmac has quit [Ping timeout: 252 seconds]
havenwood has joined #ruby
sensen has joined #ruby
rootshift has joined #ruby
pfg has joined #ruby
nisstyre has quit [Quit: WeeChat 0.4.3]
<centrx> newber, I am not sure what you are looking for. This is a channel for the Ruby programming language. Ruby has standard libraries for file manipulation and traversing directories.
<centrx> newber, Look up MS-DOS commands
mikepack has quit [Remote host closed the connection]
<newber> what channel do I go to learn computer stuff. I want to learn computer basics.
robbyoconnor has quit [Ping timeout: 240 seconds]
<centrx> newber, /join #windows
<newber> ok ty
rm_ has quit [Ping timeout: 264 seconds]
rm__ has joined #ruby
n88 has quit [Write error: Broken pipe]
bobdobbs has quit [Write error: Broken pipe]
pontiki3 has quit [Remote host closed the connection]
mikepack has joined #ruby
Kricir has quit [Remote host closed the connection]
npearson has joined #ruby
bobdobbs has joined #ruby
bobdobbs` has joined #ruby
pontiki3 has joined #ruby
Hanmac has joined #ruby
charliesome has joined #ruby
sdouglas has quit [Ping timeout: 264 seconds]
binaryhat has quit [Quit: Leaving]
havenwood has quit [Ping timeout: 252 seconds]
n88 has joined #ruby
paradisaeidae has joined #ruby
ctp has quit [Quit: Leaving...]
ctp has joined #ruby
Kricir has joined #ruby
ctp_ has joined #ruby
slackerman has joined #ruby
lewix has joined #ruby
ctp- has joined #ruby
Salve has joined #ruby
ctp has quit [Ping timeout: 252 seconds]
jlast has joined #ruby
sailias has joined #ruby
rahult_ is now known as rahult
ctp_ has quit [Ping timeout: 264 seconds]
ctp- has quit [Ping timeout: 240 seconds]
<slackerman> hey guys, trying to setup a cronjob where is the cap command binary located?
jlast has quit [Ping timeout: 240 seconds]
axsuul has quit [Ping timeout: 264 seconds]
Shidash has joined #ruby
jamto11 has quit [Remote host closed the connection]
mercwithamouth has quit [Ping timeout: 264 seconds]
<centrx> slackerman, Probably /usr/bin or /var/lib/gems/somethingsomething/bin
nari has joined #ruby
npearson has quit [Remote host closed the connection]
x77686d has joined #ruby
sailias has quit [Ping timeout: 252 seconds]
timonv has joined #ruby
crystal77 has quit [Quit: Computer has gone to sleep.]
markisonfire has quit [Quit: markisonfire]
Kricir has quit [Remote host closed the connection]
kennym has joined #ruby
kenneth has joined #ruby
bobdobbs` has quit [Read error: Connection reset by peer]
bobdobbs has quit [Read error: Connection reset by peer]
jonah_k has quit [Remote host closed the connection]
fluve has joined #ruby
x77686d has quit [Ping timeout: 252 seconds]
hiyosi has joined #ruby
kennym has left #ruby [#ruby]
timonv has quit [Ping timeout: 252 seconds]
SegFaultAX has quit [Excess Flood]
SegFaultAX has joined #ruby
lentil has quit [Quit: leaving]
Salve has quit [Remote host closed the connection]
whomp has quit [Quit: leaving]
linduxed has quit [Ping timeout: 240 seconds]
Salve has joined #ruby
kotakotakota has quit [Ping timeout: 240 seconds]
rm__ has quit [Remote host closed the connection]
rm_ has joined #ruby
slackerman has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
linduxed has joined #ruby
thomasxie has joined #ruby
Salve_ has joined #ruby
alexju has quit [Remote host closed the connection]
joelroa has joined #ruby
p8952 has quit [Ping timeout: 264 seconds]
Salve has quit [Ping timeout: 240 seconds]
rm_ has quit [Ping timeout: 240 seconds]
thumpba has joined #ruby
yubrew has joined #ruby
joelroa has quit [Ping timeout: 240 seconds]
thumpba has quit [Remote host closed the connection]
lw_ has joined #ruby
lw_ has quit [Read error: Connection reset by peer]
lw_ has joined #ruby
ekinmur has joined #ruby
lw has quit [Read error: Connection reset by peer]
Wolland has quit [Remote host closed the connection]
yubrew has quit [Ping timeout: 264 seconds]
maximski has quit []
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
Salve_ has quit [Remote host closed the connection]
Salve has joined #ruby
kennym has joined #ruby
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
xargoon has quit [Ping timeout: 240 seconds]
axsuul has joined #ruby
axsuul has quit [Read error: Connection reset by peer]
lyanchih_ has joined #ruby
sensen has quit [Ping timeout: 252 seconds]
axsuul has joined #ruby
p8952 has joined #ruby
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
Jetchisel has joined #ruby
kennym has quit [Ping timeout: 252 seconds]
lyanchih_ has quit [Client Quit]
axsuul has joined #ruby
xargoon has joined #ruby
lyanchih has joined #ruby
kennym has joined #ruby
iliketurtles has quit [Quit: zzzzz…..]
axsuul has quit [Max SendQ exceeded]
Kricir has joined #ruby
DigitalDarwin has left #ruby [#ruby]
havenwood has joined #ruby
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
Axsuul_ has joined #ruby
Axsuul_ has quit [Max SendQ exceeded]
Waheedi has quit [Quit: Waheedi]
Axsuul_ has joined #ruby
prc has quit [Ping timeout: 240 seconds]
crystal77 has joined #ruby
Axsuul_ has quit [Max SendQ exceeded]
robbyoconnor has joined #ruby
Axsuul_ has joined #ruby
Axsuul_ has quit [Read error: Connection reset by peer]
Axsuul_ has joined #ruby
Axsuul_ has quit [Max SendQ exceeded]
axsuul has quit [Ping timeout: 252 seconds]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
jlast has joined #ruby
barratt has quit [Quit: Leaving...]
paradisaeidae has quit [Quit: ChatZilla 0.9.90.1 [Firefox 27.0.1/20140212131424]]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
rahult is now known as rahult_
Hobogrammer has quit [Ping timeout: 252 seconds]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
Kricir has quit [Ping timeout: 240 seconds]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
b00stfr3ak has joined #ruby
axsuul has joined #ruby
rm_ has joined #ruby
axsuul has quit [Read error: Connection reset by peer]
axsuul has joined #ruby
havenwood has quit [Ping timeout: 252 seconds]
ekinmur has quit []
brian_____ has quit [Quit: brian_____]
axsuul has quit [Read error: Connection reset by peer]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
crystal77 has quit [Quit: Computer has gone to sleep.]
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
eka has quit [Quit: Textual IRC Client: www.textualapp.com]
Celm has quit []
radic has quit [Ping timeout: 252 seconds]
kzrl has quit [Ping timeout: 264 seconds]
axsuul has joined #ruby
crystal77 has joined #ruby
axsuul has quit [Max SendQ exceeded]
Wolland has joined #ruby
kennym has quit [Quit: Leaving.]
morenoh159 has joined #ruby
radic has joined #ruby
<morenoh159> in sinatra how do I set the public directory to one level above where the server is being run?
<morenoh159> '..' didn't work
rm_ has quit [Ping timeout: 240 seconds]
v1n has quit [Ping timeout: 252 seconds]
recursive has joined #ruby
mlpinit has quit [Remote host closed the connection]
jamto11 has joined #ruby
Kricir has joined #ruby
zz_jrhorn424 is now known as jrhorn424
jamto11 has quit [Remote host closed the connection]
rahult_ is now known as rahult
Kricir has quit [Read error: Connection reset by peer]
<morenoh159> nvm just moved the server instead
Kricir has joined #ruby
jefflyne has quit [Ping timeout: 252 seconds]
kzrl has joined #ruby
Kricir has quit [Read error: Connection reset by peer]
Kricir has joined #ruby
<pontiki3> morenoh159: you can set where the static directory is located inside sinatra with the static declaration
lele has quit [Ping timeout: 246 seconds]
mlpinit has joined #ruby
jlast has quit [Remote host closed the connection]
<pontiki3> sorry, it's the :public_file setting
jefflyne has joined #ruby
Hanmac has quit [Ping timeout: 240 seconds]
<pontiki3> notice the bit about using a Proc
<pontiki3> that's if you set :root to something else
recursive has quit [Ping timeout: 240 seconds]
mlpinit has quit [Ping timeout: 240 seconds]
m104 has joined #ruby
confounds has joined #ruby
recurrence has joined #ruby
Kricir_ has joined #ruby
ekinmur has joined #ruby
Kricir has quit [Ping timeout: 240 seconds]
<morenoh159> pontiki3: yep I tried that, but I wanted to specify the directory one level above where the file was being run. So I tried '..' but it didn't work
Hanmac has joined #ruby
rootshift has quit [Quit: My MacBook has decided to go to sleep. Zzzz..]
SegFaultAX has quit [Excess Flood]
npearson has joined #ruby
SegFaultAX has joined #ruby
axsuul has joined #ruby
axsuul has quit [Max SendQ exceeded]
ekinmur has quit [Client Quit]
saarinen has quit [Quit: saarinen]
mikepack has quit [Remote host closed the connection]
nateberkopec has joined #ruby
thomasxie has left #ruby [#ruby]
kate_r has joined #ruby
kate_r has quit [Max SendQ exceeded]
joelroa has joined #ruby
Salve has quit [Remote host closed the connection]
v1n has joined #ruby
koell has joined #ruby
omegahm has quit [Ping timeout: 245 seconds]
braincra- has quit [Quit: bye bye]
recurrence has quit [Quit: Textual IRC Client: www.textualapp.com]
nari has quit [Ping timeout: 240 seconds]
joelroa has quit [Read error: Operation timed out]
Xuisce has joined #ruby
braincrash has joined #ruby
mlpinit has joined #ruby
NotSomeCheese is now known as mozzarella
shadoi1 has joined #ruby
x77686d has joined #ruby
Mongey has joined #ruby
mlpinit has quit [Ping timeout: 264 seconds]
jlast has joined #ruby
shadoi has quit [Ping timeout: 240 seconds]
<pontiki3> morenoh159: you can specify with something like File.expand_path("../../", root) maybe?
<pontiki3> not sure how many ../ to have
<pontiki3> not altogether sure it is a good idea to have your static directory one level above the app root, though, or even at the app root
v1n has quit [Ping timeout: 252 seconds]
jlast has quit [Ping timeout: 264 seconds]
vlad_starkov has joined #ruby
Mongey has quit [Ping timeout: 240 seconds]
agent_white has joined #ruby
kzrl has quit [Ping timeout: 264 seconds]
<agent_white> Gewd evenin.
lxsameer has joined #ruby
lxsameer has joined #ruby
n88 has quit [*.net *.split]
pontiki3 has quit [*.net *.split]
mois3x has quit [Quit: mois3x]
vlad_starkov has quit [Ping timeout: 240 seconds]
pontiki has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rm_ has joined #ruby
jtreminio has left #ruby ["Linkinus - http://linkinus.com"]
glebm has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
timonv has joined #ruby
w|t has quit [Read error: Operation timed out]
w|t has joined #ruby
rm_ has quit [Ping timeout: 264 seconds]
CaptainJet has quit []
flowerhack has joined #ruby
timonv has quit [Ping timeout: 264 seconds]
npearson has quit [Remote host closed the connection]
jamto11 has joined #ruby
n88 has joined #ruby
mikepack has joined #ruby
browndawg has joined #ruby
BackEndCoder has quit [Read error: Connection reset by peer]
rahult is now known as rahult_
jamto11 has quit [Read error: Operation timed out]
sdouglas has joined #ruby
rahult_ is now known as rahult
Hobogrammer has joined #ruby
kzrl has joined #ruby
mikepack has quit [Remote host closed the connection]
mikepack has joined #ruby
GinoMan has joined #ruby
lewix has quit [Remote host closed the connection]
SegFaultAX has quit [Excess Flood]
myst3r10n has quit [Quit: WeeChat 0.4.2]
SegFaultAX has joined #ruby
kotakotakota has joined #ruby
kotakotakota has quit [Client Quit]
Xuisce has quit [Quit: Leaving...]
lxsameer has quit [Ping timeout: 264 seconds]
agent_white has left #ruby [#ruby]
davedev24 has quit [Remote host closed the connection]
mikepack has quit [Ping timeout: 264 seconds]
nisstyre has joined #ruby
SHyx0rmZ has quit [Quit: ネウロイを負かさなきゃならないね]
DropsOfSerenity has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
crystal77 has quit [Quit: Computer has gone to sleep.]
lewix has joined #ruby
x77686d has quit [Quit: x77686d]
dodosan has joined #ruby
DropsOfSerenity has joined #ruby
armyriad has quit [Ping timeout: 240 seconds]
orangejuicejames has joined #ruby
agent_white has joined #ruby
agent_white has left #ruby [#ruby]
orangejuicejames is now known as orangejuicejame
m104 has quit [Quit: brb]
axsuul has joined #ruby
joelroa has joined #ruby
armyriad has joined #ruby
orangejuicejame has quit [Client Quit]
dingus_khan has joined #ruby
pontiki has quit [Remote host closed the connection]
dingus_khan has quit [Remote host closed the connection]
joelroa has quit [Ping timeout: 264 seconds]
jlast_ has joined #ruby
lxsameer has joined #ruby
Jake232 has joined #ruby
rahult is now known as rahult_
agarie has quit [Remote host closed the connection]
gnephiak has joined #ruby
m104 has joined #ruby
sparrovv has joined #ruby
mlpinit has joined #ruby
northfurr has joined #ruby
Salve has joined #ruby
lxsameer has quit [Ping timeout: 264 seconds]
sparrovv has quit [Ping timeout: 264 seconds]
mlpinit has quit [Ping timeout: 240 seconds]
kobain has quit [Ping timeout: 256 seconds]
duythinht has joined #ruby
kobain has joined #ruby
kobain has quit [Changing host]
kobain has joined #ruby
<newber> I have a question.
<newber> Before I ask is anyone active still?
<newber> I guess not, I will ask tomorrow.
Salve has quit [Ping timeout: 252 seconds]
<duythinht> i'm available to you
agjacome has joined #ruby
fulgore_ has quit []
<confounds> newber better to just ask
<newber> I understand but I would like people's attention.
pfg has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<newber> Anyway, what is the difference between ruby and ruby on rails.
<duythinht> ruby is programming language
<confounds> ruby is a language, rails is software that uses that language
<newber> I was told that ruby is sequential or whatever the hell that means and rails is for framework and online applications.
<duythinht> & rails is a web framework based on ruby
<newber> what does it mean if ruby is sequential?
<newber> what is a web framework?
<duythinht> web framework is a framework, which support to make a website
nari has joined #ruby
<duythinht> framework is a collection of libraries
<newber> What is a framework?
<duythinht> which help you connect to database
<confounds> lol
<duythinht> handle connection from browser & response data to it
<newber> libraries, what are those. Can I get some code of framework or whatever, I am confused and lost.
<confounds> newber you should really do at least a bit of reading on your own
<duythinht> zzz
<confounds> sounds like you haven't read anything
<newber> Well I am learning basic ruby stuff so does that count?
<confounds> and aren't motivated to do so either
<newber> I am waiting for a book at the library, my local one.
<confounds> sure, but you also have access to the internet
tolstoi has quit [Ping timeout: 245 seconds]
<newber> Um excuse me I am reading something in the meanwhile
<confounds> so use that :)
<confounds> you're asking for some very basic definitions
<duythinht> newber: you know any other programming language?
<confounds> maybe you should use some additional resources
<newber> Now if you excuse me, you should just give what people like.
<newber> duythinht, nope. A little python and that's it. I am out, bye bye
tgkokk has joined #ruby
<confounds> lol
newber has quit [Quit: Page closed]
<duythinht> I don't know, is it trolled?
lxsameer has joined #ruby
<confounds> duythinht he's trolling
<duythinht> lol, a bad day
<confounds> heheh. same guy was here yesterday
confounds has quit [Quit: Textual IRC Client: www.textualapp.com]
fedesilv_ has quit [Remote host closed the connection]
duythinht has quit [Remote host closed the connection]
kzrl has quit [Ping timeout: 264 seconds]
Hanmac1 has joined #ruby
recursive has joined #ruby
rm_ has joined #ruby
brucele_ has quit [Ping timeout: 252 seconds]
Hanmac has quit [Ping timeout: 252 seconds]
jefflyne has quit [Ping timeout: 264 seconds]
incade has joined #ruby
jefflyne has joined #ruby
JBreit has quit [Read error: Connection reset by peer]
jackneill has joined #ruby
rippa has joined #ruby
m104 has quit [Quit: bye]
rm_ has quit [Ping timeout: 264 seconds]
npearson has joined #ruby
mansi has quit [Read error: Connection reset by peer]
mansi has joined #ruby
tolstoi has joined #ruby
tolstoi has quit [Changing host]
tolstoi has joined #ruby
Vivekananda has quit [Read error: Connection reset by peer]
fluve has quit [Remote host closed the connection]
td123 has joined #ruby
JBreit has joined #ruby
<td123> hello, I'm trying to compile ruby 2.1.1 and I'm getting the following error: http://pastie.org/pastes/8816275/text
<td123> Does anyone know where Function is defined?
recursive has quit [Ping timeout: 240 seconds]
yubrew has joined #ruby
saarinen has joined #ruby
pfg has joined #ruby
recursive has joined #ruby
duythinht has joined #ruby
mansi has quit [Remote host closed the connection]
`MArceLL` has quit [Remote host closed the connection]
mansi has joined #ruby
`MArceLL` has joined #ruby
snuffeluffegus has joined #ruby
npearson has quit [Remote host closed the connection]
yubrew has quit [Ping timeout: 264 seconds]
maletor has joined #ruby
npearson has joined #ruby
recursive has quit [Ping timeout: 252 seconds]
SegFaultAX has quit [Excess Flood]
thesheff17 has quit [Ping timeout: 264 seconds]
<duythinht> clear
saarinen has quit [Quit: saarinen]
adurity has quit [Remote host closed the connection]
gnephiak has quit [Read error: Connection reset by peer]
mansi has quit [Ping timeout: 240 seconds]
SegFaultAX has joined #ruby
`MArceLL` has quit [Ping timeout: 246 seconds]
npearson has quit [Ping timeout: 240 seconds]
iliketurtles has joined #ruby
`MArceLL` has joined #ruby
sepp2k1 has quit [Read error: Connection reset by peer]
adurity has joined #ruby
lw_ has quit [Quit: s]
kzrl has joined #ruby
robbyoconnor has quit [Ping timeout: 264 seconds]
tgkokk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<td123> centrx: hah, thanks. I actually managed to figure out the correct type and patch it :)
dgfdgf has joined #ruby
browndawg has quit [Quit: Leaving.]
`MArceLL` has quit [Ping timeout: 246 seconds]
dgfdgf is now known as `MArceLL`
joelroa has joined #ruby
adurity has quit [Remote host closed the connection]
<td123> at least I know i got it right and can document the patch with a bug report
deepender has joined #ruby
<deepender> class Foo, def self.something(*args); new(*args).something; end; end;
<deepender> Anyone can tell, what is the purpose of this code, like what this new(*args).something will do?
kotk has joined #ruby
agent_white has joined #ruby
joelroa has quit [Ping timeout: 240 seconds]
noop has joined #ruby
monkegjinni has joined #ruby
<centrx> deepender, something is a class method. It calls the inherent new method on the class.
<deepender> centrx:
<centrx> I don't think that code would work as is
`MArceLL` has quit [Remote host closed the connection]
`MArceLL` has joined #ruby
<deepender> Why we do that
<deepender> ?
GinoMan has quit [Ping timeout: 240 seconds]
<deepender> Yes, it does not work
tgkokk has joined #ruby
tgkokk has quit [Max SendQ exceeded]
mlpinit has joined #ruby
<centrx> deepender, Then you wouldn't do it
<deepender> centrx, thanks
jlast_ has quit [Remote host closed the connection]
`MArceLL` has quit [Remote host closed the connection]
`MArceLL` has joined #ruby
mlpinit has quit [Ping timeout: 264 seconds]
sree has joined #ruby
tylersmith has joined #ruby
JBreit has left #ruby ["Leaving"]
Wolland has quit [Remote host closed the connection]
axsuul has quit [Ping timeout: 240 seconds]
Avahey has quit [Quit: Connection closed for inactivity]
jrhorn424 is now known as zz_jrhorn424
m00nlight_ has joined #ruby
m00nlight has quit [Ping timeout: 252 seconds]
npearson has joined #ruby
tylersmith has quit [Remote host closed the connection]
tylersmith has joined #ruby
timonv has joined #ruby
nateberkopec has quit [Quit: Leaving...]
timonv has quit [Ping timeout: 240 seconds]
ndrei has quit [Ping timeout: 252 seconds]
klaut has joined #ruby
decoponio has joined #ruby
Hanmac has joined #ruby
Hanmac1 has quit [Ping timeout: 252 seconds]
ndrei has joined #ruby
robbyoconnor has joined #ruby
dseitz has joined #ruby
adurity has joined #ruby
markisonfire has joined #ruby
npearson has quit [Remote host closed the connection]
m00nlight_ has quit [Read error: Connection reset by peer]
maletor has quit [Quit: Computer has gone to sleep.]
npearson has joined #ruby
adurity has quit [Read error: Connection reset by peer]
kzrl has quit [Ping timeout: 240 seconds]
Rollabunna has joined #ruby
sree has quit []
lukec has quit [Quit: lukec]
m00nlight_ has joined #ruby
npearson has quit [Ping timeout: 240 seconds]
sigurding has joined #ruby
yubrew has joined #ruby
Rollabunna has quit [Remote host closed the connection]
Rollabunna has joined #ruby
Jake232 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yubrew has quit [Ping timeout: 240 seconds]
brucele_ has joined #ruby
nomenkun has joined #ruby
slainer68_ftw has joined #ruby
<slainer68_ftw> hi
<slainer68_ftw> i've got an array of arrays called "a" and i would like to calculate the intersection of all the arrays in "a" in one line. how i can do that? thanks.
weems is now known as DrSkinnerConditi
zeade has quit [Quit: zeade]
Hanmac1 has joined #ruby
endash_ has quit [Quit: endash_]
<slainer68_ftw> found myself : a.inject(&:&)
<slainer68_ftw> :)
npearson has joined #ruby
Hanmac has quit [Ping timeout: 264 seconds]
mary5030 has joined #ruby
<centrx> ooo inject(&:&)
<centrx> that's a good one
<slainer68_ftw> yup
<slainer68_ftw> > [[1,2,3], [3,7]].inject(&:&)
<slainer68_ftw> => [3]
SegFaultAX has quit [Excess Flood]
amclain has quit [Quit: Leaving]
SegFaultAX has joined #ruby
kzrl has joined #ruby
monkegjinni has quit [Remote host closed the connection]
centrx has quit [Quit: All this computer hacking is making me thirsty]
monkegjinni has joined #ruby
alexju has joined #ruby
aryaching has joined #ruby
dseitz has quit [Quit: Textual IRC Client: www.textualapp.com]
monkegjinni has quit [Ping timeout: 240 seconds]
dseitz has joined #ruby
npearson has quit [Remote host closed the connection]
rm_ has joined #ruby
wsq has joined #ruby
brunops has joined #ruby
npearson has joined #ruby
joelroa has joined #ruby
brunops has quit [Client Quit]
kitak has joined #ruby
wsq has left #ruby [#ruby]
emergion has joined #ruby
thesheff17 has joined #ruby
armyriad has quit [Ping timeout: 240 seconds]
lyanchih has quit [Quit: lyanchih]
rm_ has quit [Ping timeout: 240 seconds]
Jetchisel has left #ruby ["Unfortunately time is always against us -- *Morpheus*"]
ericmathison has joined #ruby
npearson has quit [Ping timeout: 240 seconds]
joelroa has quit [Ping timeout: 240 seconds]
OdNairy has joined #ruby
x77686d has joined #ruby
aryaching_ has joined #ruby
agent_white has quit [Quit: leaving]
`MArceLL` has quit [Remote host closed the connection]
`MArceLL` has joined #ruby
Jetchisel has joined #ruby
aryaching has quit [Ping timeout: 240 seconds]
mlpinit has joined #ruby
sdouglas has quit [Remote host closed the connection]
x77686d has quit [Ping timeout: 264 seconds]
DrSkinnerConditi is now known as Weems
slainer68_ftw has quit [Ping timeout: 264 seconds]
mlpinit has quit [Ping timeout: 240 seconds]
sdouglas_ has joined #ruby
robbyoconnor has quit [Ping timeout: 264 seconds]
sputnik13 has joined #ruby
gnephiak has joined #ruby
flowerhack has quit [Remote host closed the connection]
vlad_starkov has joined #ruby
nism has joined #ruby
incade has quit [Remote host closed the connection]
kobain has quit []
npearson has joined #ruby
deepender has quit [Ping timeout: 240 seconds]
thesheff17 has quit [Ping timeout: 264 seconds]
leonidlm has joined #ruby
Wolland has joined #ruby
vlad_starkov has quit [Ping timeout: 264 seconds]
kzrl has quit [Ping timeout: 240 seconds]
npearson has quit [Ping timeout: 252 seconds]
Wolland has quit [Ping timeout: 240 seconds]
noop has quit [Ping timeout: 240 seconds]
mostlybadfly has quit [Quit: Connection closed for inactivity]
npearson has joined #ruby
noop has joined #ruby
yubrew has joined #ruby
Kricir_ has quit [Remote host closed the connection]
adurity has joined #ruby
mary5030 has quit [Remote host closed the connection]
armyriad has joined #ruby
Avahey has joined #ruby
thumpba has joined #ruby
yubrew has quit [Ping timeout: 264 seconds]
npearson has quit [Ping timeout: 264 seconds]
Hobogrammer has quit [Ping timeout: 264 seconds]
aces1up9939 has quit []
adurity has quit [Ping timeout: 240 seconds]
deepender has joined #ruby
Hobogrammer has joined #ruby
robert_ has quit [Read error: Connection reset by peer]
chuk has joined #ruby
thumpba has quit [Ping timeout: 264 seconds]
srji has joined #ruby
m00nlight__ has joined #ruby
m00nlight_ has quit [Ping timeout: 264 seconds]
MatthewsFace has quit [Quit: This computer has gone to sleep]
brucele_ has quit [Ping timeout: 264 seconds]
srji_ has quit [Ping timeout: 252 seconds]
arietis has joined #ruby
yasushi has joined #ruby
mansi_ has joined #ruby
bricker`LA has quit [Quit: leaving]
nouitfvf has joined #ruby
jonah_k has joined #ruby
dodosan has quit [Remote host closed the connection]
mansi_ has quit [Ping timeout: 240 seconds]
goldenwest has joined #ruby
<goldenwest> Can someone explain the commas in this line: encoding, = $1,Encoding.find($1) if $1
lele has joined #ruby
tgkokk has joined #ruby
aryaching_ has quit [Ping timeout: 240 seconds]
m00nlight has joined #ruby
m00nlight__ has quit [Ping timeout: 264 seconds]
recursive has joined #ruby
banister has joined #ruby
jsilver-ipod has joined #ruby
jsilver-ipod has quit [Client Quit]
rm_ has joined #ruby
joelroa has joined #ruby
recursive has quit [Ping timeout: 252 seconds]
sdouglas_ has quit [Remote host closed the connection]
m00nlight has quit [Quit: Konversation terminated!]
elimS has joined #ruby
joelroa has quit [Ping timeout: 240 seconds]
timonv has joined #ruby
george2 has quit [Ping timeout: 264 seconds]
rm_ has quit [Ping timeout: 252 seconds]
mlpinit has joined #ruby
brucele_ has joined #ruby
pfg has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
timonv has quit [Ping timeout: 264 seconds]
mlpinit has quit [Ping timeout: 264 seconds]
tylersmith has quit [Remote host closed the connection]
tylersmith has joined #ruby
Hanmac has joined #ruby
iliketurtles has quit [Quit: zzzzz…..]
speckle has quit [Ping timeout: 240 seconds]
Hanmac1 has quit [Ping timeout: 264 seconds]
Hanmac1 has joined #ruby
tylersmith has quit [Ping timeout: 264 seconds]
Hanmac has quit [Ping timeout: 240 seconds]
shaileshg has joined #ruby
yubrew has joined #ruby
sensen has joined #ruby
goganchic has joined #ruby
xbob has joined #ruby
yubrew has quit [Ping timeout: 264 seconds]
v1n has joined #ruby
npearson has joined #ruby
wiku5_ has quit [Ping timeout: 264 seconds]
adurity has joined #ruby
guilleiguaran has quit [Quit: Connection closed for inactivity]
brucele_ has quit [Ping timeout: 252 seconds]
npearson has quit [Ping timeout: 240 seconds]
DanielRb has joined #ruby
<DanielRb> Hi
<DanielRb> Hi
DanielRb has left #ruby [#ruby]
oso96_2000 is now known as oso|away
adurity has quit [Ping timeout: 240 seconds]
sigurding has quit [Quit: sigurding]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
inversesquarelaw has quit [Quit: rm -rf /]
morenoh159 has quit [Ping timeout: 252 seconds]
dodosan has joined #ruby
alexju has quit [Remote host closed the connection]
yasushi has quit [Remote host closed the connection]
alexju has joined #ruby
kenndel_ has joined #ruby
marcdel has quit []
kenndel has quit [Ping timeout: 265 seconds]
alexju has quit [Read error: Operation timed out]
sigurding has joined #ruby
moeSeth_ has joined #ruby
v1n has quit [Ping timeout: 252 seconds]
andrewlio has joined #ruby
elimS has quit []
cdime has quit [Remote host closed the connection]
Guest94360 has quit [Read error: Connection reset by peer]
andy__ has joined #ruby
emergion has quit [Ping timeout: 260 seconds]
phansch has joined #ruby
charliesome has joined #ruby
claymore has joined #ruby
tylersmith has joined #ruby
Matriks has joined #ruby
sigurding has quit [Quit: sigurding]
lewix has quit [Remote host closed the connection]
andy__ has quit [Read error: Connection reset by peer]
andy__ has joined #ruby
joelroa has joined #ruby
sdouglas has joined #ruby
twiceaday has quit [Ping timeout: 240 seconds]
twiceaday has joined #ruby
dodosan has quit [Remote host closed the connection]
rm_ has joined #ruby
b00stfr3ak has quit [Ping timeout: 240 seconds]
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby
joelroa has quit [Ping timeout: 252 seconds]
markisonfire has quit [Quit: markisonfire]
AlexRussia has quit [Read error: Operation timed out]
shabgard has joined #ruby
sdouglas has quit [Read error: Operation timed out]
AlexRussia has joined #ruby
mocfive has quit [Remote host closed the connection]
mlpinit has joined #ruby
rm_ has quit [Ping timeout: 264 seconds]
sparrovv has joined #ruby
_HolyCow has joined #ruby
kitak has quit [Remote host closed the connection]
mourest has joined #ruby
Hobogrammer has quit [Quit: さようなら]
mlpinit has quit [Ping timeout: 264 seconds]
yubrew has joined #ruby
LadyRainicorn has quit [Ping timeout: 240 seconds]
yubrew has quit [Ping timeout: 264 seconds]
kitak has joined #ruby
kitak has quit [Remote host closed the connection]
kitak has joined #ruby
shabgard has quit [Ping timeout: 240 seconds]
gigetoo has quit [Remote host closed the connection]
chuk has quit [Quit: This computer has gone to sleep]
gigetoo has joined #ruby
sputnik13 has quit [Ping timeout: 240 seconds]
sputnik13 has joined #ruby
adurity has joined #ruby
sparrovv has quit [Remote host closed the connection]
adurity has quit [Read error: Connection reset by peer]
Atw has quit [Ping timeout: 244 seconds]
skanda has joined #ruby
jonah_k has quit [Remote host closed the connection]
thumpba has joined #ruby
gnephiak has quit [Read error: Connection reset by peer]
gnephiak has joined #ruby
thumpba has quit [Ping timeout: 240 seconds]
nism has quit [Quit: Leaving]
lolmaus has joined #ruby
skanda has quit []
sparrovv has joined #ruby
goganchic has left #ruby [#ruby]
pinage404 has joined #ruby
tylersmith has quit [Remote host closed the connection]
relix has joined #ruby
tylersmith has joined #ruby
shabgard has joined #ruby
jhass|off is now known as jhass
<AlexRussia> jhass: Hello
mansi_ has joined #ruby
andy__ has quit [Remote host closed the connection]
yasushi has joined #ruby
tylersmith has quit [Ping timeout: 252 seconds]
mansi_ has quit [Ping timeout: 240 seconds]
gnephiak has quit [Remote host closed the connection]
gnephiak has joined #ruby
shabgard has quit [Quit: Aji maji la taraji]
yasushi has quit [Ping timeout: 240 seconds]
timonv has joined #ruby
Matriks has quit [Remote host closed the connection]
KrzaQ has joined #ruby
tgkokk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
carraroj has joined #ruby
timonv has quit [Ping timeout: 252 seconds]
ringaroses has joined #ruby
joelroa has joined #ruby
Vovko has joined #ruby
koell has quit [Ping timeout: 264 seconds]
pierre1_ has quit [Ping timeout: 252 seconds]
rm_ has joined #ruby
joelroa has quit [Ping timeout: 252 seconds]
phansch has quit [Quit: WeeChat 0.4.2]
Tolnaiz has joined #ruby
nari has quit [Ping timeout: 252 seconds]
claymore has quit [Read error: Operation timed out]
rm_ has quit [Ping timeout: 264 seconds]
claymore has joined #ruby
Hanmac has joined #ruby
mlpinit has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
gnephiak has quit [Remote host closed the connection]
Hanmac1 has quit [Ping timeout: 252 seconds]
yubrew has joined #ruby
mlpinit has quit [Ping timeout: 240 seconds]
Avahey has quit [Quit: Connection closed for inactivity]
spider-mario has joined #ruby
yubrew has quit [Ping timeout: 240 seconds]
<shevy> hey AlexRussia
ericmathison has quit [Ping timeout: 252 seconds]
<AlexRussia> shevy: hey guy ;)
<AlexRussia> shevy: fun?
spider-mario has quit [Read error: Connection reset by peer]
ndrei has quit [Ping timeout: 264 seconds]
claymore has quit [Ping timeout: 264 seconds]
VTLob has joined #ruby
alexherb1 has joined #ruby
<shevy> hmmm
<shevy> AlexRussia I am trying to make a ruby project of mine less verbose
adurity has joined #ruby
<shevy> right now some of the .rb files there, standalone scripts, spam warning messages to me
npearson has joined #ruby
<shevy> "warning: method bla redefined"
<AlexRussia> shevy: nice
<shevy> it's annoying :(
<shevy> without that bug, reporting useful information would have been so much easier
<AlexRussia> shevy: i'm try reload(or redefine?) operators in c++ now ;)
ringaroses has quit [Ping timeout: 252 seconds]
<shevy> ewww
<shevy> C++
<shevy> EWWWWW
<AlexRussia> shevy: yeah, is fuckin shit
<AlexRussia> f**kin*
<AlexRussia> shevy: but is uni labs....
<AlexRussia> shevy: home work.
spider-mario has joined #ruby
_HolyCow has quit [Quit: Leaving.]
<shevy> hehe
nari has joined #ruby
Hanmac has quit [Ping timeout: 252 seconds]
Macaveli has joined #ruby
<shevy> ok, then you are excused
akitada has joined #ruby
<shevy> I thought you do it because you have a deep, profound love for C++ and want to spend years of your life creating C++ applications for fun
barratt has joined #ruby
npearson has quit [Ping timeout: 252 seconds]
adurity has quit [Ping timeout: 252 seconds]
thumpba has joined #ruby
timonv has joined #ruby
<AlexRussia> shevy: You death.
<AlexRussia> shevy: (Like object, not status)
mostlybadfly has joined #ruby
shaileshg has quit [Quit: Connection closed for inactivity]
ndrei has joined #ruby
<AlexRussia> shevy: i have cry cry cry
<shevy> what
<AlexRussia> shevy: redefined operators in cpp is.....CRAP
<AlexRussia> shevy: I scould realize FIFO, like structure, and redefined operators << and >>
<AlexRussia> shevy: is....holy shit
claymore has joined #ruby
<certainty> [:sym1,:sym2]
<shevy> :D
thumpba has quit [Ping timeout: 240 seconds]
<AlexRussia> certainty: wut?
<certainty> AlexRussia: ignore me
<AlexRussia> certainty: ok
<AlexRussia> certainty: /ignore certainty
<certainty> bt. that's not redifining. It's overloading
<AlexRussia> shevy: he success added in ignore list :)
ndrei has quit [Client Quit]
mityaz has joined #ruby
<shevy> AlexRussia I am too lazy to add anyone to ignore really
<shevy> except for those who ban me from channels
<AlexRussia> shevy: heh
Hanmac has joined #ruby
tgkokk has joined #ruby
yfeldblum has quit [Remote host closed the connection]
tgkokk has quit [Max SendQ exceeded]
_bart has joined #ruby
<AlexRussia> shevy: dammit, hardcord find good docs about << and >> operators redefine....
<RubyPanther> Thankfully Ruby does not support overloading
yfeldblum has joined #ruby
<AlexRussia> RubyPanther: ah, overloading?
<AlexRussia> RubyPanther: lol
<AlexRussia> RubyPanther: nice word
<shevy> can't you simulate it? you can redefine everything at runtime and check on the arguments provided to behave differently
<RubyPanther> only redefining
<RubyPanther> Sure, you can simulate with method_missing
<shevy> ewwww
andy__ has joined #ruby
<AlexRussia> lol
<AlexRussia> yah, c++ is happy
<RubyPanther> If you just check the type and call foo_for_bar then it isn't overloaded at all, you have n+1 methods and can tell them apart easily
mansi_ has joined #ruby
<AlexRussia> but, with cyanide
<AlexRussia> AHHAHAHA
browndawg has joined #ruby
<certainty> too loud in here for my taste, bbl
<RubyPanther> with overloading you have n methods that are all named the same. That's the "over" part
moeSeth_ has quit [Quit: Connection closed for inactivity]
<AlexRussia> RubyPanther: you know C++?
Xeago has quit [Remote host closed the connection]
<RubyPanther> AlexRussia: No, I use C99 but I'll cheat and use the ++ operator if needed
Xeago has joined #ruby
<AlexRussia> RubyPanther: Oo
<RubyPanther> other than ++/-- none of the rest is enhancements, just crud
mansi_ has quit [Ping timeout: 252 seconds]
<RubyPanther> I don't need templates for OO support, all I need is a stack of conventions, for example the first argument is a reference to the instance (eg, self)
andy__ has quit [Read error: Connection reset by peer]
<shevy> like python functions!
andy__ has joined #ruby
<RubyPanther> well, they're both functions
<shevy> "Python's all for making things explicit, making it obvious what's what, and although it doesn't do it entirely everywhere, it does do it for instance attributes."
Xeago has quit [Ping timeout: 264 seconds]
pskosinski has joined #ruby
sski has joined #ruby
kirun has joined #ruby
Wolland has joined #ruby
<AlexRussia> f**kin shit f**kin shit f**kin shit
gnephiak has joined #ruby
<shevy> is there a way to specify optional dependencies for a gem?
<shevy> hmm I better ask in #rubygems
sigurding has joined #ruby
joelroa has joined #ruby
<AlexRussia> i'm start HATE C++
nomenkun has quit [Remote host closed the connection]
rm_ has joined #ruby
Blaze_Boy has joined #ruby
nomenkun has joined #ruby
yubrew has joined #ruby
<shevy> haha
mehlah has joined #ruby
<shevy> welcome to linus' world
nolic_ has quit [Quit: Lost terminal]
<AlexRussia> shevy: linus?
<AlexRussia> shevy: anus?
<AlexRussia> AHAHHAHA
joelroa has quit [Ping timeout: 252 seconds]
<shevy> yeah
nomenkun has quit [Read error: Operation timed out]
<shevy> Linus Anus, the creator of the linux kernel
<shevy> AlexRussia you need to get older man :P
parduse has quit []
<AlexRussia> shevy: i think, you forget name Linus Torwalds.
<shevy> Torvalds
<AlexRussia> shevy: okay, Torvalds
<shevy> 44 years
<AlexRussia> shevy: anyway ТОРВАЛЬДС
<shevy> DAMN HE HAS GOTTEN OLD
<certainty> overloading operator(), operator[] or operator, is a nice escape hatch to build DSLs in c++, though
<certainty> yes the comma is an operator in c++ that is overloadable
<AlexRussia> certainty: operator<< and operator>> please
rm_ has quit [Ping timeout: 264 seconds]
<certainty> AlexRussia: that's pretty much standard
<AlexRussia> shevy: 44....is not old
redlines has quit [Ping timeout: 240 seconds]
Kneferilis has quit [Ping timeout: 244 seconds]
redlines has joined #ruby
mlpinit has joined #ruby
yeticry_ has quit [Quit: leaving]
yeticry has joined #ruby
yubrew has quit [Ping timeout: 240 seconds]
<AlexRussia> shevy: is like in some c&h
<shevy> it's damn old man
<shevy> look at around the cool and great things when they get started
<shevy> the people are in the range of 22-35
<AlexRussia> shevy: 'you not low speed dead, you fast LIFE'
parduse has joined #ruby
<certainty> shevy: it was surely not their age that made them accomplish these things. Those guys wer exceptional in other areas
<certainty> were
fgo has joined #ruby
<AlexRussia> certainty: HEY
<AlexRussia> certainty: How To Overload >> and << ?
<certainty> not being one of those programming rock stars is not a bad thing. Most of us aren't
arietis has quit [Quit: Computer has gone to sleep.]
duythinht has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<shevy> certainty k where are the old famous guys
duythinht has joined #ruby
<certainty> AlexRussia: just implemen operator<< and operator>> for your types
mlpinit has quit [Ping timeout: 240 seconds]
<certainty> shevy: sure Uncle Bob Martin
<AlexRussia> certainty: NEED EXAMPLE
<shevy> who is bob martin
<certainty> AlexRussia: i assume you know how to use google?
<AlexRussia> certainty: in ddg crap
<shevy> what is ddg
grzywacz has joined #ruby
<certainty> thistype& operator<<(thistype&, yourcontenttype&)
<AlexRussia> shevy: http://ddg.gg
<AlexRussia> certainty: i neeed used 'return'?
<certainty> AlexRussia: ddg does deliver results just fine
<certainty> AlexRussia: of course you want to return the instance that you shifted into so that you can chain applications
ringaroses has joined #ruby
<AlexRussia> certainty: a >> ?
elaptics`away is now known as elaptics
<AlexRussia> certainty: also like him?
mercwithamouth has joined #ruby
thomasxie1 has joined #ruby
<certainty> shevy: guy steele was also 23 when he and Prof. sussman released the first paper on scheme. He still contributes alot
<certainty> the older guys still have much to say
<shevy> hehe
<certainty> for example take rich hickey
<shevy> yeah they have become wise old speaking men
<certainty> he's surely older and still did create clojure
ringaroses has quit [Ping timeout: 264 seconds]
<certainty> i don't know his age but i'd estimate it above 40
<shevy> TIOBE doesn't even list clojure!
rahult_ is now known as rahult
<certainty> AlexRussia: yes
shaileshg has joined #ruby
shredding has joined #ruby
<AlexRussia> certainty: type& operator>>(type&, sometype&);
<certainty> yeah
vlad_starkov has joined #ruby
<shevy> does clojure require java?
<certainty> yes
<certainty> it runs on the jvm
<certainty> well no, actually. It doesn't require java. It requires a jvm
<AlexRussia> certainty: also, if my type variable 'f', i need write 'return f;' or 'return &f;'?
ktosiek has joined #ruby
<certainty> just return f, the method declaration makes clear that you want to return a reference
davedev24 has joined #ruby
<certainty> shevy: but it embraces its platform which is why you see quite much java interop in clojure programs
<AlexRussia> certainty: hm, is...not work, i think.....
kennym has joined #ruby
chuk has joined #ruby
<certainty> AlexRussia: maybe ask in #cpp
<certainty> if there is such channel
* certainty &
carraroj has quit [Ping timeout: 264 seconds]
yakov has joined #ruby
<yakov> good day
<AlexRussia> yakov: :)
nolic has joined #ruby
x77686d has joined #ruby
carraroj has joined #ruby
<RubyPanther> They're not old fat guys, they're the Agile revolutionaries
duythinht has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
vlad_starkov has quit [Ping timeout: 240 seconds]
Mongey has joined #ruby
<AlexRussia> certainty: please, seen http://tomclaw.com/tomswap/index.php?f=307
adurity has joined #ruby
x77686d has quit [Ping timeout: 252 seconds]
<yakov> anybody from Saint Pete maybe? :)
arietis has joined #ruby
<yakov> i'm working on intrusion prevention system for RoR and i'd like to get some feedback over coffee
npearson has joined #ruby
diegoviola has joined #ruby
<AlexRussia> нЫфште Зуеу,
<AlexRussia> yakov: Saint Pete?
<yakov> Saint Petersburg, Russia
<AlexRussia> yakov: me :)
<yakov> cool :)
<AlexRussia> yakov: nice
<AlexRussia> yakov: you also?
adurity has quit [Ping timeout: 240 seconds]
vlad_starkov has joined #ruby
thumpba has joined #ruby
npearson has quit [Ping timeout: 252 seconds]
SHyx0rmZ has joined #ruby
rdark has joined #ruby
surlsone has joined #ruby
thumpba has quit [Ping timeout: 240 seconds]
<surlsone> hi can someone help me navigate IRC
carraroj has quit [Ping timeout: 264 seconds]
<surlsone> I am trying to get to a particular channel is it?
<surlsone> irc://irc.theoccult.b
<surlsone> how do I get there?
<surlsone> please help me somebody?
Matriks has joined #ruby
<AlexRussia> surlsone: what?
<surlsone> irc://irc.theoccult.b
<surlsone> I am trying to joing this room
<surlsone> but do not know how to navigate IRC
<surlsone> I just downloaded mIRC
rahult is now known as rahult_
<AlexRussia> surlsone: /join #room - join to room
<surlsone> I do not know how to go about finding that chat room but need to to set up a torrent account
<AlexRussia> surlsone: /nick <nick> - change nick
<surlsone> it does not matter what server I am on?
rahult_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<AlexRussia> surlsone: torrent....what?
<surlsone> thanks AlexRussia
<surlsone> theoccult.bz is a private torrent group for occult material
<surlsone> very nice people
browndawg has quit [Ping timeout: 240 seconds]
rahult has joined #ruby
<surlsone> I had an account and left for a wehile and my account was disabled
<surlsone> So they said to visit the IRC to try to get it back
<surlsone> it said no such channel
<surlsone> for irc://irc.theoccult.b
<shevy> hehe
<jhass> so you come to a random totally unrelated channel
<surlsone> YEA
<surlsone> LOL THE INTERNET IS FULL OF SWEETHEARTS <3
<shevy> he comes to #ruby because he wants to learn ruby
<surlsone> ^__^
<surlsone> lol cuz ruby is AN AWESOME GEMSTONE
<shevy> and he will write his own torrent server
<surlsone> n'est-ce pas?
<surlsone> :-)
northfurr has quit [Ping timeout: 264 seconds]
<shevy> what is this
<shevy> Cthulhu language?
<surlsone> what IS a torrent server lol
<surlsone> OHHH I am writing a cthulhu short story as we speak
eka has joined #ruby
<surlsone> based on BYATIS!
<shevy> well you disribute .torrent files from it!
<shevy> *distribute
<surlsone> I live in PROVIDENCE rhode island
<surlsone> wow you guys are PSYCHIC!
<surlsone> :-) <3
<surlsone> well I can't write a server
<shevy> no
<shevy> that is no excuse
<surlsone> but I can thank you guys for chatting with me!!!
<shevy> you have a great language at hand
<surlsone> ENGLISH?
<surlsone> or RUBY?
<shevy> ruby
<surlsone> is RUBY a cimputer language?
<shevy> english is only good for insults
<surlsone> I learned a bit of BASIC in 1984
<surlsone> that is about it
<surlsone> LOL @ shevy
Blaze_Boy has left #ruby [#ruby]
<surlsone> insults yuk yuk
<shevy> BASIC was rather limited
<surlsone> yes
<surlsone> I used it to infinite print cool sentences
Matriks has quit [Ping timeout: 264 seconds]
Blaze_Boy has joined #ruby
<shevy> ruby is more elegant, like a terse subset of english language
<surlsone> 10 print bla bla
<surlsone> 20 goto 10
<surlsone> LOLOLOL
<shevy> if user.is_logged_in?
<surlsone> wowww
sigurding has quit [Quit: sigurding]
<shevy> show_welcome_message
<surlsone> so is RUBY then informative to a poet?
<surlsone> I am a published poet
<shevy> hmm it depends
<surlsone> STANLEY GEMMELL
<shevy> it is more like applied poetry, not really beautiful poetry
<surlsone> is ME!!!
<surlsone> <3
<surlsone> yes I was writing an essay on APPLIED POETRY in the computer language sense comparing it to spellwork
mansi_ has joined #ruby
<shevy> looks as if you have a disease on that picture
<shevy> skinny before death
<surlsone> in the sense that the performative equals the effect
<shevy> EAT MORE man
<surlsone> the form IS the function in spellwork and machine language
<surlsone> shevy you're cool!!!
<shevy> well real poetry allows for more flow
<surlsone> of course
<shevy> in ruby you still need to validate towards the ruby parser :(
<surlsone> but why restrict flow in RUBY?
<shevy> sometimes that can be annoying
<surlsone> what is PARSER?
<shevy> like using () or not
<surlsone> ohhhh
<surlsone> the PUNCTUATION
<shevy> it's the thing that would check your poem for validity
fgo has quit [Remote host closed the connection]
Mongey has quit [Quit: Mongey]
<shevy> it's always restricting :(
<surlsone> in actual poetry punctuation is not elided IT IS NOT invisible
<surlsone> it can be expansive in verse
<surlsone> why is it restricting shevy?
<shevy> but I always say, ruby is like 80-90% perfect
<surlsone> in the RUBY context?
<surlsone> hmmm
<shevy> surlsone sometimes you want to write things differently
<surlsone> sounds SO intriguing!
<shevy> but there are always limitations
<surlsone> ohhhh
<surlsone> ahhhh
<surlsone> I see
<kirun> Program in Whitespace, write poems in the gaps between your code.
<shevy> precedence rules, when you must apply () and when it is optional (ruby is a fairly liberal, less restrictive language)
<shevy> ohhh
<surlsone> you would have to re-write the underpinnings of the language itself to change the particular iteratives
<surlsone> cool kirun
<shevy> whitespace is annoying in python poetry surlsone - you must use whitespace to satistfy the python parser
<shevy> *satisfy
<surlsone> pre-cedence immediately orders the language in chronicity, of course, which is restrictive as well
<shevy> surlsone well that would be cool, if you could rewrite a language even without having to learn C. like lego building blocks, to build any language you want to use
<surlsone> why what does the python parser crave?
<shevy> surlsone dunno really... guido chose that back then
_bart has quit [Remote host closed the connection]
<surlsone> THAT SHOULD BE THE WAVE OF THE FUTURE SHEVY
<surlsone> :-)
<shevy> python is a different form of poetry, with a teacher who hits you on the back of the head sometimes
<surlsone> to rewrite any language free from underpinnings
<surlsone> like the new BAY BRIDGE
<shevy> yeah
<shevy> and to use any desktop environment of your choosing, with any effect(s) of your choosing
mansi_ has quit [Ping timeout: 252 seconds]
<surlsone> it is a suspension bridge not connected to bedrock because its tension is SELF CONTAINED
<surlsone> yea SHEVY
<surlsone> ADMIRABLE GOAL!!!
<surlsone> <3
<shevy> I loved winamp snap-behaviour, when you could put the boxes together
yakov has quit [Quit: Leaving]
<shevy> the later versions changed that and I hated winamp
<surlsone> why?
<surlsone> is it visual?
<shevy> then I switched to linux
<shevy> dunno, I just loved it as a feature
_bart has joined #ruby
<surlsone> I thought winamp was just to play music?
<shevy> you could group boxes together and drag them around
<shevy> yeah, a limitation. it should have become a desktop environment :-)
<surlsone> When win8 was in development I had an idea for a poetry app and played with VISUAL STUDIO and seemed to make a bit of intuitive headway
<surlsone> wowww
<shevy> oh man
<shevy> win
<surlsone> shevy you think outside the box
<surlsone> AMAZING!!!
<surlsone> super cool!!!!
<shevy> why they want to treat users as idiots is beyond my level of understanding
<surlsone> it hurts because
<shevy> surlsone well there are other people who think outside the box before me
<surlsone> it goes against the spirit of the PC
<shevy> like GoboLinux and NixOS
<surlsone> which was to empower folk! not use them as bait for advertisers and corporations :-(
<shevy> hehe yeah
<surlsone> but I suffer within that realm ok?
<shevy> but hey, even the WWW recommends DRM restrictions in videos played on website now
<surlsone> and know my HEART is with YOU GUYS!!! ^__^
<surlsone> some of us get TRAPT :-(
<surlsone> yea
<shevy> and microsoft says it wants to make a free version of win8, but advertisement is used, so it is not "free", the cost is that you are molested with ads
<surlsone> I remember Australia's first tentative efforts at censorship online in 1998
<surlsone> YEP MOLESTED IS THE WORD TOO
<shevy> or google youtube videos... advertisements all over the place, right of the video, inside the video, and then there are the "click me!" boxes in the video...
<jhass> no need to scream all the time
<surlsone> especially if you are a poor student needing to CONCENTRATE eh?
glebm has joined #ruby
<surlsone> sorry jhass
<shevy> surlsone well, just about every government does the same there
<shevy> we are all terrorists in the end
<surlsone> perhaps that is too strong of a word?
<surlsone> perhaps we are simply scam artists?
<surlsone> because the worst thing a computer can do is far less than an actual serial killer? or can a computer user set up actual murders and stuff?
<shevy> I have to go back to continue coding :-)
SegFaultAX has quit [Ping timeout: 245 seconds]
<surlsone> I think the reason why the ad controlled environment is adopted by the authoritative socius is like stickers on a car, they are proud of that shit
<surlsone> ok
<surlsone> yea sorry
<surlsone> ok bye guys!!
<surlsone> have a great day/night
<surlsone> and god bless ruby!!!
<surlsone> cheers
surlsone has quit []
browndawg has joined #ruby
Norrin has quit [Ping timeout: 245 seconds]
SegFaultAX has joined #ruby
yubrew has joined #ruby
dseitz has quit [Quit: Textual IRC Client: www.textualapp.com]
banister has joined #ruby
<AlexRussia> i'm back
joelroa has joined #ruby
andy__ has quit [Remote host closed the connection]
rcs has quit [Ping timeout: 264 seconds]
AlexRussia has quit [Remote host closed the connection]
rahult is now known as rahult_
rahult_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sputnik13 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
rm_ has joined #ruby
yubrew has quit [Ping timeout: 264 seconds]
rcs has joined #ruby
Tolnaiz has left #ruby ["["Textual IRC Client: www.textualapp.com"]"]
Xiti has quit [Quit: Leaving]
AlexRussia has joined #ruby
<AlexRussia> lol
Xiti has joined #ruby
joelroa has quit [Ping timeout: 252 seconds]
Norrin has joined #ruby
rm_ has quit [Ping timeout: 252 seconds]
barratt has quit [Quit: Leaving...]
elaptics is now known as elaptics`away
DylanJ has quit [Ping timeout: 245 seconds]
sigurding has joined #ruby
mlpinit has joined #ruby
sparrovv has quit [Remote host closed the connection]
_HolyCow has joined #ruby
charliesome has joined #ruby
<sigurding> short question: I have multiple implementations which should follow a specific pattern (in Java Interface/Abstract Class)
_bart has quit []
<sigurding> is there something similar in ruby? And how would I call all the instances
andy__ has joined #ruby
<jhass> sigurding: for abstract classes we use modules. For everything else google duck typing
mlpinit has quit [Ping timeout: 240 seconds]
andy__ has quit [Remote host closed the connection]
PSYCLOO has joined #ruby
chuk has quit [Quit: Leaving]
<sigurding> jhass: thanks
<sigurding> jhass: the module ways seems exactly what I was looking for
<sigurding> perfect!
skaflem has joined #ruby
deadlock has quit [Read error: Connection reset by peer]
sensen has quit [Ping timeout: 240 seconds]
thesheff17 has joined #ruby
ikawnoclast has joined #ruby
sparrovv has joined #ruby
alexherbo2 has quit [Quit: WeeChat 0.4.2]
adurity has joined #ruby
yfeldblum has quit [Remote host closed the connection]
rootshift has joined #ruby
ktosiek has quit [Ping timeout: 264 seconds]
npearson has joined #ruby
PSYCLOO has quit []
adurity has quit [Ping timeout: 240 seconds]
PSYCLOO has joined #ruby
rahult has joined #ruby
thumpba has joined #ruby
npearson has quit [Ping timeout: 252 seconds]
PSYCLOO has left #ruby [#ruby]
Jetchisel has left #ruby ["Unfortunately time is always against us -- *Morpheus*"]
fedesilva has joined #ruby
thumpba has quit [Ping timeout: 240 seconds]
Mongey has joined #ruby
prc has joined #ruby
vlad_starkov has quit [Remote host closed the connection]
rahult has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kennym has quit [Quit: Leaving.]
mansi_ has joined #ruby
kennym has joined #ruby
zz_jrhorn424 is now known as jrhorn424
rootshift has quit [Quit: My MacBook has decided to go to sleep. Zzzz..]
<atmosx> morning
<Blaze_Boy> atmosx: morning
mansi_ has quit [Ping timeout: 240 seconds]
wereHamster has quit [Ping timeout: 264 seconds]
<shevy> hey atmosx
<shevy> the bad boy has arrived
<atmosx> shevy: how r u mate?
<shevy> semi-ok, working on ftp-related stuff right now
<shevy> a GUI in ruby-gnome too
<shevy> been years since I really used ruby-gnome last
Matriks has joined #ruby
<atmosx> shevy: oh cool
mostlybadfly has quit [Quit: Connection closed for inactivity]
andy__ has joined #ruby
yasushi has joined #ruby
KrzaQ has quit [Read error: Connection reset by peer]
ndrei has joined #ruby
joelroa has joined #ruby
yasushi has quit [Remote host closed the connection]
brian___ has joined #ruby
rm_ has joined #ruby
sdouglas has joined #ruby
chrisseaton has joined #ruby
yasushi has joined #ruby
joelroa has quit [Ping timeout: 240 seconds]
ndrei has quit [Read error: Operation timed out]
rm_ has quit [Ping timeout: 240 seconds]
grvgr has joined #ruby
mlpinit has joined #ruby
maximski has joined #ruby
sdouglas has quit [Ping timeout: 265 seconds]
aryaching has joined #ruby
hashdoge_ has joined #ruby
northfurr has joined #ruby
northfurr has quit [Changing host]
northfurr has joined #ruby
hashdoge_ has left #ruby ["Leaving"]
chrisseaton has quit []
mlpinit has quit [Ping timeout: 240 seconds]
ktosiek has joined #ruby
rootshift has joined #ruby
pabloh has quit [Ping timeout: 252 seconds]
kennym has quit [Quit: Leaving.]
duythinht has joined #ruby
tgkokk has joined #ruby
pabloh has joined #ruby
mostlybadfly has joined #ruby
Wolland has quit []
alessandro1997 has joined #ruby
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
elaptics`away is now known as elaptics
tgkokk has quit [Client Quit]
lilltiger has joined #ruby
codeitagile has joined #ruby
timonv has quit [Remote host closed the connection]
codeitagile has quit [Max SendQ exceeded]
timonv has joined #ruby
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
randomnick_ has joined #ruby
codeitagile has joined #ruby
tgkokk has joined #ruby
codeitagile has quit [Max SendQ exceeded]
<lilltiger> hi, is there anything like std::map in ruby? like if i wanted arr = { "a" => 5 } arr.push( { "b" => 4 } ) print arr["b"] #output: 4
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
ctp has joined #ruby
ctp has quit [Client Quit]
<shevy> why is the variable named arr
<jhass> lilltiger: Hash
<shevy> lilltiger you can update a hash via the .update method
<shevy> or .update! method
sigurding has quit [Quit: sigurding]
<jhass> lilltiger: hash = {"a" => 5, "b" => 4}; hash["b"] #=> 4
codeitagile has joined #ruby
<shevy> jhass did you have to rename arr to hash? ;-)
codeitagile has quit [Max SendQ exceeded]
<jhass> yes
<shevy> hehehe
<jhass> because it's a hash, not an array
<shevy> perhaps it is a pirate variable
<shevy> arr like arrrrrrh!
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
<jhass> still, it's a hash, not a pirate
<shevy> a pirate hash!
<shevy> it captures enemy variables
timonv has quit [Ping timeout: 252 seconds]
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
grvgr has quit [Quit: grvgr]
rootshift has quit [Quit: My MacBook has decided to go to sleep. Zzzz..]
tgkokk has quit [Remote host closed the connection]
adurity has joined #ruby
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
kennym has joined #ruby
tgkokk has joined #ruby
<lilltiger> jhass: thanks, just what I wanted :)
fedesilv_ has joined #ruby
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
npearson has joined #ruby
fedesilva has quit [Ping timeout: 240 seconds]
duythinht has quit [Quit: Textual IRC Client: www.textualapp.com]
adurity has quit [Ping timeout: 240 seconds]
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
thumpba has joined #ruby
npearson has quit [Ping timeout: 240 seconds]
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
<shevy> atmosx you are still doing rails-related stuff?
codeitagile has joined #ruby
thumpba has quit [Ping timeout: 240 seconds]
codeitagile has quit [Max SendQ exceeded]
<atmosx> shevy: yeap, learning not really diong
<shevy> hehe
<atmosx> shevy: going slow because I have only a few hours per day and I'm usually tired
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
<shevy> I can understand that
<shevy> it is so much harder to learn after work
<atmosx> but compared to sinatra it's impressive how fast-paced rails are, if you can get a hold of the big amount of keywords and ... can figure what goes where.
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
rootshift has joined #ruby
codeitagile has joined #ruby
codeitagile has quit [Max SendQ exceeded]
bluOxigen has joined #ruby
codeitagile has joined #ruby
shaileshg has quit [Quit: Connection closed for inactivity]
mansi_ has joined #ruby
<shevy> hmm
sepp2k has joined #ruby
Wolland has joined #ruby
mansi_ has quit [Ping timeout: 240 seconds]
<atmosx> going to get some sleep, then go for a run at the park :-) ... I have a PCR lab tomorrow, isolate a plasmid or something.
<atmosx> heh
<atmosx> bbl
_HolyCow has quit [Quit: Leaving.]
s_kilk has joined #ruby
Deele has joined #ruby
alessandro1997 has quit [Quit: Sto andando via]
Blaze_Boy has quit [Quit: Returning to his Planet.]
grvgr has joined #ruby
rootshift has quit [Quit: My MacBook has decided to go to sleep. Zzzz..]
ep3static has joined #ruby
ep3static has quit [Client Quit]
ep3static has joined #ruby
ndrei has joined #ruby
ep3static has quit [Client Quit]
Mongey has quit [Quit: Mongey]
Speed has joined #ruby
joelroa has joined #ruby
nomenkun has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rm_ has joined #ruby
maximski has quit [Ping timeout: 264 seconds]
_bart has joined #ruby
DylanJ has joined #ruby
nomenkun has quit [Read error: Operation timed out]
joelroa has quit [Ping timeout: 264 seconds]
Shidash has quit [Ping timeout: 252 seconds]
adurity has joined #ruby
rm_ has quit [Ping timeout: 252 seconds]
grvgr has quit [Quit: grvgr]
mlpinit has joined #ruby
Matriks has quit [Remote host closed the connection]
BackEndCoder has joined #ruby
danshultz has joined #ruby
bogeyd6 has quit [Read error: Connection reset by peer]
prc has quit [Ping timeout: 252 seconds]
Astralum has joined #ruby
akitada has quit [Quit: Connection closed for inactivity]
mlpinit has quit [Ping timeout: 264 seconds]
danshultz has quit [Remote host closed the connection]
danshultz has joined #ruby
thomasxie1 has left #ruby [#ruby]
shaileshg has joined #ruby
danshultz has quit [Ping timeout: 240 seconds]
itadder has joined #ruby
forcefsck has joined #ruby
IceDragon has joined #ruby
sailias has joined #ruby
diegoviola has quit [Quit: WeeChat 0.4.3]
lxsameer has quit [Quit: Leaving]
mansi_ has joined #ruby
soulcake has quit [Ping timeout: 240 seconds]
absolutezeroff has joined #ruby
philcrissman has joined #ruby
kotk1 has joined #ruby
SHyx0rmZ has quit [Ping timeout: 264 seconds]
kotk has quit [Ping timeout: 240 seconds]
kitak has quit [Remote host closed the connection]
xaq has joined #ruby
vlad_starkov has joined #ruby
kitak has joined #ruby
robbyoconnor has joined #ruby
npearson has joined #ruby
Macaveli has quit [Ping timeout: 240 seconds]
Zackio has quit [Quit: ZNC - http://znc.in]
<itadder> hi
<itadder> what new
xaq has quit [Read error: Connection reset by peer]
<jhass> you, obviously
r0bby has joined #ruby
npearson has quit [Ping timeout: 252 seconds]
xaq has joined #ruby
Wolland has quit [Remote host closed the connection]
Mongey has joined #ruby
robbyoconnor has quit [Ping timeout: 240 seconds]
tbrock has quit [Quit: Computer has gone to sleep.]
<shevy> ur mom as well
sailias has quit [Ping timeout: 240 seconds]
workmad3 has joined #ruby
forcefsck has quit [Quit: Ex-Chat]
pontiki has joined #ruby
r0bby is now known as robbyoconnor
<pontiki> morning, folx
kitak has quit [Remote host closed the connection]
forcefsck has joined #ruby
kitak has joined #ruby
SHyx0rmZ has joined #ruby
s_kilk has quit [Quit: Leaving]
Mapley is now known as pm_for_hugs
robbyoconnor has quit [Quit: Konversation terminated!]
rankine has joined #ruby
chrisseaton has joined #ruby
Zackio has joined #ruby
jph98 has joined #ruby
larsam has joined #ruby
<shevy> hey ponhiki!
DaniG2k has joined #ruby
rootshift has joined #ruby
forcefsck is now known as chth0n
chth0n is now known as chthon
pm_for_hugs is now known as Mapley
timonv has joined #ruby
rankine has quit [Quit: leaving]
nari has quit [Ping timeout: 240 seconds]
philcrissman has quit [Remote host closed the connection]
XCLOO has joined #ruby
JasmeetQA has joined #ruby
phansch has joined #ruby
xcv has joined #ruby
sparrovv has quit [Remote host closed the connection]
prc has joined #ruby
DJCLOO has joined #ruby
chthon is now known as forcefsck
nomenkun has joined #ruby
DJCLOO is now known as PSYCLOO
DaniG2k has quit [Ping timeout: 252 seconds]
Wolland has joined #ruby
XCLOO has quit [Ping timeout: 252 seconds]
itadder has quit [Remote host closed the connection]
itadder has joined #ruby
AlSquirikou has joined #ruby
itadder has quit [Read error: Connection reset by peer]
itadder has joined #ruby
Zackio has quit [Read error: Operation timed out]
joelroa has joined #ruby
DaniG2k has joined #ruby
rm_ has joined #ruby
nari has joined #ruby
itadder has quit [Read error: Connection reset by peer]
itadder has joined #ruby
elaptics is now known as elaptics`away
rankine has joined #ruby
danshultz has joined #ruby
forcefsck has quit [Quit: Ex-Chat]
Mon_Ouie has joined #ruby
Mon_Ouie has quit [Changing host]
Mon_Ouie has joined #ruby
joelroa has quit [Ping timeout: 264 seconds]
<pontiki> hi sleehee
rootshift has quit [Quit: My MacBook has decided to go to sleep. Zzzz..]
rm_ has quit [Ping timeout: 264 seconds]
DaniG2k has quit [Ping timeout: 252 seconds]
mlpinit has joined #ruby
rankine has quit [Client Quit]
kitak has quit [Remote host closed the connection]
rankine has joined #ruby
rankine has quit [Changing host]
rankine has joined #ruby
visof has joined #ruby
<visof> hi
<visof> can i use recursing and Enumerators in the same time?
mlpinit has quit [Ping timeout: 240 seconds]
<shevy> usually people will use #each with an enumerator
<shevy> if you want recursive behaviour, you could always write a method and feed the enumerator as the default argument
pontiki` has joined #ruby
<visof> shevy: http://pastie.org/8821970 my code should visit everything in this data structure
nari has quit [Ping timeout: 252 seconds]
Xeago has joined #ruby
<shevy> ok so basically you want to visit everything of a deeply nested hash
<visof> it stop at each string or nil value
<visof> yeah
rankine has quit [Client Quit]
ndrei has quit [Ping timeout: 240 seconds]
brian___ has quit [Quit: brian___]
<visof> but need to understand why this code don't work correctly
<shevy> well you pass only the value
<visof> shevy: iteration don't work here
<visof> it only stop when hit string or nil
nomenkun has quit [Remote host closed the connection]
<shevy> where do you iterate
<visof> maybe i misunderstand the recursion
<shevy> you call the function already
<shevy> so ruby must run it again
<shevy> return extractinfo(v)
<shevy> and here you simply return a result:
<shevy> return res
<shevy> of course the two are not the same
nomenkun has joined #ruby
<shevy> in one case you return a result at once, in the other you call the method again
mlpinit has joined #ruby
shredding has quit [Quit: shredding]
Emmanuel_Chanel has quit [Ping timeout: 240 seconds]
pontiki has quit [Ping timeout: 252 seconds]
ndrei has joined #ruby
<visof> understood, now how can i do this?
Salve has joined #ruby
<shevy> define this
Zackio has joined #ruby
Emmanuel_Chanel has joined #ruby
rankine has joined #ruby
rankine has joined #ruby
rankine has quit [Changing host]
rankine has quit [Client Quit]
Hanmac1 has joined #ruby
nolic has quit [Quit: Lost terminal]
rankine has joined #ruby
<visof> shevy: ?
rankine has quit [Client Quit]
rankine has joined #ruby
<shevy> you ask: how can i do this
<shevy> I ask: what is this
Wolland has quit [Remote host closed the connection]
Hanmac has quit [Ping timeout: 240 seconds]
soulcake has joined #ruby
<jhass> visof: it's not clear what your intention is. What value(s) do you want to yield to the block?
rankine has quit [Client Quit]
<jhass> also I'd recommend to do case res; when nil; when String; when Array etc
rankine has joined #ruby
rankine has quit [Changing host]
rankine has joined #ruby
<visof> each element in hash or Array
rankine has quit [Client Quit]
nomenkun has quit [Ping timeout: 252 seconds]
rankine has joined #ruby
soulcake has quit [Client Quit]
rankine has quit [Client Quit]
browndawg has quit [Quit: Leaving.]
<jhass> visof: capture the block (def foo(.., &block)), call it with the values as needed (block.call(value)) and pass it along in the recursive calls (foo(...,&block))
<pontiki`> none of those elements are either nil or string
prc has quit [Ping timeout: 264 seconds]
<pontiki`> so nothing will print for the second conditional
<pontiki`> you might make better use of duck typing
noop has quit [Ping timeout: 240 seconds]
tgkokk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
philcrissman has joined #ruby
jph98 has quit [Quit: jph98]
rankine has joined #ruby
tgkokk has joined #ruby
noop has joined #ruby
JasmeetQA has quit [Quit: Leaving.]
prc has joined #ruby
Hanmac has joined #ruby
JasmeetQA has joined #ruby
lewix has joined #ruby
grvgr has joined #ruby
<pontiki`> look here: http://pastie.org/8822468
Salve has quit [Remote host closed the connection]
tgkokk has quit [Ping timeout: 240 seconds]
Hanmac1 has quit [Ping timeout: 264 seconds]
v1n has joined #ruby
Salve has joined #ruby
crystal77 has joined #ruby
shredding has joined #ruby
JasmeetQA has quit [Client Quit]
<pontiki`> sorry, forgot an end in second when clause: http://pastie.org/8822562 (gods i hate using pastie)
danshultz has quit [Remote host closed the connection]
robert__ has joined #ruby
JasmeetQA has joined #ruby
robert__ has quit [Changing host]
robert__ has joined #ruby
danshultz has joined #ruby
JasmeetQA has quit [Client Quit]
npearson has joined #ruby
JasmeetQA has joined #ruby
Salve has quit [Ping timeout: 252 seconds]
jjbohn has joined #ruby
deepender has quit [Ping timeout: 252 seconds]
chrisseaton has quit []
danshultz has quit [Read error: Operation timed out]
npearson has quit [Ping timeout: 252 seconds]
kzrl has joined #ruby
rankine has quit [Quit: leaving]
jjbohn has quit [Client Quit]
philcrissman has quit [Remote host closed the connection]
rankine has joined #ruby
OdNairy has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<Senjai> Has anyone here used Celluloid? I'm having a little trouble terminating actors in a way the supervisor doesn't restart them.
mercwithamouth has quit [Ping timeout: 240 seconds]
yfeldblum has joined #ruby
visof has quit [Ping timeout: 264 seconds]
lw has joined #ruby
rootshift has joined #ruby
brian___ has joined #ruby
rankine has quit [Quit: leaving]
Nirgali42 has joined #ruby
rankine has joined #ruby
wereHamster has joined #ruby
yfeldblum has quit [Ping timeout: 265 seconds]
rankine has quit [Client Quit]
rankine has joined #ruby
elaptics`away is now known as elaptics
deadlock has joined #ruby
eka has quit [Quit: My computer has gone to sleep. ZZZzzz…]
deepender has joined #ruby
claudiop has joined #ruby
vlad_starkov has quit [Remote host closed the connection]
eka has joined #ruby
sski has quit [Remote host closed the connection]
sski has joined #ruby
rankine has quit [Quit: leaving]
rootshift has quit [Quit: My MacBook has decided to go to sleep. Zzzz..]
rankine has joined #ruby
havenwood has joined #ruby
vlad_starkov has joined #ruby
Dwarf has quit [Ping timeout: 244 seconds]
pontiki` has quit [Read error: Connection reset by peer]
pontiki` has joined #ruby
claudiop has left #ruby ["Leaving"]
sski has quit [Ping timeout: 252 seconds]
Mon_Ouie has quit [Read error: Operation timed out]
goldenwest has quit [Quit: leaving]
rankine has quit [Quit: leaving]
pontiki` has quit [Remote host closed the connection]
leonidlm has quit [Ping timeout: 240 seconds]
joelroa has joined #ruby
soulcake has joined #ruby
rankine has joined #ruby
rankine has quit [Changing host]
rankine has joined #ruby
jjbohn has joined #ruby
joelroa has quit [Ping timeout: 264 seconds]
rm_ has joined #ruby
mjs2600 has joined #ruby
mary5030 has joined #ruby
Salve has joined #ruby
Nirgali42 has quit [Ping timeout: 252 seconds]
ae-r has joined #ruby
yasushi has quit [Remote host closed the connection]
rm_ has quit [Remote host closed the connection]
rm_ has joined #ruby
itadder has quit [Remote host closed the connection]
itadder has joined #ruby
sparrovv has joined #ruby
Xuisce has joined #ruby
thumpba_ has joined #ruby
Hanmac1 has joined #ruby
rm__ has joined #ruby
rm_ has quit [Read error: Connection reset by peer]
jjbohn has quit [Quit: Leaving...]
Hanmac has quit [Ping timeout: 240 seconds]
sparrovv has quit [Remote host closed the connection]
itadder has quit [Ping timeout: 240 seconds]
jjbohn has joined #ruby
carraroj has joined #ruby
armyriad has quit [Ping timeout: 252 seconds]
armyriad has joined #ruby
kennym has quit [Quit: Leaving.]
p8952 has quit [Remote host closed the connection]
yubrew has joined #ruby
bonhoeffer has joined #ruby
rm__ has quit [Remote host closed the connection]
rm_ has joined #ruby
IceDragon has quit [Ping timeout: 264 seconds]
sigurding has joined #ruby
yubrew has quit [Ping timeout: 240 seconds]
jjbohn has quit [Quit: Leaving...]
rankine has quit [Quit: leaving]
xcv has quit [Remote host closed the connection]
Matriks has joined #ruby
npearson has joined #ruby
rm_ has quit [Ping timeout: 264 seconds]
ephemerian has joined #ruby
marcdel has joined #ruby
ae-r has left #ruby [#ruby]
jrhorn424 is now known as zz_jrhorn424
aryaching has quit [Read error: Connection reset by peer]
aryaching has joined #ruby
npearson has quit [Ping timeout: 240 seconds]
IceDragon has joined #ruby
td123 has left #ruby ["WeeChat 0.4.3"]
xcv has joined #ruby
Hanmac1 has quit [Ping timeout: 252 seconds]
yfeldblum has joined #ruby
xcv has quit [Remote host closed the connection]
tbrock has joined #ruby
IceDragon has quit [Ping timeout: 240 seconds]
IceDragon has joined #ruby
shvelo has joined #ruby
_HolyCow has joined #ruby
<shvelo> How to skip parsing documentation in Ruby 2.0?
thumpba_ has quit [Remote host closed the connection]
chrisseaton has joined #ruby
jrhe has joined #ruby
<havenwood> shvelo: add the following to your .gemrc: gem: --no-documents
mourest has quit [Ping timeout: 264 seconds]
Cooler_ has quit []
<havenwood> oops, i mean: --no-document
<havenwood> -N, --no-document Disable documentation generation
LaPetiteFromage has joined #ruby
yfeldblum has quit [Ping timeout: 265 seconds]
<shvelo> havenwood: thanks
<shvelo> btw how to view the documentation?
saarinen has joined #ruby
evenix has joined #ruby
<havenwood> shvelo: there's `ri` and `rdoc`, for ri for example: ri Array
_HolyCow has quit [Quit: Leaving.]
<havenwood> shvelo: or to browse rdoc locally, try: gem server
ikawnoclast has quit [Quit: ikawnoclast]
<havenwood> shvelo: YARD is another popular Ruby documentation tool.
<apeiros> yard++
Rollabunna has quit [Remote host closed the connection]
carraroj has quit [Ping timeout: 264 seconds]
shvelo has quit [Read error: Operation timed out]
rm_ has joined #ruby
Megtastique has joined #ruby
Hanmac has joined #ruby
rm_ has quit [Remote host closed the connection]
rm_ has joined #ruby
mercwithamouth has joined #ruby
itadder has joined #ruby
<apeiros> cmd-D in sublime is really nice for variable renaming.
<apeiros> need to learn how to skip, though
rm_ has quit [Ping timeout: 240 seconds]
timonv has quit [Remote host closed the connection]
<bonhoeffer> i'm really confused -- i'm doing api calls -- and occasionally getting the previous data requested -- does this happen a lot
<bonhoeffer> i'm working with OFX
timonv has joined #ruby
pierre1_ has joined #ruby
lw has quit [Quit: s]
itadder has quit [Ping timeout: 264 seconds]
catphish has joined #ruby
Xeago has quit [Remote host closed the connection]
<catphish> is there a way to get particular entries from a range (other than first and last)?
joelroa has joined #ruby
evenix has quit [Read error: Connection reset by peer]
koell has joined #ruby
<bonhoeffer> i'm wondering if the api is caching or something -- makes no sense to me that it would
<catphish> specifically i want second, third and second_to_last
prionic has joined #ruby
visof has joined #ruby
dik_dak has joined #ruby
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
timonv has quit [Ping timeout: 240 seconds]
Hanmac1 has joined #ruby
IceDragon has quit [Ping timeout: 240 seconds]
<havenwood> catphish: (1..10).to_a.values_at(1, 2, -2) #=> [2, 3, 9]
<Senjai> catphish: Convert the range into an array.
IceDragon has joined #ruby
joelroa has quit [Ping timeout: 240 seconds]
relix has joined #ruby
sdouglas has joined #ruby
<catphish> Senjai: no :)
Hanmac has quit [Ping timeout: 252 seconds]
<catphish> havenwood: that's awesome, thanks
<Senjai> catphish: You do know havenwood converted it into an array right?
browndawg has joined #ruby
mikepack has joined #ruby
<catphish> my range doesn't have values_at anyway :(
<shevy> havenwood can convert it into everything
koell has quit [Ping timeout: 252 seconds]
<shevy> even into a sandwich
<Senjai> catphish: Range#to_a returns an array... durr.
<shevy> *sanwhich
<Senjai> shevy: I wouldn't doubt that
<shevy> *sandwich haha
visof has quit [Ping timeout: 252 seconds]
<shevy> why is there sand in a sandwich ...
Vovko has quit [Remote host closed the connection]
<catphish> oh, i missed the to_a in havenwood's code
_HolyCow has joined #ruby
<catphish> i really don't want an array
<catphish> unless by some magic it doesn't actually populate the array
<catphish> in which case that would be fine
<catphish> (1..100000000000000000).to_a.values_at(1, 2, -2)
<catphish> (not fine) :)
brian___ has quit [Quit: brian___]
Megtastique has quit []
sree has joined #ruby
<apeiros> catphish: you'll have to code that yourself, I fear.
ubyte has joined #ruby
<catphish> apeiros: ok, having .last should help a lot
<apeiros> I'd probably convert the args to a set, and use select.with_index
visof has joined #ruby
<apeiros> Range has .last
Rollabunna has joined #ruby
dik_dak has quit [Ping timeout: 264 seconds]
<apeiros> but that's just the range end, it doesn't care about exclusive.
Rollabunna has quit [Remote host closed the connection]
cid404 has quit [Quit: cid404]
<catphish> if i was playing with integers i could just do range.last - 1
<havenwood> catphish: what are they? chars?
<catphish> IPAddrs
IceDragon has quit [Ping timeout: 240 seconds]
IceDragon has joined #ruby
Mongey has quit [Quit: Mongey]
OdNairy has joined #ruby
koell has joined #ruby
omegahm has joined #ruby
<catphish> range does have some search functions
npearson has joined #ruby
itadder has joined #ruby
yubrew has joined #ruby
jjbohn has joined #ruby
mourest has joined #ruby
jonah_k has joined #ruby
rm_ has joined #ruby
<catphish> whoever wrote IPAddr didn't add #+ and #- :(
xaq has quit [Remote host closed the connection]
jpierre03 has quit [Quit: -]
chrisseaton has quit []
tbrock has quit [Read error: Connection reset by peer]
xcv has joined #ruby
<jhass> I'm sure I'm totally missing something but isn't that just [1, 2, -2].map {|idx| idx >= 0 ? range.first+idx : range.last+idx }? The range is just a container for min/max here
yubrew has quit [Ping timeout: 240 seconds]
<catphish> jhass: i'm not really sure what a range is, unfortunately, range.first+idx won't work because the objects in the range don't respond to +
<catphish> i wonder how the range works at all
<jhass> it calls .succ iirc
<havenwood> #succ
sree has quit []
Vovko has joined #ruby
<jhass> so no chance to go down from max without building all possible objects in the range anyway, hmm
Es0teric has joined #ruby
<havenwood> jhass: could implement pred
<catphish> i.succ.succ works :)
<itadder> what the best tutorial for Methods
<itadder> ruby methods
<catphish> but that doesn't help with going down :(
<havenwood> net1 = IPAddr.new("192.168.2.0/24"); IPAddr.new(net1.to_i.pred, Socket::AF_INET)
axsuul has joined #ruby
<catphish> #succ should have a #pred
<havenwood> catphish: pred ^
<havenwood> example
<catphish> havenwood: that works :D
<jhass> hmm
<catphish> if i'd known .new took .to_i this would have been easier :)
<Senjai> catphish: What are you actually trying to do
<Senjai> I feel like you're going down a rabbit hole here you may not need to go down
<catphish> IPAddr.new(i.to_range.last.to_i.pred, i.family)
pothibo has joined #ruby
<catphish> i just want to find the penultimate IP in a range
<catphish> ie the last IP that isn't the broadcast address
invinceable has joined #ruby
Mongey has joined #ruby
<Senjai> catphish: Don't use one letter variables, they don't make anything clear. Isn't there a system command for that? On unix and on windows?
<Senjai> Just get the value of that.
<catphish> similarly i want the first IP that isn't the network or router address
<havenwood> reminds me of a little code i was playing with last night, pred and succ oh my!: https://gist.github.com/havenwood/9286846
cloud|nix has joined #ruby
<catphish> Senjai: it's never ok to fork to so basic maths
<Senjai> catphish: Fork to so basic maths? What?
<catphish> "Isn't there a system command for that?" - perhaps, but ruinning it would obviously require forking
<Senjai> catphish: Uhh no
nateberkopec has joined #ruby
<catphish> why not?
<Senjai> catphish: Why are you asking for help if your making conclusions about things you don't know anything about.
<Senjai> catphish: `ifconfig` grabs the result of whatever ifconfig would return in the shell
<catphish> Senjai: yes, and do you know how it does that?
nateberkopec has quit [Client Quit]
<Senjai> catphish: I don't believe it "forks", it spawns a process called if config, and gets the return value
<Senjai> Forking is forking a copy of a process
<Senjai> ifconfig*
<havenwood> i'm gunna go fork some brunch!
<catphish> yep, what you call "spawn" is actually a combination of "fork" and "exec"
rm_ has quit [Remote host closed the connection]
<catphish> if duplicates the ruby process, then replaces one of the forks with a shell, which is then used to execute the command
<itadder> so you can call methods and not use the return vaule??
rm_ has joined #ruby
<catphish> itadder: sure
<jhass> itadder: sure, you did all the time with puts and print for example
<itadder> oh
<itadder> print and puts are methods
<jhass> yes
<itadder> just call the method would be nil
<jhass> many things in ruby are actually methods
<itadder> of print an dputs
<catphish> havenwood: thanks, that should work great :)
<havenwood> catphish: no prob, happy hacking!
havenwood has quit [Remote host closed the connection]
<itadder> but when you call a method it just going to excute the last part
<itadder> I have this method
<catphish> Senjai: make sure you know what you're talking about before you flame the noobs :)
<itadder> def increment(x)
<itadder> puts "inside increment function, incrementing #{x}"
<itadder> x+1
<itadder> end
Jake232 has joined #ruby
havenwood has joined #ruby
<Senjai> catphish: Uhmm, sorry? You're solving a problem that doesn't need to be solved. You're only reason for not using the system utilities available to you is because you don't want to and are thus ignoring the easiest and fastest solution to your issue.
<jhass> itadder: you mean it returns the last expression in the method? yes
<catphish> Senjai: i politely disagree that it's better to spawn another app to subtract one from an IP address
pfg has joined #ruby
<itadder> so the first part of the expression is unsued?
<Senjai> It'd depend on the context of your app.
<Senjai> If the entire purpose of the app is to find a certain local ip address, you don't even need to use ruby.
<jhass> itadder: what's the first part of the expression for you? Because an expression always has only one value
rm_ has quit [Ping timeout: 240 seconds]
<itadder> x
<itadder> the value of x
bramvdbogaerde has joined #ruby
<itadder> the second part is the vaule of x +1, what second sloved is the second part x + 1
chrisseaton has joined #ruby
<itadder> what get sloved is the second one
yfeldblum has joined #ruby
jjbohn has quit [Quit: Leaving...]
rm_ has joined #ruby
<jhass> itadder: x+1 is one expression
Xuisce has quit [Quit: Leaving...]
ubyte has quit [Quit: Leaving...]
<jhass> because actually it yet again is a method call: x.+(1)
bramvdbogaerde has quit [Client Quit]
tbrock has joined #ruby
jjbohn has joined #ruby
rm_ has quit [Read error: Connection reset by peer]
havenwood has quit [Ping timeout: 252 seconds]
<catphish> Senjai: you're advocating farming out simple calculations unnecessarily, and frankly, you're wrong, you also flamed me for not understanding the exec process, which clearly i do and you do not, so please stop
<itadder> so what is puts "inside increment function, incrementing #{x}" <--
rm_ has joined #ruby
catphish has left #ruby ["Leaving"]
rm__ has joined #ruby
<jhass> itadder: another method call
<itadder> so why does ruby choose to call the second method call
Rollabunna has joined #ruby
<jhass> it doesn't choose, it does what you write
<itadder> but if I do something like increment(11) outside the method then it does inside increment function, incrmeneting 11
<Senjai> catphish: Whats there to understand about xxx.xxx.xxx.101 + 1 = xxx.xxx.xxx.102? Also, it has nothing absolutely nothing to do with forking. Kernel#exec simply pauses your process, starts the relevent process you've called, and returns to execution of the main process after it is complete.
Xuisce has joined #ruby
AlexRussia has quit [Read error: Connection reset by peer]
<jhass> itadder: I'm not sure what your question is
ubyte has joined #ruby
yfeldblum has quit [Ping timeout: 264 seconds]
rm_ has quit [Ping timeout: 252 seconds]
AlexRussia has joined #ruby
saarinen has quit [Quit: saarinen]
Salve_ has joined #ruby
npearson has quit [Remote host closed the connection]
shvelo has joined #ruby
rm__ has quit [Ping timeout: 240 seconds]
chrisseaton has quit []
<shevy> this is unusual
<shevy> ": #{(b+2) }"
lewix has quit [Remote host closed the connection]
npearson has joined #ruby
<shevy> itadder you must reason. why do you use ()
lw has joined #ruby
Salve has quit [Ping timeout: 264 seconds]
<itadder> I thought I had to use () so it can compute b+2
rm_ has joined #ruby
Xeago has joined #ruby
<itadder> where b = 2
<shevy> no that is not good
<itadder> err were b is a increment of 2. I am just trying to learn methods so I am playing around
deepender has quit [Ping timeout: 252 seconds]
<itadder> I need a good tutorial on methods
<shevy> you should try to stay minimal
_HolyCow has quit [Ping timeout: 240 seconds]
JasmeetQA has quit [Ping timeout: 252 seconds]
<jhass> itadder: now that has to do with objects. Numbers are instances of Fixnum. if you do a = 1 you assign an instance of Fixnum to the variable a. if you then do increment(a) you assign the value of a (the instance of Fixnum) to x. Inside increment you now call the method + on this instance of Fixnum. Fixnum#+ returns (but not assigns!, it can't, it's just a method call) a new instance of Fixnum
<jhass> that new instance is then returned from your method increment
cina has joined #ruby
OdNairy has quit [Ping timeout: 240 seconds]
<itadder> ahh becuase one of them is calling fixnum becuase of +
npearson has quit [Ping timeout: 240 seconds]
<itadder> in the other case I am not calling fixnum so it just display incerment
rm_ has quit [Read error: No route to host]
Xuisce has quit [Quit: Leaving...]
ubyte has quit [Quit: Leaving...]
rm_ has joined #ruby
<jhass> the call happens, you just do nothing with the new instance of Fixnum, so it ends in the void
rafaelmagu has joined #ruby
OdNairy has joined #ruby
browndawg has left #ruby [#ruby]
<apeiros> fuck, installing skyrim takes 35min? :(
OdNairy_ has joined #ruby
<bonhoeffer> what -- does ruby remove loop variables on break?
FOSScookie has joined #ruby
<apeiros> bonhoeffer: no. but you probably have lvars scoped only to your block.
<bonhoeffer> yeah -- i need to look into it
<apeiros> as of 1.9, lvars assigned only in a block are block-local.
<bonhoeffer> and a loop is a block
<shevy> long live 1.9.x \o/
<apeiros> "a loop" is not a block
<apeiros> loop do … end # is a method with a block
<itadder> the output I get is "inside increment function, incrementing 11
<apeiros> /pedantic
Vivekananda has joined #ruby
<Nyyx> itadder: a=x+1
<apeiros> cf., while …; end # <-- a loop, but not a block
cloud|nix has quit [Ping timeout: 264 seconds]
<bonhoeffer> transactions was not defined at the end of the loop, fixed it with trans
pushpak has joined #ruby
Vovko has quit [Remote host closed the connection]
<bonhoeffer> apeiros: got it -- so it was a method with a block
<itadder> Nyyx: oh
<apeiros> you do not wish feedback on that pasted code, right?
<banister> apeiros wanna fite
OdNairy has quit [Ping timeout: 264 seconds]
<apeiros> wait… I wish not to give feedback :)
<shevy> noooooo
<shevy> how can he learn without feedback
<itadder> i do
OdNairy_ has quit [Ping timeout: 240 seconds]
<itadder> who has the best explation for ruby methods
<shevy> itadder I will ask you
kennym has joined #ruby
sparrovv has joined #ruby
<shevy> itadder (1) How is a method in ruby created?
kennym has quit [Changing host]
kennym has joined #ruby
<itadder> def methodname() end
<shevy> k
<itadder> def methodname() some expression end
<shevy> itadder (2) What is the difference between starting a new .rb file and doing (a) "def foo; end" vs. "class Foo; def foo; end; end"
<shevy> hmm I forgot (b) there, it should be right after the vs.
coderhs has joined #ruby
visof has quit [Ping timeout: 240 seconds]
<itadder> I would need to learn that difference
<shevy> well you could still try to give an explanation
<shevy> or perhaps
<itadder> a method is resuable code thru out a program
<shevy> itadder (2) (c) how would you use the two methods defined in (a) and (b)?
kennym has quit [Client Quit]
<shevy> kk but both are methods, there must be some difference between these two
Hanmac has joined #ruby
joelroa has joined #ruby
kennym has joined #ruby
<shevy> we can also add: "module Foo; def foo; end; end"
OdNairy has joined #ruby
<itadder> so they are all types of methods
<itadder> regular methods are for resuable code, class method are a blueprint
<itadder> and module is a math method
<Nyyx> all methods are for resusable code
<shevy> well I don't know how you got to those answers itadder
<shevy> for instance, why is a module is a math method
Rollabunna has quit [Remote host closed the connection]
<shevy> there is a module called Math
jjbohn is now known as jjbohn|afk
<shevy> things like PI reside there; Math::PI
Hanmac1 has quit [Ping timeout: 264 seconds]
<shevy> anyway, let's continue
<apeiros> Nyyx: not true. I use methods to confuse my peers.
<itadder> okay
<Nyyx> a mathematical method does not mutate any state
<itadder> well you use the module method to do module which is to get the return in divisoon
<itadder> puts is a method to echo out someting in a screen
<shevy> itadder (3) is something like this here: Foo::HI a valid method call?
<apeiros> itadder: modulo != module
<apeiros> modulo is to get the rest of a division
<shevy> ohhh he meant modulo
<apeiros> >> 8.modulo 5
<eval-in___> apeiros => 3 (https://eval.in/107878)
<apeiros> eval-in___ is in retarded mode…
<shevy> itadder, you need to train your eyes better - module vs. modulo, the last character differs
joelroa has quit [Ping timeout: 240 seconds]
<shevy> itadder come on (3) is a simple yes/no question, we need to hurry to question (4)
<itadder> YEs
<shevy> itadder (4) is something like this here: Foo::HI() a valid method call?
<shevy> note that if your answer to (4) differs from (3) you need to reason :)
<itadder> yes
<itadder> becuase of ()
<shevy> yeah
<jhass> shevy: no you need to reason why that knowledge is of any use
<jhass> *now
visof has joined #ruby
<itadder> I am trying to learn methods jhass
<shevy> jhass he already answered, it's to understand the ruby parser
cina has quit [Remote host closed the connection]
<shevy> itadder we need to look at (3) though
<jhass> nobody calls methods with :: and nobody names his methods PI
arietis has quit [Quit: Computer has gone to sleep.]
<jhass> okay some may do either but I guarantee you the intersection is empty
<shevy> look
<shevy> it is possible to call methods with :: whether you like it or not
cina has joined #ruby
<shevy> if you say "nobody does" then this is simply not true
<jhass> he barely understands the core concepts, lets not trash his mind with such stuff, seriously
<shevy> who is trashing his mind?
<jhass> you
<itadder> if you want to put in online
cina has quit [Remote host closed the connection]
<shevy> ok and you are insulting me jhass
<itadder> err one line
gnephiak has quit [Quit: Konversation terminated!]
<itadder> let get along :)
<shevy> jhass now it is your turn - go help him, I will look at what you do
<Nyyx> itadder: a method takes 0 or more arguments in and computes a value to return
<jhass> shevy: just scroll up
<shevy> jhass yes do that and you can see my name trying to help him just as well. But unlike you, I did not come over and insult you, so?
<stephenmac7> Is it possible to modify a class after it's already been defined?
<Nyyx> the value returned can be replaced with the original method at the call site if it's a mathematical method
<apeiros> stephenmac7: yes
<jhass> shevy: dumping everything you know about ruby to a newbie just isn't helpful
<stephenmac7> apeiros: How?
<shevy> jhass that is your opinion and I disagree
<apeiros> stephenmac7: also, 'can X' type questions can easily be answered by just trying in irb/pry
<apeiros> stephenmac7: you just do it
<Nyyx> a class method needs an instance allocated to call the function
<Nyyx> a module method exists without the need for an instance
<itadder> FOO:HI NoMethodError: undefined method `FOO' for main:Object
<apeiros> Nyyx: all methods need an instance to be called
<itadder> this is from IRB
<stephenmac7> apeiros: Okay, I should have asked "If it's possible to modify a class after it's definition, how would I go about doing that?"
<apeiros> Nyyx: and the common definition for "class method" means a method callable directly on the class. hence the instance is already there (the class itself)
<shevy> itadder You need to look carefully - first, you used one ':' which seems strange
yubrew has joined #ruby
retnuh has joined #ruby
<apeiros> stephenmac7: still the same answer, you just modify the class. the same way you defined it.
<Nyyx> the specifics of ruby and their automatic instances are just gonna confuse him
<stephenmac7> Ah, I see.
<stephenmac7> So just define it again
mourest has quit [Remote host closed the connection]
amritanshu_ has joined #ruby
<stephenmac7> But only with the stuff you changed
<shevy> itadder the other part seems wrong as well, if it would be a method called FOO, I would expect it to be on the right side, not on the left
<apeiros> yes
<jhass> itadder: it'd be FOO::HI() after you did something like class FOO; def self:HI; end; end; which is pretty ugly, nobody does and it's not important at this stage in your learning phase
<stephenmac7> Kind of like a subclass
<shevy> like HI::FOO
amritanshu_ has quit [Read error: Connection reset by peer]
<apeiros> a remote "kind of", but yes
_maes_ has joined #ruby
<jhass> itadder: the sane way would be class Foo; def self.hi; end; end; Foo.hi but let's come back to that once you learn classes
mercwithamouth has quit [Ping timeout: 252 seconds]
cina has joined #ruby
MatthewsFace has joined #ruby
MatthewsFace has quit [Remote host closed the connection]
<itadder> I have yet to learn classes
<itadder> I am learning methods
MatthewsFace has joined #ruby
einarj has joined #ruby
chrisseaton has joined #ruby
<shevy> yes
<shevy> itadder you just need to keep in mind that methods have to reside somewhere
yubrew has quit [Ping timeout: 240 seconds]
<shevy> so you can do (a) class Foo; def something or (b) module Foo; def something or (c) just def something
amritanshu_ has joined #ruby
<jhass> and doing just (c) is totally fine for now
amritanshu_ has quit [Read error: Connection reset by peer]
<shevy> itadder all may be mildly different in how you will use them, i.e. if you transfer data via local variables or @ivars
_lynX has joined #ruby
recursive has joined #ruby
amritanshu_ has joined #ruby
amritanshu_ has quit [Client Quit]
amritanshu_ has joined #ruby
<apeiros> 59.86% documented
<shevy> itadder, (5) How would a method look that accepts arguments?
<apeiros> *sob*
<apeiros> much to do
<itadder> you would need gets
<shevy> hmm, have to go down for some minutes sorry
amritanshu_ has quit [Client Quit]
Czupa has joined #ruby
<jhass> itadder: no, gets is a method that reads a line from standard input. You were already using method arguments in your increment method. x is a method argument
Mongey has quit [Quit: Mongey]
<apeiros> gets actually reads from ARGF, not from $stdin
<apeiros> quite important. trips up lots of people.
sigurding has quit [Quit: sigurding]
<stephenmac7> Would you all recommend doing "Ruby Primer: Ascent" on RubyMonk or "Ruby Bits" on code school to learn about the more advanced (relatively) concepts in ruby
<stephenmac7> ?
Waheedi has joined #ruby
sepp2k1 has joined #ruby
<itadder> oh you are right methods_prg2.rb:7:in `+': no implicit conversion of Fixnum into String (TypeError)
sepp2k has quit [Ping timeout: 240 seconds]
ndrei has quit [Ping timeout: 264 seconds]
<itadder> you use the agrv method
<itadder> thier has to be a argument method
cina has quit [Remote host closed the connection]
rdark has quit [Quit: leaving]
visof has quit [Ping timeout: 240 seconds]
gregf has quit [Quit: WeeChat 0.4.3]
tbrock has quit [Ping timeout: 264 seconds]
Aquilo has quit []
carraroj has joined #ruby
carraroj has quit [Changing host]
carraroj has joined #ruby
TucosMeth has joined #ruby
cina has joined #ruby
Kricir has joined #ruby
emzi has joined #ruby
prionic has quit [Ping timeout: 240 seconds]
<emzi> I thought you may want to be aware of:
<emzi> Hack Ruby by https://koding.com which is offering a free 3GB account just for next 10 ours!
<itadder> going to church
<itadder> bbl
<itadder> yea
Xuisce has joined #ruby
gregf has joined #ruby
rafaelmagu has quit [Quit: Textual IRC Client: www.textualapp.com]
SegFaultAX has quit [Excess Flood]
rm_ has quit [Remote host closed the connection]
arietis has joined #ruby
yfeldblum has joined #ruby
rm_ has joined #ruby
ubyte has joined #ruby
einarj has quit [Remote host closed the connection]
rm__ has joined #ruby
diegoviola has joined #ruby
rm__ has quit [Remote host closed the connection]
rm__ has joined #ruby
sigurding has joined #ruby
emzi has quit [Ping timeout: 252 seconds]
nateberkopec has joined #ruby
SegFaultAX has joined #ruby
rm___ has joined #ruby
rm__ has quit [Read error: Connection reset by peer]
havenwood has joined #ruby
rm___ is now known as Guest20155
emzi has joined #ruby
sdouglas has quit [Remote host closed the connection]
cloud|nix has joined #ruby
nateberkopec has quit [Read error: No route to host]
emzi has quit [Client Quit]
rm_ has quit [Ping timeout: 264 seconds]
nateberkopec has joined #ruby
sdouglas has joined #ruby
crystal77 has quit [Quit: Computer has gone to sleep.]
shredding has quit [Quit: shredding]
deepender has joined #ruby
chuk has joined #ruby
JZTech101 has quit [Quit: Now what?]
meatherly has quit [Remote host closed the connection]
ndrei has joined #ruby
meatherly has joined #ruby
havenwood has quit [Ping timeout: 240 seconds]
zipper has joined #ruby
lw has quit [Read error: Connection reset by peer]
Buck has joined #ruby
recursive has quit [Ping timeout: 252 seconds]
<Buck> if I do: for x in 1..(herp*derp*flerp()) - does that get executed once or on every iteration?
cloud|nix has quit [Ping timeout: 264 seconds]
Thanatermesis has quit [Quit: ɯlɐɔ uı ʞɹoʍ oʇ ƃuıoƃ]
nateberkopec has quit [Ping timeout: 240 seconds]
sdouglas has quit [Remote host closed the connection]
binaryhat has joined #ruby
ndrei has quit [Read error: Operation timed out]
decoponio has quit [Quit: Leaving...]
bonhoeffer has quit [Quit: bonhoeffer]
jjbohn|afk is now known as jjbohn
timonv has joined #ruby
recursive has joined #ruby
lw has joined #ruby
lw has quit [Max SendQ exceeded]
<shevy> I dont even know what that is
Mongey has joined #ruby
SegFaultAX has quit [Quit: ZNC - http://znc.in]
lw has joined #ruby
<shevy> loops are much easier through loop {} or object.each
sdouglas has joined #ruby
ndrei has joined #ruby
<shevy> or x.upto(target)
Guest20155 has quit [Remote host closed the connection]
rm_ has joined #ruby
abunchofdollarsi has quit [Quit: Leaving]
<shevy> for i in 0..5; puts "Value of local variable is #{i}"; end
<shevy> for i in 1; puts "Value of local variable is #{i}"; end
<shevy> NoMethodError: undefined method `each' for 1:Fixnum
<shevy> ah you used a range
AlexRussia has quit [Remote host closed the connection]
amclain has joined #ruby
<shevy> Buck I suppose it depends what (herp*derp*flerp()) returns as value
<shevy> then it will be like 0..NUMBER_HERE
xcv has quit [Remote host closed the connection]
<shevy> or whatever x is
<Buck> shevy: it would return an integer
<apeiros> Buck: once
<Buck> thanks apeiros
Guest73663 has joined #ruby
<Buck> also, is it possible to specify a step size?
<apeiros> not with that construct
<Buck> e.g. 2..10:2 to get 2,4,6,8,10
<apeiros> 1.step(yourexpr, stepsize) do |x| … end
<Buck> yourexpr would be the upto ?
lewix has joined #ruby
<shevy> in this case it is .step
timonv has quit [Ping timeout: 252 seconds]
<Buck> great, thank you
AlexRussia has joined #ruby
<shevy> >> (100 .. 300).step(55) {|x| print x,", "}
<eval-in___> shevy => 100, 155, 210, 265, 100..300 (https://eval.in/107889)
<shevy> hmm the bot here is weird
<shevy> irb gives me: 100, 155, 210, 265, # => 100..300
Guest73663 is now known as JZTech101
JZTech101 has quit [Changing host]
JZTech101 has joined #ruby
rm_ has quit [Ping timeout: 264 seconds]
mikepack has quit [Remote host closed the connection]
mocfive has joined #ruby
noop has quit [Ping timeout: 240 seconds]
nomenkun has joined #ruby
<apeiros> Buck: no, yourexpr would be that herp*derp*flerp() thingy you've got
<Buck> apeiros: that's what I meant, what it would be stepping up to
mikepack has joined #ruby
maletor has joined #ruby
SegFaultAX has joined #ruby
<apeiros> Buck: yes
<jhass> Buck: as a general advice try to avoid for, the use cases for it are really rare and your more flexible and elegant with the alternatives
FOSScookie has quit [Quit: Leaving.]
<jhass> er, *you're
<apeiros> Buck: you're aware that there's an API documentation, ready for you to use, right?
Cache_Money_ has joined #ruby
<Buck> alright, noted jhass
crystal77 has joined #ruby
<Buck> apeiros: I wasn't aware I was looking for step. I checked out some of the loop documentation pages, though
lewix has quit [Ping timeout: 264 seconds]
Megtastique has joined #ruby
itadder has quit [Remote host closed the connection]
nomenkun has quit [Ping timeout: 240 seconds]
itadder has joined #ruby
picca has joined #ruby
visof has joined #ruby
<sigurding> anyone here ever used the sigar language bindings for ruby?
JZTech101 has quit [Quit: Now what?]
Megtastique has quit [Client Quit]
Vovko has joined #ruby
JZTech102 has joined #ruby
jjbohn is now known as jjbohn|afk
picca has quit [Quit: Lingo - http://www.lingoirc.com]
joelroa has joined #ruby
itadder has quit [Ping timeout: 264 seconds]
geggam has quit [Ping timeout: 264 seconds]
timonv has joined #ruby
mary5030 has quit [Remote host closed the connection]
yubrew has joined #ruby
arietis has quit [Quit: Computer has gone to sleep.]
jonah_k has quit [Remote host closed the connection]
joelroa has quit [Ping timeout: 264 seconds]
JZTech102 is now known as JZTech101
JZTech101 has quit [Changing host]
JZTech101 has joined #ruby
pushpak has quit [Quit: Linkinus - http://linkinus.com]
yubrew has quit [Read error: Operation timed out]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
picca has joined #ruby
cina has quit [Ping timeout: 264 seconds]
cina has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
recursiv1 has joined #ruby
xerox357 has joined #ruby
xerox357 has quit [Remote host closed the connection]
xerox357 has joined #ruby
einarj has joined #ruby
Jake232 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
recursive has quit [Ping timeout: 264 seconds]
timonv has quit [Remote host closed the connection]
timonv has joined #ruby
thesheff17 has quit [Remote host closed the connection]
Mongey has quit [Quit: Mongey]
larsam has quit [Quit: larsam]
binaryhat has quit [Quit: Leaving]
picca has quit [Remote host closed the connection]
<shevy> never heard of sigar before
arietis has joined #ruby
<shevy> or do you mean cigar
<shevy> or sugar
<shevy> :-)
<atmosx> Have a cigar? PF
<atmosx> heh
Spami has joined #ruby
Spami_ has joined #ruby
recursiv1 has quit [Ping timeout: 240 seconds]
xerox357 has quit [Ping timeout: 240 seconds]
deadlock has quit [Read error: Connection reset by peer]
zipper has quit [Ping timeout: 264 seconds]
larsam has joined #ruby
chrisseaton has quit []
Spami_ has quit [Client Quit]
Spami has quit [Client Quit]
deepender has quit [Ping timeout: 264 seconds]
_2_la has joined #ruby
timonv has quit [Read error: Connection reset by peer]
timonv has joined #ruby
Matriks has quit [Remote host closed the connection]
jonah_k has joined #ruby
<_2_la> hola
larsam has quit [Ping timeout: 240 seconds]
_2_la has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 252 seconds]
ninegrid has quit [Ping timeout: 264 seconds]
visof has quit [Ping timeout: 252 seconds]
cina has quit [Remote host closed the connection]
simono has joined #ruby
bklane has joined #ruby
sigurding has quit [Ping timeout: 240 seconds]
<shevy> atmosx I am bored
<atmosx> shevy: We should write my thesis application together
<atmosx> shevy: you'll just write the methods, me the interface.
<shevy> hehehe
<shevy> I am rewriting an old class right now
bluenemo has joined #ruby
bluenemo has joined #ruby
bluenemo has quit [Changing host]
<shevy> I am eliminating what is no longer in use
OdNairy has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nomenkun has joined #ruby
sigurding has joined #ruby
guilleiguaran has joined #ruby
cina has joined #ruby
nomenkun has quit [Remote host closed the connection]
thesheff17 has joined #ruby
nomenkun has joined #ruby
iliketurtles has joined #ruby
steffes has joined #ruby
<shevy> hmm if a variable a can be nil, true, false or a hash, by default nil, how to best check whether it is true?
<jhass> == true ?
<apeiros> that sounds badly designed shevy
<apeiros> a variable should usually only ever be of one type, or nil
<shevy> jhass yeah I was worried about that :(
codezomb has joined #ruby
nomenkun has quit [Ping timeout: 240 seconds]
nateberkopec has joined #ruby
havenwood has joined #ruby
thumpba has joined #ruby
ekinmur has joined #ruby
nouitfvf has quit [Ping timeout: 240 seconds]
bklane has quit [Quit: Leaving...]
deepender has joined #ruby
<shevy> is anyone of you looking at pygame?
codezomb has quit [Client Quit]
robert__ has quit [Ping timeout: 264 seconds]
<shevy> apeiros I think that would look similar to what you once tried to do in ruby http://pygame.org/shots/1801.png
<shevy> but it's like noone is using ruby for games
sparrovv has quit [Remote host closed the connection]
thumpba has quit [Ping timeout: 240 seconds]
george2 has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
x1337807x has joined #ruby
x1337807x has quit [Max SendQ exceeded]
x1337807x has joined #ruby
sigurding has quit [Quit: sigurding]
retnuh has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mocfive has quit [Remote host closed the connection]
phansch has quit [Read error: Connection reset by peer]
mocfive has joined #ruby
Mongey has joined #ruby
diegoviola has quit [Quit: WeeChat 0.4.3]
jjbohn|afk has quit [Quit: Leaving...]
redlines has quit [Read error: Connection reset by peer]
Jake232 has joined #ruby
phansch has joined #ruby
factormystic has quit [Read error: Connection reset by peer]
rm_ has joined #ruby
nateberkopec has joined #ruby
mocfive has quit [Ping timeout: 240 seconds]
alexju has joined #ruby
cina has quit [Quit: leaving]
picca has joined #ruby
rm_ has quit [Remote host closed the connection]
rm_ has joined #ruby
Megtastique has joined #ruby
havenwood has quit [Ping timeout: 264 seconds]
Megtastique has quit [Client Quit]
mikepack has quit [Remote host closed the connection]
meatherly has quit [Remote host closed the connection]
meatherly has joined #ruby
mikepack has joined #ruby
alexju has quit [Remote host closed the connection]
rpbertp13 has joined #ruby
Dwarf has joined #ruby
rm_ has quit [Ping timeout: 240 seconds]
auxbuss has joined #ruby
ekinmur has quit []
alexju has joined #ruby
IceDragon has quit [Ping timeout: 252 seconds]
maletor has joined #ruby
IceDragon has joined #ruby
<davidcelis> I've been having an issue with Thor; there are some unfortunate disparities i'm seeing between running `cli help [COMMAND]` and `cli [COMMAND] --help`, but maybe I'm just doing something wrong. If anybody's good with building Thor CLIs, I'd really appreciate a looksie: https://github.com/erikhuda/thor/issues/402
meatherly has quit [Ping timeout: 244 seconds]
Matriks has joined #ruby
Jetchisel has joined #ruby
arietis has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
FOSScookie has joined #ruby
robert_ has joined #ruby
wwalker_ is now known as wwalker
yubrew has joined #ruby
bluenemo has quit [Remote host closed the connection]
_maes_ has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
axl_ has quit [Quit: axl_]
joelroa has joined #ruby
lolmaus has quit [Read error: Connection reset by peer]
skaflem has quit [Quit: Leaving]
yubrew has quit [Ping timeout: 240 seconds]
Mongey has quit [Quit: Mongey]
maletor has quit [Quit: Computer has gone to sleep.]
ndrei has quit [Ping timeout: 264 seconds]
meatherly has joined #ruby
FOSScookie has quit [Quit: Leaving.]
joelroa has quit [Ping timeout: 264 seconds]
axl_ has joined #ruby
brucele_ has joined #ruby
echevemaster has joined #ruby
picca has quit [Quit: Lingo - http://www.lingoirc.com]
angusiguess has joined #ruby
picca has joined #ruby
OdNairy has joined #ruby
mikepack has quit [Remote host closed the connection]
rpbertp13 is now known as ricercare
ricercare has quit []
chuk has quit [Quit: Leaving]
ricercare has joined #ruby
aspires has joined #ruby
m8 has joined #ruby
mikepack has joined #ruby
timonv has quit [Remote host closed the connection]
auxbuss has quit [Quit: I'm gone.]
timonv has joined #ruby
PSYCLOO has quit [Ping timeout: 240 seconds]
ndrei has joined #ruby
steffes has quit [Remote host closed the connection]
ricercare has quit []
steffes has joined #ruby
Tricky1 has joined #ruby
PSYCLOO has joined #ruby
timonv has quit [Ping timeout: 240 seconds]
steffes has quit [Client Quit]
mostlybadfly has quit [Quit: Connection closed for inactivity]
retnuh has joined #ruby
bluehavana_ has joined #ruby
rm_ has joined #ruby
visof has joined #ruby
wallerdev has joined #ruby
axl_ has quit [Quit: axl_]
jcs222 has quit [Quit: leaving]
jackneill has quit [Ping timeout: 264 seconds]
itadder has joined #ruby
grvgr has quit [Quit: grvgr]
ricercare has joined #ruby
blackmesa has joined #ruby
ricercare is now known as blasius
aspires has quit []
<jxport> how can duplicated code be avoided between services in SOA (Service Oriented Architectures - e.g. model objects, to represent objects common to both services?
blasius has quit [Client Quit]
blasius has joined #ruby
Kricir has quit [Remote host closed the connection]
iliketurtles has quit [Quit: zzzzz…..]
chrisseaton has joined #ruby
grampajoe has joined #ruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
brucele_ has quit [Ping timeout: 252 seconds]
picca has quit [Quit: Lingo - http://www.lingoirc.com]
simono has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
visof has quit [Ping timeout: 264 seconds]
picca has joined #ruby
n88 has quit [*.net *.split]
rm_ has quit [Remote host closed the connection]
rm_ has joined #ruby
<itadder> hi I am back
meatherly has quit [Remote host closed the connection]
jph98 has joined #ruby
Bosox20051 has joined #ruby
Geniack has quit [Remote host closed the connection]
Geniack has joined #ruby
jpierre03 has joined #ruby
rm_ has quit [Ping timeout: 240 seconds]
lw has quit [Quit: s]
mikepack has quit [Remote host closed the connection]
mikepack has joined #ruby
saarinen has joined #ruby
mikepack has quit [Remote host closed the connection]
zaargy_ is now known as zaargy
AlexRussia is now known as AlexRussia_Away
Kricir has joined #ruby
havenwood has joined #ruby
coderhs has quit [Ping timeout: 264 seconds]
centrx has joined #ruby
chrisseaton has quit []
curious_ has joined #ruby
<curious_> what is a symbol?
<curious_> what is the purpose of symbols, how do you create them?
rankine has joined #ruby
mikepack has joined #ruby
havenwood has quit [Ping timeout: 244 seconds]
Elico has joined #ruby
Elico has left #ruby [#ruby]
<RubyPanther> curious_: a symbol is an identifier for use in code. Like a string, but that the programmer sees, not the user. Or you could say, a string that is not data. How to create them: http://s3.amazonaws.com/mislav.baconfile.com/poignant-guide%2Fchapter-3-chunky-bacon.mp3
Czupa has quit [Remote host closed the connection]
JBreit has joined #ruby
jrhe has quit [Quit: Connection closed for inactivity]
<curious_> RubyPanther, lol.....
yubrew has joined #ruby
<curious_> RubyPanther, thank you for this resourceful link *eh hem*. Very appalling.
Asher has quit [Quit: Leaving.]
<RubyPanther> poignant guides are not for all, some people need dry fare
<itadder> anyone here use aws free
<itadder> what the best guide for methods for a newbie
bluOxigen has quit [Ping timeout: 264 seconds]
Kricir has quit [Remote host closed the connection]
<centrx> AWS Free! When did this happen?
slowcon has joined #ruby
maletor has joined #ruby
<Nyyx> centrx: since launch
<Nyyx> free for a year
<Nyyx> for new accounts
<centrx> Oh, it's time limited
yubrew has quit [Ping timeout: 240 seconds]
workmad3 has joined #ruby
chrisseaton has joined #ruby
picca has left #ruby [#ruby]
joelroa has joined #ruby
Kricir has joined #ruby
Megtastique has joined #ruby
sadasda has joined #ruby
sadasda has quit [Client Quit]
joelroa has quit [Ping timeout: 244 seconds]
mansi_ has quit [Read error: Connection reset by peer]
mansi has joined #ruby
jcs222 has joined #ruby
Xeago has quit [Remote host closed the connection]
eka has quit [Quit: My computer has gone to sleep. ZZZzzz…]
Emmanuel_Chanel has quit [Ping timeout: 240 seconds]
angusiguess has quit [Read error: Connection reset by peer]
mostlybadfly has joined #ruby
angusiguess has joined #ruby
m8 has quit [Quit: Sto andando via]
Emmanuel_Chanel has joined #ruby
Atw has joined #ruby
yfeldblu_ has joined #ruby
Xeago has joined #ruby
aryaching has quit [Ping timeout: 264 seconds]
ws2k3 is now known as ws2k3__
hermanmunster has quit [Remote host closed the connection]
<itadder> how do I pass a argument to a method
<itadder> like ruby mymethods.rb test 1
x77686d has joined #ruby
hermanmunster has joined #ruby
echevemaster has quit [Read error: Connection reset by peer]
<centrx> itadder, You mean on the command line?
axl_ has joined #ruby
yfeldblum has quit [Ping timeout: 265 seconds]
tgkokk has joined #ruby
slowcon has quit [Quit: slowcon]
mansi has quit [Read error: Connection reset by peer]
mansi has joined #ruby
Asher has joined #ruby
Salve_ has quit [Remote host closed the connection]
hermanmunster has quit [Ping timeout: 240 seconds]
nomenkun has joined #ruby
Astralum has quit [Ping timeout: 264 seconds]
pontiki has joined #ruby
Salve_ has joined #ruby
nomenkun has quit [Ping timeout: 240 seconds]
dodosan has joined #ruby
TucosMeth has quit [Remote host closed the connection]
Jetchisel has left #ruby ["Unfortunately time is always against us -- *Morpheus*"]
saarinen has quit [Quit: saarinen]
tvw has joined #ruby
grampajoe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Xeago has quit [Remote host closed the connection]
Xeago has joined #ruby
soro has joined #ruby
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
soro has left #ruby ["Leaving"]
atno has quit [Ping timeout: 264 seconds]
ringaroses has joined #ruby
rankine has quit [Quit: leaving]
pfg has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lmickh has joined #ruby
pfg has joined #ruby
slowcon has joined #ruby
byprdct has joined #ruby
jonah_k has quit [Remote host closed the connection]
mary5030 has joined #ruby
jonah_k has joined #ruby
axl_ has quit [Quit: axl_]
maletor_ has joined #ruby
maletor has quit [Ping timeout: 240 seconds]
angusiguess has quit [Ping timeout: 240 seconds]
invinceable has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
barratt has joined #ruby
derek_c has joined #ruby
webgen has joined #ruby
<webgen> hi guys
<jhass> itadder: you already did pass an argument to a method. Remember your increment method? x was an argument, increment(11) made x = 11, that's called passing an argument
jcs222 has quit [Ping timeout: 265 seconds]
<webgen> can anyone point me to how to use emacs rubymode ? I am new to both emacs and ruby !
<webgen> I have ruby and emacs both installed on my lubuntu, whats next?
<centrx> Switch to vim!
Megtastique has quit []
alexju has quit [Remote host closed the connection]
<webgen> centrx, i was actually starting with vim but its weirder
mgberlin has joined #ruby
atno has joined #ruby
itadder has quit [Remote host closed the connection]
<webgen> centrx and I couldnt even find a good tutorial for vim. if u point me to one then I might change my mind lol
itadder has joined #ruby
carraroj has quit [Quit: Konversation terminated!]
<shevy> itadder you describe the commandline here. the commandline is available inside of ruby code in the constant ARGV. do p ARGV inside your script to analyze
jcs222 has joined #ruby
<centrx> webgen, The basics is there is a command mode and an insert mode. Go into insert mode to edit by pressing "i" or <Insert>. Exit insert mode with <Esc>
<elaptics> webgen: there is a tutorial built in to vim, but for external resources try http://vim-adventures.com/
<webgen> thanks centrx that explains a lot haha
yubrew has joined #ruby
<elaptics> webgen: if you're just starting out, start with whatever editor you're used to. Don't complicate things further
<webgen> elaptics, i have heard about the built in tutorial but i need a tutorial how to access the tutorial lmfo thanks for external though
mavcunha has joined #ruby
<elaptics> webgen: you just type :help when you first start vim
<webgen> elaptics I am used to netbeans and stuff like that but ruby community likes things like vim emacs or sublime
<elaptics> webgen: there is rubymine if you like ide's
kirun has quit [Quit: Client exiting]
<RubyPanther> welcome to the tyranny of mode-based editing
<webgen> elaptics I tried but i dont want to buy it haha
<webgen> elaptics couldnt crack it on ubuntu
itadder has quit [Ping timeout: 265 seconds]
<webgen> ok i ll try vim, haha
<centrx> Yay. Another convert.
<RubyPanther> emacs lets you do everything from a pull-down menu
* atmosx Rolling Stones - Gimme shelter
derek_c has quit [Ping timeout: 264 seconds]
<webgen> only one reason, irc vim channel is much bigger than of emacs
adurity has quit [Quit: Leaving...]
<elaptics> webgen: here's the article that got me to switch to vim http://mislav.uniqpath.com/2011/12/vim-revisited/
<webgen> elaptics do you know anything of neovim ? is it same thing just written differently?
yubrew has quit [Ping timeout: 240 seconds]
maletor_ has quit [Quit: Computer has gone to sleep.]
<elaptics> webgen: it'll be the same but more modern underpinnings I believe. Wouldn't worry about that yet, it's still early in development so doubt it'll be ready for primetime for another year or two
<webgen> elaptics kk thanks dude
sparrovv has joined #ruby
simono has joined #ruby
simono has quit [Client Quit]
mansi has quit [Remote host closed the connection]
mansi has joined #ruby
speakingcode has joined #ruby
Hanmac1 has joined #ruby
gilest has joined #ruby
chrisseaton has quit [Remote host closed the connection]
Xeago has quit [Remote host closed the connection]
Hanmac has quit [Ping timeout: 240 seconds]
chrisseaton has joined #ruby
jetblack_ has joined #ruby
ringaroses1 has joined #ruby
jonah_k has quit [Remote host closed the connection]
jzig has quit []
Xeago has joined #ruby
byprdct has quit [Ping timeout: 240 seconds]
mansi has quit [Ping timeout: 240 seconds]
grzywacz has quit [Quit: :wq]
grampajoe has joined #ruby
ringaroses has quit [Ping timeout: 264 seconds]
<webgen> elaptics I am stuck in insert mode
<elaptics> webgen: press escape
<elaptics> webgen: puts you back in command mode
ringaroses1 has quit [Ping timeout: 240 seconds]
speakingcode has quit [Ping timeout: 240 seconds]
joelroa has joined #ruby
<webgen> elaptics haha thanks one more thing |tutor| is the command, I just push ":" and the I put in |tutor| ?
Megtastique has joined #ruby
tvw has quit []
nisstyre has quit [Quit: WeeChat 0.4.3]
griffindy has joined #ruby
claymore has quit [Quit: Leaving]
<elaptics> webgen: I just checked you can actually just run vimtutor from the terminal
<elaptics> webgen: that should take you through the basics
<webgen> elaptics cool, at last I got something started :D
joelroa has quit [Ping timeout: 244 seconds]
Cope__ has quit [Ping timeout: 244 seconds]
codeitagile has quit [Quit: Leaving.]
Cope has joined #ruby
Matriks has quit [Remote host closed the connection]
nath_schwarz has quit [Remote host closed the connection]
curious_ has quit [Ping timeout: 245 seconds]
Matriks has joined #ruby
xaq has joined #ruby
derek_c has joined #ruby
lw has joined #ruby
Es0teric has quit [Quit: Nigga, im OUTIE 5000]
jph98_ has joined #ruby
rahult has joined #ruby
codeitagile has joined #ruby
alexherb1 has quit [Quit: WeeChat 0.4.3-dev]
alexherbo2 has joined #ruby
centrx has quit [Quit: All this computer hacking is making me thirsty]
Matriks has quit [Ping timeout: 244 seconds]
codeitagile has quit [Remote host closed the connection]
alexherbo2 has quit [Client Quit]
mercwithamouth has joined #ruby
jph98 has quit [Ping timeout: 240 seconds]
alexherbo2 has joined #ruby
jph98_ is now known as jph98
rahult_ is now known as rahult
tolstoi has quit [Ping timeout: 245 seconds]
Matriks has joined #ruby
centrx has joined #ruby
jcs222 has quit [Quit: leaving]
ndrei has quit [Ping timeout: 240 seconds]
rm_ has joined #ruby
sdouglas has quit [Remote host closed the connection]
lyanchih has joined #ruby
sdouglas has joined #ruby
SHyx0rmZ has quit [Quit: ネウロイを負かさなきゃならないね]
wiku5_ has joined #ruby
yfeldblu_ has quit [Read error: Connection reset by peer]
yfeldblum has joined #ruby
jonah_k has joined #ruby
codeitagile has joined #ruby
mikepack has quit [Remote host closed the connection]
sdouglas has quit [Ping timeout: 265 seconds]
redhands has joined #ruby
<webgen> which one is the most popular addon for vim and how to install it?
kennym1 has joined #ruby
ndrei has joined #ruby
grampajoe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Xeago has quit [Read error: Connection reset by peer]
jph98_ has joined #ruby
Xeago has joined #ruby
Butcho has joined #ruby
phansch has quit [Quit: WeeChat 0.4.2]
mansi has joined #ruby
Salve has joined #ruby
Salve_ has quit [Ping timeout: 252 seconds]
kennym has quit [Ping timeout: 252 seconds]
<shevy> vim!
<shevy> sublime addon beats it webgen
jph98 has quit [Ping timeout: 244 seconds]
jph98_ is now known as jph98
dodosan has quit [Remote host closed the connection]
<webgen> shevy so I am split three ways some people tell me to use emacs some sublime and most of them tell me it about vim hahaha
<shevy> well
<shevy> whatever the solution, if the question is between vim and emacs, don't pick either of them
Matriks has quit [Remote host closed the connection]
<shevy> whether it then is sublime or some other editor that is not so important
<shevy> I actually don't use sublime nor vim nor emacs :P
angusiguess has joined #ruby
<webgen> shevy so what do you use?
<shevy> bluefish 1.0.7 in the minimal variant!
<shevy> almost no menus
<shevy> it still had custom keybindings
<shevy> 2.x got rid of that :(
<shevy> stupid version downgrades
<webgen> shevy i think i am good, I had enough nausea diving into emacs/vim
grampajoe has joined #ruby
hermanmunster has joined #ruby
BraddBitt has joined #ruby
BraddPitt has quit [Ping timeout: 264 seconds]
<shevy> hehe
hermanmunster has quit [Remote host closed the connection]
<shevy> they mess with the brain
hermanmunster has joined #ruby
hermanmunster has quit [Remote host closed the connection]
<redhands> oo editor war. emacs is the greatest
mansi has quit [Ping timeout: 252 seconds]
<deepy-> all hail eclipse
<webgen> lol sounds ridiculous
fgo has joined #ruby
hermanmunster has joined #ruby
<redhands> ew eclipse, quit your trolling you.
nomenkun has joined #ruby
<webgen> i dont deslike either editor, i just have fun with the passion of all sides haha
<deepy-> I'm a java developer by night
<deepy-> or was it full moon?
<redhands> oh well in that case, your love of eclipse is perfectly justified
<mostlybadfly> practicing factoring. would there be an even simpler way to write this? puts 1 < 2 == true ? "One is less than two!" : " One is not less than two."
kennym1 has left #ruby [#ruby]
blackmesa has quit [Read error: Connection reset by peer]
<webgen> guys I am trying to post on vim channel and tells me I cant send to that channel, why?
<redhands> yes, condition on the "not"
<mostlybadfly> and hi everyone :)
blackmesa has joined #ruby
<slowcon> hey guys. I'm seriously going crazy here. can anyone try to download a file successfully from zippy share? here is a example link http://www3.zippyshare.com/v/35450481/file.html
<slowcon> right now I'm trying to use watir with phantomjs
<webgen> mostlybadfly i dont think there would be shorter way to do that
<pontiki> no way
<redhands> mostlybadfly: condition on the "not"
<mostlybadfly> what do you mean by that?
mocfive has joined #ruby
xbob has quit []
<pontiki> you don't have to test if a test is true or not
yfeldblu_ has joined #ruby
<redhands> puts "One is" + (1<2 ? " " : " not ") + "less than two"
<pontiki> (1<2) ? "one is less than two" : "it's not, actually"
yfeldblum has quit [Read error: Connection reset by peer]
hermanmunster has quit [Ping timeout: 240 seconds]
<shevy> webgen it is their way of telling you to not come to them
<shevy> webgen because they hate you :)
<redhands> see that is shorter
nomenkun has quit [Ping timeout: 240 seconds]
iliketurtles has joined #ruby
<shevy> you can register on freenode though then you can join
<webgen> shevy holy shit bye vim forever
<shevy> hehe
<webgen> lmfo
hermanmunster has joined #ruby
rootshift has joined #ruby
thumpba has joined #ruby
CpuID has joined #ruby
CpuID has quit [Changing host]
CpuID has joined #ruby
Adran has joined #ruby
Shidash has joined #ruby
grvgr has joined #ruby
bklane has joined #ruby
<webgen> asd
yubrew has joined #ruby
slowcon has quit [Quit: slowcon]
thumpba has quit [Ping timeout: 244 seconds]
ephemerian has quit [Quit: Leaving.]
jhass is now known as jhass|off
visof has joined #ruby
Xeago_ has joined #ruby
agjacome has quit [Ping timeout: 240 seconds]
fgo has quit [Remote host closed the connection]
evenix has joined #ruby
<mostlybadfly> redhands: that is really neat redhands thanks
jetblack_ has quit [Ping timeout: 240 seconds]
<mostlybadfly> pontiki: is that because it just is true anyway so there is no need for the comparison?
havenwood has joined #ruby
<TTilus> mostlybadfly: puts "One is #{"not " if 1>=2}less than two."
Xeago has quit [Ping timeout: 240 seconds]
yubrew has quit [Ping timeout: 240 seconds]
derek_c has quit [Ping timeout: 264 seconds]
Xuisce has quit [Quit: Leaving...]
ubyte has quit [Quit: Leaving...]
wiku5_ has quit [Ping timeout: 240 seconds]
<mostlybadfly> hmmm interesting
<redhands> mostlybadfly: anytime :)
sdouglas has joined #ruby
recursive has joined #ruby
dseitz has joined #ruby
mavcunha has quit [Quit: Textual IRC Client: www.textualapp.com]
tgkokk has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mostlybadfly> it is fascinating how many different ways there are to do it
jph98 has quit [Quit: jph98]
Elico1 has joined #ruby
havenwood has quit [Ping timeout: 264 seconds]
einarj has quit [Remote host closed the connection]
n88 has joined #ruby
hermanmunster has quit [Remote host closed the connection]
hermanmunster has joined #ruby
fgo has joined #ruby
mikepack has joined #ruby
inversesquarelaw has joined #ruby
wiku5_ has joined #ruby
sdouglas has quit [Ping timeout: 240 seconds]
mehlah has quit [Quit: Leaving...]
Butcho has quit [Ping timeout: 252 seconds]
evenix has quit [Ping timeout: 264 seconds]
elaptics is now known as elaptics`away
hermanmunster has quit [Ping timeout: 240 seconds]
workmad3 has quit [Read error: Operation timed out]
Butcho has joined #ruby
Megtastique has quit []
chuk has joined #ruby
markisonfire has joined #ruby
nathansoz has joined #ruby
MatthewsFace has quit [Quit: This computer has gone to sleep]
shvelo has quit [Ping timeout: 264 seconds]
sparrovv has quit [Remote host closed the connection]
AlSquirikou has quit [Quit: This computer has gone to sleep]
freerobby has joined #ruby
klaut has quit [Remote host closed the connection]
visof has quit [Ping timeout: 244 seconds]
lkba has quit [Ping timeout: 252 seconds]
sailias has joined #ruby
joelroa has joined #ruby
kotk1 has quit [Ping timeout: 252 seconds]
kzrl has quit [Ping timeout: 264 seconds]
grvgr has quit [Quit: grvgr]
mary5030 has quit [Remote host closed the connection]
banister has joined #ruby
tommyvdesigneryo has joined #ruby
PSYCLOO has quit []
joelroa has quit [Ping timeout: 240 seconds]
kopasetik has joined #ruby
vlad_starkov has quit [Remote host closed the connection]
ae-r has joined #ruby
jonah_k has quit [Remote host closed the connection]
sunzula has joined #ruby
yasushi has joined #ruby
VTLob has quit [Quit: VTLob]
freerobby has quit [Quit: Leaving.]
Jetchisel has joined #ruby
yasushi has quit [Ping timeout: 240 seconds]
bklane has quit [Quit: Leaving...]
jmau5 has joined #ruby
ae-r has quit [Ping timeout: 244 seconds]
redhands has quit [Quit: WeeChat 0.4.3]
sunzula has quit []
Xuisce has joined #ruby
ubyte has joined #ruby
codeitagile has quit [Remote host closed the connection]
klaut has joined #ruby
dodosan has joined #ruby
mikepack has quit [Remote host closed the connection]
redlines has joined #ruby
wallerdev has quit [Quit: wallerdev]
slowcon has joined #ruby
lkba has joined #ruby
shaileshg has quit [Quit: Connection closed for inactivity]
Hobogrammer has joined #ruby
jmau5 has quit [Remote host closed the connection]
jmau5 has joined #ruby
grvgr has joined #ruby
ktosiek_ has joined #ruby
charliesome has joined #ruby
ktosiek has quit [Ping timeout: 240 seconds]
mansi has joined #ruby
jmau5 has quit [Ping timeout: 265 seconds]
lw has quit [Quit: s]
sparrovv has joined #ruby
dodosan has quit [Remote host closed the connection]
dodosan has joined #ruby
joshwines has left #ruby [#ruby]
dodosan has quit [Remote host closed the connection]
burgess|vayo has joined #ruby
dodosan has joined #ruby
_bart has quit [Remote host closed the connection]
angusiguess has quit [Write error: Connection reset by peer]
angusiguess has joined #ruby
GinoMan has joined #ruby
Beoran_ has joined #ruby
MatthewsFace has joined #ruby
mjs2600 has quit [Remote host closed the connection]
gilest has quit [Quit: Leaving...]
grampajoe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dodosan has quit [Remote host closed the connection]
dodosan has joined #ruby
jonah_k has joined #ruby
Elico has joined #ruby
Beoran has quit [Ping timeout: 264 seconds]
crystal77 has quit [Quit: Textual IRC Client: www.textualapp.com]
yubrew has joined #ruby
anth0ny_ has joined #ruby
Elico1 has quit [Ping timeout: 240 seconds]
<anth0ny_> Python guy here, I know almost nothing about Ruby. What does it mean when something is like "foo 'bar'". How is that different from "foo = 'bar'"?
<anth0ny_> I'm asking in relation to a Homebrew formula, such as :https://github.com/Homebrew/homebrew-science/blob/master/gmt.rb#L4
freerobby has joined #ruby
nfk has quit [Quit: yawn]
seksifemale has joined #ruby
<centrx> anth0ny_, It is a method call with 'bar' as the argument
<atmosx> anth0ny_: foo 'bar' => foor('bar')
<centrx> anth0ny_, Same as foo('bar')
yubrew has quit [Ping timeout: 244 seconds]
<anth0ny_> ah, okay, I somewhat suspected that. thanks centrx and atmosx
rootshift has quit [Quit: My MacBook has decided to go to sleep. Zzzz..]
dingus_khan has joined #ruby
mjs2600 has joined #ruby
vlad_starkov has joined #ruby
sailias has quit [Ping timeout: 240 seconds]
pseism has joined #ruby