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