class Bundler::Thor::Runner

def version

def version
  require "bundler/vendor/thor/lib/thor/version"
  say "Bundler::Thor #{Bundler::Thor::VERSION}"
end