Module: ShellOpts::Verbose

Defined in:
lib/shellopts.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.includedObject



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

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

.is_included?Boolean

Returns:

  • (Boolean)


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

def self.is_included?() @is_included end

Instance Method Details

#mesg(message) ⇒ Object



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

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

#notice(message) ⇒ Object



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

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

#verb(level = 1, message) ⇒ Object



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

def verb(level = 1, message) ::ShellOpts.verb(level, message) end