Sha256: badc6cf5bd506f08a39067ec39d880a3f2c903aada9ddbdffeb887476d2ef5b3

Contents?: true

Size: 187 Bytes

Versions: 4

Compression:

Stored size: 187 Bytes

Contents

# frozen_string_literal: true

module AnnotateRb
  module Commands
    class PrintVersion
      def call(_options)
        puts "AnnotateRb v#{Core.version}"
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
annotaterb-4.1.1 lib/annotate_rb/commands/print_version.rb
annotaterb-4.1.0 lib/annotate_rb/commands/print_version.rb
annotaterb-4.0.0 lib/annotate_rb/commands/print_version.rb
annotaterb-4.0.0.beta.1 lib/annotate_rb/commands/print_version.rb