module SlippyMethodHooks

Constants

VERSION

Public Class Methods

extend(mod) click to toggle source
# File lib/slippy_method_hooks/hooks.rb, line 8
def self.extend(mod)
  mod.extend(ClassMethods)
end
included(mod) click to toggle source
# File lib/slippy_method_hooks/hooks.rb, line 4
def self.included(mod)
  mod.extend(ClassMethods)
end