Class: DLDInternet::Thor::SilentMash

Inherits:
Hashie::Mash
  • Object
show all
Defined in:
lib/dldinternet/thor/mixins/no_commands.rb

Direct Known Subclasses

ConfigMash, OptionsMash

Instance Method Summary collapse

Constructor Details

#initialize(source_hash = nil, default = nil, &blk) ⇒ SilentMash



49
50
51
52
# File 'lib/dldinternet/thor/mixins/no_commands.rb', line 49

def initialize(source_hash = nil, default = nil, &blk)
  self.class.disable_warnings
  super
end