class Git::Daily::Version

Public Instance Methods

help() click to toggle source
# File lib/git-daily/command/version.rb, line 5
def help
  "version\tShow version"
end
run() click to toggle source
# File lib/git-daily/command/version.rb, line 9
def run
  puts "git-daily : version #{Git::Daily::VERSION}"
end