Class: ToSource::Emitter::Send

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

Direct Known Subclasses

SendWithArguments, UnaryOperatorMethod

Constant Summary collapse

UNARY_OPERATORS =
%w(
  ! ~ -@ +@
).map(&:to_sym).to_set.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