class ExceptionManager::Methods::Subject
Public Class Methods
run(exception_binding)
click to toggle source
# File lib/exception_manager/methods/subject.rb, line 2 def self.run(exception_binding) ExceptionManager.required! exception_binding.eval('self') end