module MyCoolTestGem

Constants

VERSION

Public Class Methods

hello_world() click to toggle source
# File lib/my_cool_test_gem.rb, line 4
def self.hello_world
  puts 'hello world'
end