module MyLibs

Constants

VERSION

Public Class Methods

hello() click to toggle source

Your code goes here…

# File lib/my_libs.rb, line 6
def self.hello
  'hello gem!'
end

Public Instance Methods

hello2() click to toggle source
# File lib/my_libs.rb, line 10
def hello2
  'hello gem! 2'
end