included
#initialize
9 10 11
# File 'lib/nextbus/agency.rb', line 9 def self.all Nextbus.client.agencies.map{|agency| new(agency) } end
13 14 15
# File 'lib/nextbus/agency.rb', line 13 def self.find(id) all.detect{|agency| agency.tag == id } end