module Errawr

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/errawr.rb, line 11
def self.included(base)
  base.extend(ClassMethods)
end