Module: ShellOpts::Verbose
- Defined in:
- lib/shellopts.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included ⇒ Object
496 |
# File 'lib/shellopts.rb', line 496 def self.included(...) @is_included = true; super end |
.is_included? ⇒ Boolean
495 |
# File 'lib/shellopts.rb', line 495 def self.is_included?() @is_included end |