Sha256: 1d17bd96fce199e0007d0117578a9f675ef3eb1f7cd3a680a70de73882715078
Contents?: true
Size: 186 Bytes
Versions: 15
Compression:
Stored size: 186 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
15 entries across 15 versions & 1 rubygems