Libraries
»
fuelcell
(0.2.4)
»
Index
»
Fuelcell
»
Shell
»
#error
Method: Fuelcell::Shell#error
Defined in:
lib/fuelcell/shell.rb
#
error
(text) ⇒
Object
30 31 32
# File 'lib/fuelcell/shell.rb', line 30
def
error
(
text
)
error_stream
.
puts
text
end