This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
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