Module: Araocity
- Defined in:
- lib/araocity.rb,
lib/araocity/version.rb
Constant Summary collapse
- VERSION =
"0.1.1"
Class Method Summary collapse
-
.message ⇒ Object
Your code goes here…
- .specialty ⇒ Object
- .WorldHeritageSite ⇒ Object
Class Method Details
.message ⇒ Object
Your code goes here…
5 6 7 |
# File 'lib/araocity.rb', line 5 def 'Welcome to Arao City!!' end |
.specialty ⇒ Object
9 10 11 |
# File 'lib/araocity.rb', line 9 def specialty "Asian Pear" end |
.WorldHeritageSite ⇒ Object
13 14 15 |
# File 'lib/araocity.rb', line 13 def WorldHeritageSite "Manda Pit" end |