Class: P::Command
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- P::Command
- Defined in:
- lib/p/command.rb
Instance Method Summary collapse
Instance Method Details
#default ⇒ Object
11 12 13 14 |
# File 'lib/p/command.rb', line 11 def default t = P::Template.new(template, name) P::Builder.run!(t) end |