Sha256: d0b8722eaf2c4ec5bcc36a7397f7dd4b705868c60f9e87d0cb225cf9dd225cfe
Contents?: true
Size: 99 Bytes
Versions: 1
Compression:
Stored size: 99 Bytes
Contents
module RubyOnRuby class Console def log(*args) puts *args.map(&:to_s) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_on_ruby-0.0.1 | lib/ruby_on_ruby/console.rb |