method
local_platform
v2_6_3 -
Show 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