Class: Furnace::Xray::App

Inherits:
Sinatra::Base
  • Object
show all
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, options={})
  set :json_location, file
  super options
end