class Ptimelog::Command::Version

Output the Version-Number

Public Class Methods

new(_arg) click to toggle source
Calls superclass method Ptimelog::Command::Base::new
# File lib/ptimelog/command/version.rb, line 7
def initialize(_arg)
  super(nil)
end

Public Instance Methods

run() click to toggle source
# File lib/ptimelog/command/version.rb, line 11
def run
  puts Ptimelog::VERSION
end