Class: Spty::Command::VersionCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/spty/commands/version_command.rb

Class Method Summary collapse

Class Method Details

.call(_, _) ⇒ Object



3
4
5
# File 'lib/spty/commands/version_command.rb', line 3

def self.call(_, _)
  puts "Version: #{Spty::VERSION}"
end