Class: Rouge::CLI::Version

Inherits:
Rouge::CLI show all
Defined in:
lib/rouge/cli.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Rouge::CLI

class_from_arg, doc, #error!, #initialize

Constructor Details

This class inherits a constructor from Rouge::CLI

Class Method Details

.descObject



98
99
100
# File 'lib/rouge/cli.rb', line 98

def self.desc
  "print the rouge version number"
end

.parseObject



102
# File 'lib/rouge/cli.rb', line 102

def self.parse(*); new; end

Instance Method Details

#runObject



104
105
106
# File 'lib/rouge/cli.rb', line 104

def run
  puts Rouge.version
end