# File lib/parslet/atoms/lookahead.rb, line 44 def to_s_inner(prec) char = positive ? '&' : '!' "#{char}#{bound_parslet.to_s(prec)}" end