class Pytty::Common::Cli::VersionCommand

Public Instance Methods

execute() click to toggle source
# File lib/pytty/common/cli/version_command.rb, line 7
def execute
  puts Pytty::VERSION
end