method

version

version()
public

No documentation available.

# File lib/bundler/vendor/thor/lib/thor/runner.rb, line 113
  def version
    require "bundler/vendor/thor/lib/thor/version"
    say "Bundler::Thor #{Bundler::Thor::VERSION}"
  end