method
platform
v2_6_3 -
Show latest stable
- Class:
Bundler::CLI
platform()public
No documentation available.
# File lib/bundler/cli.rb, line 600
def platform
require "bundler/cli/platform"
Platform.new(options).run
end