module Unparser::Adamantium::InstanceMethods

def dup

Other tags:
    Api: - public

Returns:
  • (self) -
def dup
  self
end

def freeze

Other tags:
    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