Class: Honey::Command::Version
- Inherits:
-
Object
- Object
- Honey::Command::Version
- 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() puts Honey::VERSION end |