module HumanistErrors

Constants

ENDING_TOKEN
ERROR_MAPPER
MESSAGE_DICTIONARY
STARTING_TOKEN
VERSION

Public Instance Methods

with_human_errors() { || ... } click to toggle source
# File lib/humanist_errors.rb, line 13
def with_human_errors
  require 'humanist_errors/monkey'
  yield
end