Class: VersionCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- VersionCommand
- Defined in:
- lib/slather/command/version_command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
3 4 5 |
# File 'lib/slather/command/version_command.rb', line 3 def execute puts "slather #{Slather::VERSION}" end |