module HangingMethods
Constants
- VERSION
Public Class Methods
included(base)
click to toggle source
# File lib/hanging_methods.rb, line 50 def self.included(base) base.send(:include, InstanceMethods) base.send(:extend, ClassMethods) end