Class: RLSM::RE::EmptySet

Inherits:
SyntaxNode show all
Defined in:
lib/rlsm/regexp_parser.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from SyntaxNode

#content

Instance Method Summary collapse

Methods inherited from SyntaxNode

#<=>, [], #first, #follow, #inspect, #last, #null?, #to_s

Constructor Details

#initialize(input = nil) ⇒ EmptySet

Returns a new instance of EmptySet.



315
316
317
# File 'lib/rlsm/regexp_parser.rb', line 315

def initialize(input = nil)
  super ''
end