class Astrapi::Type
Attributes
name[RW]
Public Class Methods
new(name)
click to toggle source
# File lib/ast.rb, line 33 def initialize name @name=name end
Public Instance Methods
==(other)
click to toggle source
# File lib/ast.rb, line 37 def ==(other) name==other.name end