Class: AdLint::UnionTag

Inherits:
Symbol
  • Object
show all
Defined in:
lib/adlint/symbol.rb

Instance Attribute Summary

Attributes inherited from Symbol

#referred

Instance Method Summary collapse

Methods inherited from Symbol

#initialize, #location, #useless?

Constructor Details

This class inherits a constructor from AdLint::Symbol

Instance Method Details

#to_sObject



82
83
84
# File 'lib/adlint/symbol.rb', line 82

def to_s
  "union #{@identifier.value}"
end