Method: Pretzel::Core.new

Defined in:
lib/pretzel/core.rb

.new(*args, &block) ⇒ Object



41
42
43
44
# File 'lib/pretzel/core.rb', line 41

def new(*args, &block)
  builder.run new!(*args, &block)
  builder
end