Method: AdLint::Ld::TypedefMap#initialize
- Defined in:
- lib/adlint/ld/typedef.rb
#initialize ⇒ TypedefMap
Returns a new instance of TypedefMap.
61 62 63 64 |
# File 'lib/adlint/ld/typedef.rb', line 61 def initialize @name_index = Hash.new { |hash, key| hash[key] = Set.new } @composing_fpaths = Set.new end |