Method: Fvm::CLI::Shell#props

Defined in:
lib/fvm/cli/shell.rb

#props(message) ⇒ Object

Give mad props to the user



48
49
50
# File 'lib/fvm/cli/shell.rb', line 48

def props( message )
  highline.say "<%= color( '#{message}', GREEN, BOLD )%>"
end