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