Method: Crokus::FormalArg#initialize
- Defined in:
- lib/crokus/ast.rb
#initialize(t, n) ⇒ FormalArg
Returns a new instance of FormalArg.
157 158 159 |
# File 'lib/crokus/ast.rb', line 157 def initialize t,n @name,@type=n,t end |
Returns a new instance of FormalArg.
157 158 159 |
# File 'lib/crokus/ast.rb', line 157 def initialize t,n @name,@type=n,t end |