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(options = {}) ⇒ Sign

Returns a new instance of Sign.



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

def initialize(options = {})
  super(options.merge(namespaces: ['*']))
end

Instance Method Details

#callObject



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

def call
  chamber.sign
end