Class: Honey::Command::Version

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

Overview

Display version

Class Method Summary collapse

Class Method Details

.execute(options) ⇒ Object



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

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