module ROM::Memoizable
@api private
Constants
- MEMOIZED_HASH
Attributes
__memoized__[R]
Public Class Methods
included(klass)
click to toggle source
Calls superclass method
# File lib/rom/support/memoizable.rb, line 22 def self.included(klass) super klass.extend(ClassInterface) end