module OhMyFirstGem

Constants

VERSION

Public Class Methods

hello_myself() click to toggle source
# File lib/oh_my_first_gem.rb, line 4
def self.hello_myself
  p "Hello, Myself!!"
end