teclator has quit [Remote host closed the connection]
caleb has quit [Quit: WeeChat 2.8]
Inline has joined #ruby
andrea[m] has quit [K-Lined]
hsiktas[m] has quit [K-Lined]
alex[m] has quit [K-Lined]
jhass[m] has quit [K-Lined]
artemon has quit [K-Lined]
MeowcatWoofWoofF has quit [K-Lined]
sixecho has quit [K-Lined]
saltrocklamp[m] has quit [K-Lined]
BSaboia has quit [Quit: This computer has gone to sleep]
jhass[m] has joined #ruby
JSharp has quit [Ping timeout: 265 seconds]
hololeap has quit [Read error: Connection reset by peer]
hololeap has joined #ruby
psb_ has quit [Ping timeout: 240 seconds]
r3my has quit [Read error: Connection reset by peer]
vito has quit [Ping timeout: 256 seconds]
josephl has quit [Read error: Connection reset by peer]
frodl has quit [Ping timeout: 250 seconds]
joenoon has quit [Read error: Connection reset by peer]
siasmj has quit [Read error: Connection reset by peer]
integral has quit [Read error: Connection reset by peer]
rubin55 has quit [Read error: Connection reset by peer]
dohtem has quit [Write error: Connection reset by peer]
jposer has quit [Read error: Connection reset by peer]
r0bby has quit [Read error: Connection reset by peer]
pusewic|away_ has quit [Write error: Connection reset by peer]
pjlsergeant has quit [Read error: Connection reset by peer]
cuppajoeman has quit [Read error: Connection reset by peer]
josephl has joined #ruby
pjlsergeant has joined #ruby
pusewic|away_ has joined #ruby
siasmj has joined #ruby
integral has joined #ruby
sixecho has joined #ruby
alex[m]12 has joined #ruby
saltrocklamp[m] has joined #ruby
MeowcatWoofWoofF has joined #ruby
hsiktas[m] has joined #ruby
andrea[m] has joined #ruby
artemon has joined #ruby
vito has joined #ruby
r0bby has joined #ruby
r3my has joined #ruby
joenoon has joined #ruby
rubin55 has joined #ruby
cuppajoeman has joined #ruby
dohtem has joined #ruby
_ht has joined #ruby
jposer has joined #ruby
JSharp has joined #ruby
psb_ has joined #ruby
frodl has joined #ruby
hsiktas[m] has quit [Quit: Client limit exceeded: 20000]
sixecho has quit [Quit: Client limit exceeded: 20000]
jhass[m] has quit [Quit: Client limit exceeded: 20000]
artemon has quit [Quit: Client limit exceeded: 20000]
saltrocklamp[m] has quit [Quit: Client limit exceeded: 20000]
hololeap has quit [Remote host closed the connection]
hololeap has joined #ruby
<rapha>
sometimes i wish Ruby had #ifdef.
jhass[m] has joined #ruby
sixecho has joined #ruby
hsiktas[m] has joined #ruby
artemon has joined #ruby
saltrocklamp[m] has joined #ruby
<leah2>
how come?
<havenwood>
I've never wished that. ¯\_(ツ)_/¯
<havenwood>
Curious why too.
<leah2>
we have =begin for #if 0 ;)
<leah2>
and else a plain if worked or me
<rapha>
well, only for if 0. no other conditions :P
<rapha>
mostly because i like to switch back and forth between `items.each ...` and `Parallel(items).each ...` on some scripts, but am too lazy to write a method for the insides of those blocks.
<leah2>
def Parallel(x); x; end # now it's disabled
<rapha>
oh wait
<rapha>
that would even keep the .each intact
<rapha>
sweeet idea
<leah2>
:)
___nick___ has joined #ruby
JayDoubleu_ has joined #ruby
JayDoubleu_ is now known as JayDoubleu
roadie has joined #ruby
Skyfire has quit [Ping timeout: 240 seconds]
darkstardevx has joined #ruby
darkstardev13 has quit [Ping timeout: 264 seconds]
ur5us has quit [Remote host closed the connection]
roadie has quit [Ping timeout: 240 seconds]
ged has joined #ruby
Inline has quit [Ping timeout: 250 seconds]
roadie has joined #ruby
Guest46 has joined #ruby
<Guest46>
I have a rake tasks with 4 arguments. What is the best way to check all 4 arguments are passed in? args.size is not showing the number of pairs