module Massager
Constants
- VERSION
Public Class Methods
included(base)
click to toggle source
# File lib/massager.rb, line 110 def self.included(base) base.extend(ClassMethods) base.include(InstanceMethods) end