class Maccro::DSL::FString
Public Class Methods
match?(node)
click to toggle source
# File lib/maccro/dsl/literal.rb, line 53 def self.match?(node); node.type == :STR; end
Public Instance Methods
type()
click to toggle source
string literal without interpolation
# File lib/maccro/dsl/literal.rb, line 52 def type; :STR; end