Class: ExceptionManager::Methods::Subject

Inherits:
Object
  • Object
show all
Defined in:
lib/exception_manager/methods/subject.rb

Class Method Summary collapse

Class Method Details

.run(exception_binding) ⇒ Object



2
3
4
5
# File 'lib/exception_manager/methods/subject.rb', line 2

def self.run(exception_binding)
  ExceptionManager.required!
  exception_binding.eval('self')
end