Module: Guard::UI
- Defined in:
- lib/neptune_coffee/guard.rb
Class Method Summary collapse
-
.success(message, options = {}) ⇒ Object
add “success” to extend “warning”, “error” and “info” “success” is like “info” except it is green to stand out.
Class Method Details
.success(message, options = {}) ⇒ Object
add “success” to extend “warning”, “error” and “info” “success” is like “info” except it is green to stand out
8 9 10 |
# File 'lib/neptune_coffee/guard.rb', line 8 def success(, = {}) (, :info, :green, ) end |