class AdLint::Cc1::StandardTypeId

Public Class Methods

new(name) click to toggle source
Calls superclass method AdLint::Cc1::TypeId::new
# File lib/adlint/cc1/type.rb, line 651
def initialize(name)
  super(name.split(" ").sort.join(" "))
end