class TypeProf::Utils::HashWrapper
Attributes
internal_hash[R]
Public Class Methods
new(hash)
click to toggle source
# File typeprof-0.21.9/lib/typeprof/utils.rb, line 136 def initialize(hash) @internal_hash = hash.freeze end