views:

74

answers:

2

Just wondering if there was any built in way to handle error reporting in Ruby? PHP does it on its own, Perl and Python you can import modules to use.

Levi

A: 

What specific use-case are you looking for -- logging, exception handling, ...? Are you looking to use this in Ruby, or in Rails?

Don Werve
I'm looking for a way to debug my Ruby code. It is just regular Ruby, my teacher mentioned that she could install a module onto the server, just wondering if there was anything built in.
Levi