class Swarm::Pollen::Parser
Public Instance Methods
optionally_spaced(atom)
click to toggle source
# File lib/swarm/pollen/parser.rb, line 6 def optionally_spaced(atom) spaces? >> atom >> spaces? end
# File lib/swarm/pollen/parser.rb, line 6 def optionally_spaced(atom) spaces? >> atom >> spaces? end