Class: Parslet::Atoms::Re

Inherits:
Object
  • Object
show all
Defined in:
lib/parslet-export/atoms/re.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



4
5
6
7
8
9
10
# File 'lib/parslet-export/atoms/re.rb', line 4

def to_hash
  {
    "atom" => "re",
    "match" => match,
    "re" => re
  }
end