Class: Wood::Nodes::Function::Declaration

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

Instance Attribute Summary collapse

Instance Attribute Details

#scopeObject

Returns the value of attribute scope.



14
15
16
# File 'lib/wood/nodes/function.rb', line 14

def scope
  @scope
end