Sha256: 8d7ef07572ddfb69dcdda7d3b3519ff9219b20c723e7cbdbf276af52fba1f106

Contents?: true

Size: 151 Bytes

Versions: 1

Compression:

Stored size: 151 Bytes

Contents

class ExceptionManager::Methods::Subject
  def self.run(exception_binding)
    ExceptionManager.required!
    exception_binding.eval('self')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exception_manager-1.0.1 lib/exception_manager/methods/subject.rb