Class: Parslet::Atoms::Str

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

Instance Method Summary collapse

Instance Method Details

#to_hashObject



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

def to_hash
  {
    "atom" => "str",
    "str" => str
  }
end