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