# File lib/heroku/api/features.rb, line 15 def get_features(app = nil) request( :expects => 200, :method => :get, :path => "/features", :query => { 'app' => app } ) end