module MistrikushalsFirstGem

Constants

VERSION

Public Instance Methods

introduce() click to toggle source
# File lib/mistrikushals_first_gem.rb, line 4
def introduce
  puts 'Hi there, This is my first gem published for the practice. Have a nice day!'
end