module FootballCat

Public Class Methods

main( args=ARGV ) click to toggle source
# File lib/football-cat/tool.rb, line 112
def self.main( args=ARGV )
  Tool.new.run( args )
end