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
Your code goes hereā¦
# File lib/mygem.rb, line 5 def self.test_method puts 'a build gem test method' end