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!, #error!, #initialize

Constructor Details

This class inherits a constructor from Rouge::CLI

Class Method Details

.descObject



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

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

.parseObject



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

def self.parse(*); new; end

Instance Method Details

#runObject



110
111
112
# File 'lib/rouge/cli.rb', line 110

def run
  puts Rouge.version
end