# File lib/parslet/atoms/alternative.rb, line 47 def to_s_inner(prec) alternatives.map { |a| a.to_s(prec) }.join(' / ') end