class Crokus::FormalArg
Attributes
name[RW]
type[RW]
Public Class Methods
new(t,n)
click to toggle source
# File lib/crokus/ast.rb, line 161 def initialize t,n @name,@type=n,t end