Class: Strling::Core::Dot

Inherits:
Node
  • Object
show all
Defined in:
lib/strling/core/nodes.rb

Overview

Represents the dot metacharacter.

Matches any single character (behavior depends on flags).

Instance Method Summary collapse

Instance Method Details

#to_dictObject



159
160
161
# File 'lib/strling/core/nodes.rb', line 159

def to_dict
  { 'kind' => 'Dot' }
end