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