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
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
What specific use-case are you looking for -- logging, exception handling, ...? Are you looking to use this in Ruby, or in Rails?