48 49 50 51 52 53 54 55
# File 'lib/pericope/cli.rb', line 48 def parse begin pericope = Pericope.new(input) print pericope.to_a.join("\n") rescue print $!.to_s end end