Class: Furnace::Xray::App
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Furnace::Xray::App
- Defined in:
- lib/furnace-xray/app/app.rb
Class Method Summary collapse
Class Method Details
.run!(file, options = {}) ⇒ Object
22 23 24 25 |
# File 'lib/furnace-xray/app/app.rb', line 22 def self.run!(file, ={}) set :json_location, file super end |