Method: Crokus::Struct#initialize
- Defined in:
- lib/crokus/ast.rb
#initialize(name = nil, decls = []) ⇒ Struct
Returns a new instance of Struct.
71 72 73 74 |
# File 'lib/crokus/ast.rb', line 71 def initialize name=nil,decls=[] super(name) @decls=decls end |