class Maccro::DSL::ConstantDeclarationWithOperator

Public Class Methods

match?(node) click to toggle source
# File lib/maccro/dsl/assign.rb, line 82
def self.match?(node); node.type == :OP_CDECL ; end

Public Instance Methods

type() click to toggle source

A::B ||= 1 A::B += 1

# File lib/maccro/dsl/assign.rb, line 81
def type; :OP_CDECL; end