Class: Charming::Generators::Base
- Inherits:
-
Object
- Object
- Charming::Generators::Base
- Defined in:
- lib/charming/generators/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(out:, destination:, force: false) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(out:, destination:, force: false) ⇒ Base
Returns a new instance of Base.
8 9 10 11 12 |
# File 'lib/charming/generators/base.rb', line 8 def initialize(out:, destination:, force: false) @out = out @destination = destination @force = force end |