module Mygem2
Constants
- VERSION
Public Class Methods
hello()
click to toggle source
Your code goes hereā¦
# File lib/mygem2.rb, line 5 def self.hello puts "hello world 2" end
Your code goes hereā¦
# File lib/mygem2.rb, line 5 def self.hello puts "hello world 2" end