Sha256: 46098c660e4b191167ceaecfddb60c16369cb77a4e647b32840bb6051b81ca24
Contents?: true
Size: 210 Bytes
Versions: 7
Compression:
Stored size: 210 Bytes
Contents
# frozen_string_literal: true module Pytty module Common module Cli class VersionCommand < Clamp::Command def execute puts Pytty::VERSION end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems