rubyx/lib/vm/kernel.rb
2014-05-02 08:02:25 +03:00

7 lines
72 B
Ruby

module Vm
module Kernel
def self.puts
"me"
end
end
end