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