module MuchMixin
Constants
- VERSION
Public Class Methods
included(receiver)
click to toggle source
# File lib/much-mixin.rb, line 6 def self.included(receiver) receiver.class_eval{ extend ClassMethods } end