Class: Estreet::FunctionDeclaration

Inherits:
Statement show all
Includes:
Function
Defined in:
lib/estreet/function.rb

Instance Attribute Summary

Attributes inherited from Node

#source_location

Instance Method Summary collapse

Methods included from Function

#attributes, #initialize

Methods inherited from Statement

#<<, #to_statement

Methods inherited from Node

#as_json, #initialize, #loc, #type

Instance Method Details

#to_declarationObject



31
32
33
# File 'lib/estreet/function.rb', line 31

def to_declaration
  self
end