Class: AdLint::Cc1::StandardTypeId

Inherits:
TypeId
  • Object
show all
Defined in:
lib/adlint/cc1/type.rb

Instance Method Summary collapse

Methods inherited from TypeId

#==, #eql?, #hash

Constructor Details

#initialize(name) ⇒ StandardTypeId



651
652
653
# File 'lib/adlint/cc1/type.rb', line 651

def initialize(name)
  super(name.split(" ").sort.join(" "))
end