Module: MyLibs
- Defined in:
- lib/my_libs.rb,
lib/my_libs/version.rb
Constant Summary collapse
- VERSION =
"0.0.3"
Class Method Summary collapse
-
.hello ⇒ Object
Your code goes here…
Instance Method Summary collapse
Class Method Details
.hello ⇒ Object
Your code goes here…
6 7 8 |
# File 'lib/my_libs.rb', line 6 def self.hello 'hello gem!' end |
Instance Method Details
#hello2 ⇒ Object
10 11 12 |
# File 'lib/my_libs.rb', line 10 def hello2 'hello gem! 2' end |