Mytest.rb 107 B

123456789
  1. require 'mytest_ext'
  2. module Mytest
  3. def hello
  4. puts MytestInt::hello()
  5. end
  6. module_function :hello
  7. end