Class: Wood::Nodes::Function::Argument

Inherits:
Node
  • Object
show all
Defined in:
lib/wood/nodes/function.rb

Instance Method Summary collapse

Instance Method Details

#sexpObject



6
7
8
# File 'lib/wood/nodes/function.rb', line 6

def sexp
  [type.sexp, name]
end