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