module FastMemoize
Constants
- VERSION
Public Class Methods
included(base)
click to toggle source
# File lib/fast_memoize.rb, line 7 def self.included(base) base.extend ClassMethods end
# File lib/fast_memoize.rb, line 7 def self.included(base) base.extend ClassMethods end