Class: Estreet::FunctionDeclaration
- Includes:
- Function
- Defined in:
- lib/estreet/function.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods included from Function
Methods inherited from Statement
Methods inherited from Node
#as_json, #initialize, #loc, #type
Instance Method Details
#to_declaration ⇒ Object
31 32 33 |
# File 'lib/estreet/function.rb', line 31 def to_declaration self end |