Module: YarofonGemTask
- Defined in:
- lib/yarofon_gem_task.rb,
lib/yarofon_gem_task/version.rb
Constant Summary collapse
- VERSION =
'0.1.1'
Class Method Summary collapse
Class Method Details
.hello_world ⇒ Object
4 5 6 |
# File 'lib/yarofon_gem_task.rb', line 4 def self.hello_world puts 'Hello world from my first gem!' end |