module Unparser::Adamantium::InstanceMethods
def dup
- Api: - public
Returns:
-
(self)
-
def dup self end
def freeze
- Api: - public
Returns:
-
(Object)
-
def freeze memoized_method_cache super end
def memoized_method_cache
def memoized_method_cache @memoized_method_cache ||= Memory.new({}) end