Class: Drymm::Shapes::Fn::Method
- Defined in:
- lib/drymm/shapes/fn.rb
Overview
Represents a method calls
Instance Method Summary collapse
Methods inherited from FnNode
#compile, compiler, compiler_registry, namespace
Methods inherited from Node
Methods included from ASTMethods
Methods included from JSONMethods
Instance Method Details
#to_ast ⇒ Object
59 60 61 |
# File 'lib/drymm/shapes/fn.rb', line 59 def to_ast super.flatten(1) end |