module Multitype
Constants
- VERSION
Public Class Methods
included(base)
click to toggle source
# File lib/multitype.rb, line 11 def self.included(base) base.extend(ClassMethods) end
Public Instance Methods
__get_multitype_cache__(*args)
click to toggle source
Forward this method to the class method
# File lib/multitype.rb, line 23 def __get_multitype_cache__(*args) self.class.__get_multitype_cache__(*args) end