class Riml::StringLiteralConcatNode

Public Class Methods

new(*string_nodes) click to toggle source
Calls superclass method
# File lib/riml/nodes.rb, line 123
def initialize(*string_nodes)
  super(string_nodes)
end

Public Instance Methods

children() click to toggle source
# File lib/riml/nodes.rb, line 128
def children
  string_nodes
end