module Araocity

Constants

VERSION

Public Class Methods

WorldHeritageSite() click to toggle source
# File lib/araocity.rb, line 13
def WorldHeritageSite
  "Manda Pit"
end
message() click to toggle source

Your code goes here…

# File lib/araocity.rb, line 5
def message
  'Welcome to  Arao City!!'
end
specialty() click to toggle source
# File lib/araocity.rb, line 9
def specialty
  "Asian Pear"
end

Private Instance Methods

WorldHeritageSite() click to toggle source
# File lib/araocity.rb, line 13
def WorldHeritageSite
  "Manda Pit"
end
message() click to toggle source

Your code goes here…

# File lib/araocity.rb, line 5
def message
  'Welcome to  Arao City!!'
end
specialty() click to toggle source
# File lib/araocity.rb, line 9
def specialty
  "Asian Pear"
end