class Maccro::DSL::XString

Public Class Methods

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

Public Instance Methods

type() click to toggle source

string from back quote: `…` is it a literal?

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