module Crep

Constants

CrepLogger
VERSION

Public Class Methods

run() click to toggle source
# File lib/crep.rb, line 8
def self.run
  Command.run(ARGV)
end