Sha256: 36f0aa0569f86ce8f1b696fae8c28d3816bb57f6abdfb864ca819c66dbcfbdb5

Contents?: true

Size: 99 Bytes

Versions: 4

Compression:

Stored size: 99 Bytes

Contents

if $RUBYJS
module Kernel
  def puts(obj="")
    obj = obj.to_s
    `println(#<obj>)`
  end
end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
superchris-rubyjs-0.8.2 test/common.rb
rubyjs-0.8.0 test/common.rb
rubyjs-0.7.1 test/common.rb
rubyjs-0.7.0 test/common.rb