Class: DLDInternet::Thor::SilentMash
- Inherits:
-
Hashie::Mash
- Object
- Hashie::Mash
- DLDInternet::Thor::SilentMash
- Defined in:
- lib/dldinternet/thor/mixins/no_commands.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(source_hash = nil, default = nil, &blk) ⇒ SilentMash
constructor
A new instance of SilentMash.
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 |