module Mygem
Constants
- VERSION
Public Class Methods
say_hello()
click to toggle source
Your code goes hereā¦
# File lib/mygem.rb, line 5 def self.say_hello p 'this is a m4' end
Your code goes hereā¦
# File lib/mygem.rb, line 5 def self.say_hello p 'this is a m4' end