Class: RLSM::RE::EmptySet
- Inherits:
-
SyntaxNode
- Object
- SyntaxNode
- RLSM::RE::EmptySet
- Defined in:
- lib/rlsm/regexp_parser.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from SyntaxNode
Instance Method Summary collapse
-
#initialize(input = nil) ⇒ EmptySet
constructor
A new instance of EmptySet.
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 |