module WarnIf

Constants

VERSION

Public Class Methods

included(receiver) click to toggle source
# File lib/warn_if/warn_if.rb, line 23
def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end