Class: Parslet::Atoms::Re
- Inherits:
-
Object
- Object
- Parslet::Atoms::Re
- Defined in:
- lib/parslet-export/atoms/re.rb
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
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 |