Class: AnnotateRb::Commands::PrintVersion

Inherits:
Object
  • Object
show all
Defined in:
lib/annotate_rb/commands/print_version.rb

Instance Method Summary collapse

Instance Method Details

#call(_options) ⇒ Object



6
7
8
# File 'lib/annotate_rb/commands/print_version.rb', line 6

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