Libraries
»
architect
(0.1.0)
»
Index
»
#error
Method: #error
Defined in:
lib/tasks/task_helpers.rb
#
error
(text) ⇒
Object
16
# File 'lib/tasks/task_helpers.rb', line 16
def
error
(
text
)
;
puts
red
(
'ERROR: '
)
+
text
;
end