module Purlocation

Constants

VERSION

Public Class Methods

get_location(abbr) click to toggle source
# File lib/purlocation.rb, line 5
def self.get_location abbr
  Location.new abbr
end