module Mygem

Constants

VERSION

Public Class Methods

test_method() click to toggle source

Your code goes here…

# File lib/mygem.rb, line 5
def self.test_method
      puts 'a build gem test method'
end