Module: Repub::App::Builder
- Included in:
- Repub::App
- Defined in:
- lib/repub/app/builder.rb
Defined Under Namespace
Classes: Builder, BuilderException
Instance Method Summary collapse
Instance Method Details
#build(parser) ⇒ Object
11 12 13 |
# File 'lib/repub/app/builder.rb', line 11 def build(parser) Builder.new().build(parser) end |