# File lib/parslet/expression/treetop.rb, line 67
    def spaced(str)
      str(str) >> space?
    end