class Maccro::DSL::DXString

Public Class Methods

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

Public Instance Methods

type() click to toggle source

string from back quote with string interpolation: `… #{..} …` is it a literal?

# File lib/maccro/dsl/literal.rb, line 72
def type; :DXSTR; end