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/
j_mcnall_ has quit [Ping timeout: 245 seconds]
j_mcnall_ has joined #opal
meh` has quit [Ping timeout: 250 seconds]
ryanstout has quit [Quit: ryanstout]
fkchang has joined #opal
<fkchang> adambeynon: ping
j_mcnall_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Kilo`byte has quit [Ping timeout: 256 seconds]
Kilo`byte has joined #opal
elia has joined #opal
fkchang has quit [Ping timeout: 260 seconds]
GitHub38 has joined #opal
<GitHub38> [opal] elia pushed 1 new commit to master: http://git.io/SPrFfQ
GitHub38 has left #opal [#opal]
<GitHub38> opal/master 9a9d7bf Elia Schito: Make :attrasgn calls return the assigned value...
travis-ci has joined #opal
<travis-ci> [travis-ci] opal/opal#1911 (master - 9a9d7bf : Elia Schito): The build passed.
travis-ci has left #opal [#opal]
<travis-ci> [travis-ci] Build details : http://travis-ci.org/opal/opal/builds/31311808
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
fkchang has joined #opal
DrShoggoth has joined #opal
<fkchang> elia: adambeynon u guys use opal-server much?
j_mcnall_ has joined #opal
fkchang has quit [Ping timeout: 245 seconds]
ylluminate has joined #opal
meh` has joined #opal
ylluminate has quit [Ping timeout: 240 seconds]
ylluminate has joined #opal
ylluminate_ has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
ylluminate has quit [Ping timeout: 256 seconds]
ryanstout has joined #opal
j_mcnall_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ylluminate_ has quit [Quit: Lingo - http://www.lingoirc.com]
ylluminate has joined #opal
j_mcnall_ has joined #opal
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
jgn has joined #opal
<jgn> Hi. From JavaScript, I do: Opal.Opal.$eval('@a = 1')
<jgn> Then I do . . . Opal.Opal.$eval('@a')
<jgn> Is there a way to "clear" the Opal runtime between those two invocations?
elia has quit [Quit: Computer has gone to sleep.]
j_mcnall_ is now known as j_mcnally
<jgn> (Or recreate the whole environment.)
ylluminate has quit [Remote host closed the connection]
ylluminate has joined #opal
elia has joined #opal
Kilo`byte has quit [Ping timeout: 255 seconds]
Kilo`byte has joined #opal
e_dub has joined #opal
j_mcnally has quit [Quit: さよなら]
e_dub has quit [Read error: Connection reset by peer]
e_dub has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
GitHub127 has joined #opal
<GitHub127> [opal] elia pushed 5 new commits to master: http://git.io/lyMjIA
<GitHub127> opal/master aeb4a6d Elia Schito: Add nodejs/fileutils with some methods
GitHub127 has left #opal [#opal]
<GitHub127> opal/master 4b719de Elia Schito: Expose @__glob__ in nodejs/dir
<GitHub127> opal/master 7ab8183 Elia Schito: Add Enumerable#to_json (falls back to #to_a)