class PivotalIntegration::Command::Version

Public Instance Methods

run(*arguments) click to toggle source
# File lib/pivotal-integration/command/version.rb, line 4
def run(*arguments)
  puts PivotalIntegration::VERSION
end