Module: Hello
- Defined in:
- lib/hello.rb,
lib/hello/version.rb
Constant Summary collapse
- VERSION =
"0.2.2"
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.hello ⇒ Object
4 5 6 |
# File 'lib/hello.rb', line 4 def self.hello 'hello gem!' end |
Instance Method Details
#hello2 ⇒ Object
8 9 10 |
# File 'lib/hello.rb', line 8 def hello2 'hello gem! 2' end |