Method: Intent::Review::Commands#run
- Defined in:
- lib/intent/verbs/review.rb
#run(args, output = STDOUT) ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/intent/verbs/review.rb', line 4 def run(args, output=STDOUT) if args.empty? launch_densityplot else print_help(output) end end |