class VersionCommand

Public Instance Methods

execute() click to toggle source
# File lib/slather/command/version_command.rb, line 3
def execute
  puts "slather #{Slather::VERSION}"
end