Module: ShellOpts::Verbose
- Defined in:
- lib/shellopts.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included ⇒ Object
459 |
# File 'lib/shellopts.rb', line 459 def self.included(...) @is_included = true; super end |
.is_included? ⇒ Boolean
458 |
# File 'lib/shellopts.rb', line 458 def self.is_included?() @is_included end |
Instance Method Details
#mesg(message) ⇒ Object
462 |
# File 'lib/shellopts.rb', line 462 def mesg() ::ShellOpts.mesg() end |
#notice(message) ⇒ Object
461 |
# File 'lib/shellopts.rb', line 461 def notice() ::ShellOpts.notice() end |
#verb(level = 1, message) ⇒ Object
463 |
# File 'lib/shellopts.rb', line 463 def verb(level = 1, ) ::ShellOpts.verb(level, ) end |