Class: Shhh::App::Commands::ShowVersion

Inherits:
Command
  • Object
show all
Defined in:
lib/shhh/app/commands/show_version.rb

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from Shhh::App::Commands::Command

Instance Method Details

#executeObject



8
9
10
# File 'lib/shhh/app/commands/show_version.rb', line 8

def execute
  "shhh (version #{Shhh::VERSION})"
end