Method: Prism::ForwardingArgumentsNode#inspect
- Defined in:
- lib/prism/node.rb
#inspect ⇒ Object
def inspect -> String
6490 6491 6492 |
# File 'lib/prism/node.rb', line 6490 def inspect InspectVisitor.compose(self) end |
def inspect -> String
6490 6491 6492 |
# File 'lib/prism/node.rb', line 6490 def inspect InspectVisitor.compose(self) end |