# File lib/heroku/api/mock.rb, line 92 def self.get_mock_app(mock_data, app) mock_data[:apps].detect {|app_data| app_data['name'] == app} end