Class: AnnotateRb::Commands::PrintVersion
- Inherits:
-
Object
- Object
- AnnotateRb::Commands::PrintVersion
- 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() puts "AnnotateRb v#{Core.version}" end |