class Riml::SIDNode

Public Class Methods

new(ident = 'SID') click to toggle source
Calls superclass method
# File lib/riml/nodes.rb, line 201
def initialize(ident = 'SID')
  Riml.warn("expected #{ident} to be SID") unless ident == 'SID'
  super('<SID>')
end