class Parslet::Atoms::Str
Public Instance Methods
to_hash()
click to toggle source
# File lib/parslet-export/atoms/str.rb, line 4 def to_hash { "atom" => "str", "str" => str } end
# File lib/parslet-export/atoms/str.rb, line 4 def to_hash { "atom" => "str", "str" => str } end