Module: Semmy::Shell

Extended by:
Shell
Included in:
Shell
Defined in:
lib/semmy/shell.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#silenceObject

Returns the value of attribute silence.



7
8
9
# File 'lib/semmy/shell.rb', line 7

def silence
  @silence
end

Instance Method Details

#info(text) ⇒ Object



9
10
11
# File 'lib/semmy/shell.rb', line 9

def info(text)
  say(text, :green)
end