class TypeProf::Utils::HashWrapper

Attributes

internal_hash[R]

Public Class Methods

new(hash) click to toggle source
# File typeprof-0.21.7/lib/typeprof/utils.rb, line 136
def initialize(hash)
  @internal_hash = hash.freeze
end