Sha256: 4a705c200c9b6ceee35de2382112dde5d6c68e1dc2d03b1a8055667f8262e179
Contents?: true
Size: 326 Bytes
Versions: 27
Compression:
Stored size: 326 Bytes
Contents
require_relative './all' module TaxGenerator # this is the class that will be invoked from terminal , and willl use the invoke task as the primary function. class CLI # method used to start # # @return [void] # # @api public def self.start TaxGenerator::Application.new.run end end end
Version data entries
27 entries across 27 versions & 1 rubygems