class AdLint::Cc1::UnionTypeId
Public Class Methods
new(name)
click to toggle source
Calls superclass method
AdLint::Cc1::TypeId::new
# File lib/adlint/cc1/type.rb, line 6792 def initialize(name) super("union #{name}") end