Module: OCTranspo::Station
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
5 6 7 |
# File 'lib/octranspo/station.rb', line 5 def all @stations ||= YAML.load_file "#{File.dirname(__FILE__)}/stations.yml" end |