Class: ToSource::Emitter::AssignmentOperator::And

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

Overview

Emitter for and assigmnent operator

Constant Summary collapse

SYMBOL =
:'&&='

Constants inherited from ToSource::Emitter

REGISTRY

Instance Attribute Summary

Attributes inherited from ToSource::Emitter

#buffer, #node

Method Summary

Methods inherited from ToSource::Emitter

build, define_predicate, #initialize, run, #source

Constructor Details

This class inherits a constructor from ToSource::Emitter