Method: CountVonCount::CLI#count
- Defined in:
- lib/count_von_count/cli.rb
#count(path = Dir.pwd) ⇒ Object
37 38 39 |
# File 'lib/count_von_count/cli.rb', line 37 def count(path=Dir.pwd) CountVonCount.new(path, [:code], [:test], [:no_default], [:format].to_sym, [:output]).run end |