Module: Checkgem

Defined in:
lib/checkgem.rb

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.runObject



4
5
6
7
8
9
# File 'lib/checkgem.rb', line 4

def self.run
    line = "=" * 100
    puts line
    puts "= #{self} is running #{VERSION} version"
    puts line
end