Class: Strling::Core::IRDot

Inherits:
IROp
  • Object
show all
Defined in:
lib/strling/core/ir.rb

Overview

Represents the dot metacharacter in the IR.

Matches any single character.

Instance Method Summary collapse

Instance Method Details

#to_dictObject



91
92
93
# File 'lib/strling/core/ir.rb', line 91

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