class CountVonCount::CLI

Public Instance Methods

count(path=Dir.pwd) click to toggle source
# File lib/count_von_count/cli.rb, line 37
def count(path=Dir.pwd)
  CountVonCount.new(path, options[:code], options[:test], options[:no_default], options[:format].to_sym, options[:output]).run
end