Class: Expressir::Commands::Version

Inherits:
Base
  • Object
show all
Defined in:
lib/expressir/commands/version.rb

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#exit_with_error, #initialize, #say

Constructor Details

This class inherits a constructor from Expressir::Commands::Base

Instance Method Details

#runObject



4
5
6
# File 'lib/expressir/commands/version.rb', line 4

def run
  say Expressir::VERSION
end