Module: Phase::Util::Console
- Included in:
- CLI::Command, IPA::EnterpriseDeployment
- Defined in:
- lib/phase/util/console.rb
Instance Method Summary collapse
Instance Method Details
#fail(str) ⇒ Object
9 10 11 |
# File 'lib/phase/util/console.rb', line 9 def fail(str) abort "[phase]".red + " #{ str }" end |
#log(str) ⇒ Object
5 6 7 |
# File 'lib/phase/util/console.rb', line 5 def log(str) puts "[phase]".green + " #{ str }" end |