Closed vovayartsev closed 9 years ago
Because of this line in the sources, it fails to run on MRI Ruby 2.0.0p247 Object.const_defined?('ActiveSupport::Notifications')
Object.const_defined?('ActiveSupport::Notifications')
The exception is:
NameError: wrong constant name ActiveSupport::Notifications
@vovayartsev: Thanks for the report. I swapped out the use of const_defined? for plain defined?, so it should be all good.
const_defined?
defined?
Because of this line in the sources, it fails to run on MRI Ruby 2.0.0p247
Object.const_defined?('ActiveSupport::Notifications')
The exception is: