Sha256: af4cbc26968433ee7f0ce4cacbe5e87146187601ecee4755bafa37192ca83ae2
Contents?: true
Size: 238 Bytes
Versions: 9
Compression:
Stored size: 238 Bytes
Contents
require 'chamber/commands/base' module Chamber module Commands class Secure < Chamber::Commands::Base def initialize(options = {}) super(options.merge(namespaces: ['*'])) end def call chamber.secure end end end end
Version data entries
9 entries across 9 versions & 1 rubygems