Class: Strling::Core::Dot
Overview
Represents the dot metacharacter.
Matches any single character (behavior depends on flags).
Instance Method Summary collapse
Instance Method Details
#to_dict ⇒ Object
159 160 161 |
# File 'lib/strling/core/nodes.rb', line 159 def to_dict { 'kind' => 'Dot' } end |