module Checkgem

Constants

VERSION

Public Class Methods

run() click to toggle source
# File lib/checkgem.rb, line 4
def self.run
    line = "=" * 100
    puts line
    puts "= #{self} is running #{VERSION} version"
    puts line
end