# File lib/heroku/api/apps.rb, line 23 def get_app(app) request( :expects => 200, :method => :get, :path => "/apps/#{app}" ) end