Class: Chamber::Commands::Sign

Inherits:
Base
  • Object
show all
Defined in:
lib/chamber/commands/sign.rb

Instance Attribute Summary

Attributes inherited from Base

#chamber, #dry_run, #rootpath, #shell

Instance Method Summary collapse

Methods inherited from Base

call

Constructor Details

#initialize(**args) ⇒ Sign

Returns a new instance of Sign.



8
9
10
# File 'lib/chamber/commands/sign.rb', line 8

def initialize(**args)
  super(**args.merge(namespaces: ['*']))
end

Instance Method Details

#callObject



12
13
14
# File 'lib/chamber/commands/sign.rb', line 12

def call
  chamber.sign
end