Method: Crokus::Type#initialize
- Defined in:
- lib/crokus/ast.rb
#initialize(name) ⇒ Type
Returns a new instance of Type.
59 60 61 62 |
# File 'lib/crokus/ast.rb', line 59 def initialize name @precisions=[] @name=name end |
Returns a new instance of Type.
59 60 61 62 |
# File 'lib/crokus/ast.rb', line 59 def initialize name @precisions=[] @name=name end |