Class: Strling::Core::IRDot
Overview
Represents the dot metacharacter in the IR.
Matches any single character.
Instance Method Summary collapse
Instance Method Details
#to_dict ⇒ Object
91 92 93 |
# File 'lib/strling/core/ir.rb', line 91 def to_dict { 'ir' => 'Dot' } end |