meh` changed the topic of #opal to: http://opalrb.org - Ruby runtime and library on top of Javascript | 1.0.0 is near | This channel is logged at https://botbot.me/freenode/opal/
e_dub has quit [Quit: It's a hard knock life]
<ryanstout> dragonkh: do you find pure covers everything you need?
ryanstout has quit [Quit: ryanstout]
ryanstout has joined #opal
chesterbr has joined #opal
ryanstout has quit [Quit: ryanstout]
chesterbr has quit [Quit: chesterbr]
ryanstout has joined #opal
RoxasShadowRS has quit [Quit: Leaving]
e_dub has joined #opal
<mneorr> is there a non-tmux version of (any kind of) status-line for terminal? e.g. I don't need any of TMUX functionalities except the statusline
meh` has quit [Ping timeout: 248 seconds]
dimaursu16 has joined #opal
mneorr has quit [Remote host closed the connection]
mneorr has joined #opal
ryanstout has quit [Quit: ryanstout]
mneorr has quit [Ping timeout: 252 seconds]
mneorr has joined #opal
dimaursu16 has quit [Ping timeout: 252 seconds]
mneorr has quit [Remote host closed the connection]
mneorr has joined #opal
mneorr_ has joined #opal
mneorr has quit [Ping timeout: 260 seconds]
mneorr_ has quit [Remote host closed the connection]
mneorr has joined #opal
mneorr has quit [Ping timeout: 272 seconds]
dimaursu16 has joined #opal
dimaursu16 has quit [Ping timeout: 246 seconds]
dimaursu16 has joined #opal
dimaursu16 has quit [Ping timeout: 252 seconds]
RoxasShadowRS has joined #opal
mneorr has joined #opal
mneorr has quit [Ping timeout: 245 seconds]
kludge` has quit [Ping timeout: 260 seconds]
dimaursu16 has joined #opal
kludge` has joined #opal
dimaursu16 has quit [Ping timeout: 252 seconds]
dimaursu16 has joined #opal
dimaursu16 has quit [Ping timeout: 252 seconds]
dimaursu16 has joined #opal
meh` has joined #opal
dragonkh has quit [Quit: Bye!]
RoxasShadowRS has quit [Read error: Connection reset by peer]
RoxasShadowRS has joined #opal
dimaursu16 has quit [Ping timeout: 252 seconds]
dimaursu16 has joined #opal
dimaursu16 has quit [Ping timeout: 252 seconds]
RoxasShadowRS has quit [Read error: Connection reset by peer]
RoxasShadowRS has joined #opal
ryanstout has joined #opal
e_dub has quit [Read error: No route to host]
e_dub has joined #opal
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
ryanstout has quit [Quit: ryanstout]
ryanstout has joined #opal
e_dub has quit [Quit: It's a hard knock life]
mneorr has joined #opal
e_dub has joined #opal
dimaursu16 has joined #opal
<adambeynon> hi meh` : which of these do you prefer as a syntax/dsl?
<adambeynon> or least prefer, even
dimaursu16 has quit [Ping timeout: 252 seconds]
<ryanstout> does opal support putting splat's in a position other than the last argument?
<adambeynon> ryanstout: it does when calling a method:
<adambeynon> http://opalrb.org/try/#code:def%20some_method(*a)%0A%20%20p%20a%0Aend%0A%0Asome_method%201%2C%202%2C%20*%5B3%2C%204%5D%2C%205%2C%206
<adambeynon> but not in a method definition
<ryanstout> ok
<ryanstout> is there plans to support putting it in a different position in a method?
<ryanstout> (was that added in ruby 2?)
<adambeynon> ryanstout: yeap. plan is to add it. we have a couple of bugs/workarounds in vienna and lissio
<adambeynon> so asap really
<ryanstout> cool, thanks
mneorr has quit []
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
<meh`> adambeynon, they're all ugly ◔ ◡ ◔