Class: Assetify::GUI

Inherits:
Object
  • Object
show all
Defined in:
lib/assetify/gui.rb

Class Method Summary collapse

Class Method Details

.boot!Object



4
5
6
7
# File 'lib/assetify/gui.rb', line 4

def self. boot!
  require "assetify/gui/server"
  Sinatra::Application.run!
end