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