12 13 14 15
# File 'lib/sharpie.rb', line 12 def self.build!(path) builder = Sharpie::Builder.new(self) builder.build!(path) end