Module: ShellOpts::Message

Defined in:
lib/shellopts.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.includedObject



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

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

.is_included?Boolean

Returns:

  • (Boolean)


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

def self.is_included?() @is_included end

Instance Method Details

#mesg(message) ⇒ Object



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

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

#notice(message) ⇒ Object



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

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