class Spty::Command::VersionCommand

Public Class Methods

call(_, _) click to toggle source
# File lib/spty/commands/version_command.rb, line 3
def self.call(_, _)
  puts "Version: #{Spty::VERSION}"
end