Module: ShellOpts::Message

Defined in:
lib/shellopts.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.includedObject



441
# File 'lib/shellopts.rb', line 441

def self.included(...) @is_included = true; super end

.is_included?Boolean

Returns:



440
# File 'lib/shellopts.rb', line 440

def self.is_included?() @is_included end

Instance Method Details

#mesg(message) ⇒ Object



444
# File 'lib/shellopts.rb', line 444

def mesg(message) ::ShellOpts.mesg(message) end

#notice(message) ⇒ Object



443
# File 'lib/shellopts.rb', line 443

def notice(message) ::ShellOpts.notice(message) end