module GhostDog

Constants

VERSION

Public Class Methods

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