Class: Sharpie::Base

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/sharpie.rb

Class Method Summary collapse

Class Method Details

.build!(path) ⇒ Object



12
13
14
15
# File 'lib/sharpie.rb', line 12

def self.build!(path)
  builder = Sharpie::Builder.new(self)
  builder.build!(path)
end