class Exception
Public Class Methods
be(name)
click to toggle source
# File lib/be/errors.rb, line 14 def self.be(name) Be::ASSERTION_ERRORS[name.to_sym] = self end
# File lib/be/errors.rb, line 14 def self.be(name) Be::ASSERTION_ERRORS[name.to_sym] = self end