method
local_platform
ruby latest stable - Class:
Bundler
local_platform()public
No documentation available.
# File lib/bundler.rb, line 324
def local_platform
return Gem::Platform::RUBY if settings[:force_ruby_platform]
Gem::Platform.local
end