method
error
v1_8_7_330 -
Show latest stable
- Class:
Options
error(str)private
No documentation available.
# File lib/rdoc/options.rb, line 583
def error(str)
$stderr.puts str
exit(1)
end error(str)No documentation available.
# File lib/rdoc/options.rb, line 583
def error(str)
$stderr.puts str
exit(1)
end