Module: Vish
- Defined in:
- lib/vish.rb,
lib/vish/version.rb
Constant Summary collapse
- VERSION =
"0.1.0"
Instance Method Summary collapse
-
#display ⇒ Object
Your code goes here…
Instance Method Details
#display ⇒ Object
Your code goes here…
5 6 7 |
# File 'lib/vish.rb', line 5 def display puts "Hello World" end |