In Files

  • typeprof-0.12.0/lib/typeprof/utils.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

TypeProf::Utils::HashWrapper

Attributes

internal_hash[R]

Public Class Methods

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