Method: Pericope::CLI#parse
- Defined in:
- lib/pericope/cli.rb
#parse ⇒ Object
44 45 46 47 48 49 50 51 |
# File 'lib/pericope/cli.rb', line 44 def parse begin pericope = Pericope.new(input) print pericope.to_a.join("\n") rescue print $!.to_s end end |