Class: Apiary::Command::Version

Inherits:
Object
  • Object
show all
Defined in:
lib/apiary/command/version.rb

Overview

Display version

Class Method Summary (collapse)

Class Method Details

+ (Object) execute(options)



7
8
9
# File 'lib/apiary/command/version.rb', line 7

def self.execute(options)
  puts Apiary::VERSION
end