class Vertigo::Ident
Attributes
tok[RW]
Public Class Methods
create(str)
click to toggle source
# File lib/vertigo/ast.rb, line 27 def self.create str Ident.new(Vertigo::Token.create(:ident,str)) end
new(tok=nil)
click to toggle source
# File lib/vertigo/ast_vertigo_rkgen.rb, line 533 def initialize tok=nil @tok=tok end