module TheCart::Shopper
Public Class Methods
included(base)
click to toggle source
# File lib/the_cart/shopper.rb, line 4 def self.included(base) base.class_eval do include InstanceMethods extend ClassMethods end end