module RemotelyExceptional::Handlers::PrioritizedHandler

Constants

DEFAULT_PRIORITY

The default priority that should be used when registering handlers.

HASH_BUILDER

Hash#default_proc for hashes that should return a new Set if a given key is not defined.

Public Class Methods

included(includer) click to toggle source
# File lib/remotely_exceptional/handlers/prioritized_handler.rb, line 9
def self.included(includer)
  includer.extend(ClassMethods)
end