Class: RLSM::RE::EmptyWord

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) ⇒ EmptyWord

Returns a new instance of EmptyWord.



321
322
323
# File 'lib/rlsm/regexp_parser.rb', line 321

def initialize(input = nil)
  super '@'
end