Class: ToSource::Emitter::FormalArguments::Method

Inherits:
ToSource::Emitter::FormalArguments show all
Defined in:
lib/to_source/emitter/formal_arguments.rb

Direct Known Subclasses

Generic

Defined Under Namespace

Classes: Generic

Constant Summary collapse

OPEN =
'('.freeze
CLOSE =
')'.freeze

Constants inherited from ToSource::Emitter

REGISTRY

Instance Attribute Summary

Attributes inherited from ToSource::Emitter

#node

Method Summary

Methods inherited from ToSource::Emitter

build, handle, run, #source