Bugfix for Ruby 2.0.0
Bales now catches NameError
exceptions thrown by const_defined?
when encountering undefined constants (never mind that the whole bloody point of const_defined?
is to check whether or not said constant is, you know, un-bloody-defined).