class Parslet::Atoms::Re

Public Instance Methods

to_hash() click to toggle source
# File lib/parslet-export/atoms/re.rb, line 4
def to_hash
  {
    "atom" => "re",
    "match" => match,
    "re" => re
  }
end