class AdLint::EnumTag
Public Instance Methods
to_s()
click to toggle source
# File lib/adlint/symbol.rb, line 88 def to_s "enum #{@identifier.value}" end
# File lib/adlint/symbol.rb, line 88 def to_s "enum #{@identifier.value}" end