class ANTLR3::Template::Parameter
Public Instance Methods
to_s()
click to toggle source
# File lib/antlr3/template.rb, line 303 def to_s default ? "#{ name } = #{ default }" : "#{ name }" end
# File lib/antlr3/template.rb, line 303 def to_s default ? "#{ name } = #{ default }" : "#{ name }" end