class MySimpleGem::Hello

Public Class Methods

there() click to toggle source
# File lib/my_simple_gem.rb, line 5
def self.there
  puts "Hello from MySimpleGem"
end