module Test0001
Constants
- VERSION
Public Instance Methods
greeting()
click to toggle source
# File lib/test0001.rb, line 4 def greeting puts "hello!!" end
# File lib/test0001.rb, line 4 def greeting puts "hello!!" end