private Method

RDoc.error(msg)

Report an error message and exit

Source Code

# File rdoc/rdoc.rb, line 100
def error(msg)
  raise RDocError.new(msg)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.