module Sanatio

Constants

VERSION

Public Class Methods

included(other) click to toggle source
# File lib/sanatio.rb, line 44
def self.included(other)
  other.send(:include, InstanceMethods)
  other.send(:extend, ClassMethods)

  other.send(:include, Sanatio::BuiltIn)
end