class Maccro::DSL::DString

Public Class Methods

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

Public Instance Methods

type() click to toggle source

string literal with interpolation ?

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