Module: MistrikushalsFirstGem
- Defined in:
- lib/mistrikushals_first_gem.rb,
lib/mistrikushals_first_gem/version.rb
Constant Summary collapse
- VERSION =
"0.0.1"
Instance Method Summary collapse
Instance Method Details
#introduce ⇒ Object
4 5 6 |
# 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 |