Libraries
»
cloudkick
(0.2.16)
»
Index
»
Cloudkick
»
Command
»
error
Method: Cloudkick::Command.error
Defined in:
lib/cloudkick/command.rb
.
error
(msg) ⇒
Object
30 31 32 33
# File 'lib/cloudkick/command.rb', line 30
def
error
(
msg
)
STDERR
.
puts
(
msg
)
exit
1
end