Class: Plunk::Parser

Inherits:
Parslet::Parser
  • Object
show all
Defined in:
lib/plunk/parser.rb

Instance Method Summary collapse

Instance Method Details

#parenthesized(atom) ⇒ Object



6
7
8
# File 'lib/plunk/parser.rb', line 6

def parenthesized(atom)
  lparen >> atom >> rparen
end