Method: Chamber::Commands::Initialize#initialize
- Defined in:
- lib/chamber/commands/initialize.rb
#initialize(signature:, namespaces: [], **args) ⇒ Initialize
Returns a new instance of Initialize.
22 23 24 25 26 27 28 |
# File 'lib/chamber/commands/initialize.rb', line 22 def initialize(signature:, namespaces: [], **args) super(**args) self.basepath = Chamber.configuration.basepath self.namespaces = namespaces self.signature = signature end |