Inline has quit [Remote host closed the connection]
Inline has joined #ruby
Inline has quit [Remote host closed the connection]
Inline has joined #ruby
crankharder has quit [Ping timeout: 264 seconds]
<leftylink>
hmm, trying to think of any special meanings for 303 (like there are for 404), but not coming up with one at the moment
nyuszika7h_ has joined #ruby
Inline has quit [Ping timeout: 268 seconds]
crankharder has joined #ruby
nyuszika7h has quit [Ping timeout: 260 seconds]
nyuszika7h_ is now known as nyuszika7h
nyuszika7h has quit [Ping timeout: 260 seconds]
oma6_ has joined #ruby
oma6 has quit [Ping timeout: 265 seconds]
Inline has joined #ruby
nat_of_cy has joined #ruby
nyuszika7h has joined #ruby
BrianWGray has joined #ruby
smurfke has quit [Ping timeout: 260 seconds]
Inline has quit [Remote host closed the connection]
Inline has joined #ruby
Inline has quit [Quit: Leaving]
nat_of_cy has quit [Quit: nat_of_cy]
bandithijo has joined #ruby
bandithijo has left #ruby [#ruby]
thiccdaddy has joined #ruby
angrywombat has joined #ruby
<angrywombat>
how do i use a tuple in ruby
valeness has joined #ruby
<adam12>
angrywombat: Ruby doesn't necessarily have a "tuple", at least in the traditional sense. What are you looking at doing at a more higher level? Maybe we can provide better guidance.
nyuszika7h has quit [Ping timeout: 268 seconds]
nyuszika7h has joined #ruby
JSharp has quit [Ping timeout: 245 seconds]
JSharp has joined #ruby
constxd has joined #ruby
pwnd_sfw5 has joined #ruby
ralu6 has joined #ruby
whysthatso1 has joined #ruby
kapil_ has joined #ruby
<angrywombat>
well i use python usually but i got stuck on a ruby project
<angrywombat>
any of you guys know a guide for switching?
llua` has joined #ruby
balo_ has joined #ruby
caleb1 has joined #ruby
ged_ has joined #ruby
<adam12>
angrywombat: Switching from Python to Ruby?
<angrywombat>
yeah
<angrywombat>
like what am i in for
<adam12>
angrywombat: Python tuple looks like a Ruby Array.
oma6__ has joined #ruby
<adam12>
Other than Ruby array's are mutatable.
<adam12>
So the semantics are probably the same.
oma6_ has quit [Ping timeout: 245 seconds]
JSharp has quit [*.net *.split]
constxo has quit [*.net *.split]
pwnd_sfw has quit [*.net *.split]
llua has quit [*.net *.split]
caleb has quit [*.net *.split]
oz has quit [*.net *.split]
comet23 has quit [*.net *.split]
JayDoubleu_ has quit [*.net *.split]
whysthatso13 has quit [*.net *.split]
ralu has quit [*.net *.split]
ged has quit [*.net *.split]
kapil has quit [*.net *.split]
pusewic|away_ has quit [*.net *.split]
balo has quit [*.net *.split]
siasmj has quit [*.net *.split]
pwnd_sfw5 is now known as pwnd_sfw
Fridtjof has quit [*.net *.split]
ralu6 is now known as ralu
ged_ is now known as ged
Fridtjof has joined #ruby
comet23 has joined #ruby
oz has joined #ruby
JayDoubleu_ has joined #ruby
siasmj has joined #ruby
pusewic|away_ has joined #ruby
JSharp has joined #ruby
TomyWork has quit [Remote host closed the connection]
roadie has quit [Quit: ERC (IRC client for Emacs 25.3.50.1)]
ur5us_ has joined #ruby
BSaboia has quit [Quit: This computer has gone to sleep]
ua__ has quit [Ping timeout: 268 seconds]
tkonto has quit [Quit: tkonto]
mabelli has joined #ruby
mabelli has quit [Quit: WeeChat 3.3]
<rapha>
just wrote a method called rm_rf in a Rakefile, expecting _it_ to be run when I call upon rm_rf('blah')
<rapha>
instead `rm -rf blah` was run. like, _actually_
<rapha>
TIL, no shit!
lucasb has joined #ruby
<adam12>
lol
Inline has joined #ruby
_ht has quit [Remote host closed the connection]
___nick___ has quit [Ping timeout: 260 seconds]
jpw has quit [Remote host closed the connection]
SuperLag has quit [Ping timeout: 260 seconds]
nat_of_cy has joined #ruby
nat_of_cy has quit [Client Quit]
constxd has quit [Ping timeout: 265 seconds]
nat_of_cy has joined #ruby
BSaboia has joined #ruby
BSaboia has quit [Client Quit]
ua_ has joined #ruby
duds- has joined #ruby
BSaboia has joined #ruby
Inline has quit [Ping timeout: 250 seconds]
caleb1 is now known as caleb
vit has quit [Ping timeout: 256 seconds]
BSaboia has quit [Quit: This computer has gone to sleep]
<ox1eef>
rapha: that's weird, shouldn't the last definition (yours) take precendence?
<rapha>
one would think so, right
<rapha>
at first i thought it was FileUtils' rm_rf
<rapha>
but googling around, here's someone doing this on purpose in a Rakefile who apparently knows more than i do: https://gist.github.com/hivan/2278433