# File test/src/expression_test.rb, line 10 def around(p) return p unless @use_around delim = whitespace.many_ p << delim; end