Module: ShellOpts::Message
- Defined in:
- lib/shellopts.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included ⇒ Object
486 |
# File 'lib/shellopts.rb', line 486 def self.included(...) @is_included = true; super end |
.is_included? ⇒ Boolean
485 |
# File 'lib/shellopts.rb', line 485 def self.is_included?() @is_included end |
Instance Method Details
#mesg(message) ⇒ Object
489 |
# File 'lib/shellopts.rb', line 489 def mesg() ::ShellOpts.mesg() end |
#notice(message) ⇒ Object
488 |
# File 'lib/shellopts.rb', line 488 def notice() ::ShellOpts.notice() end |