Class: VersionCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/slather/command/version_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



3
4
5
# File 'lib/slather/command/version_command.rb', line 3

def execute
  puts "slather #{Slather::VERSION}"
end