Method: Bundler::GemHelpers.generic_local_platform_is_ruby?

Defined in:
lib/bundler/gem_helpers.rb

.generic_local_platform_is_ruby?Boolean

Returns:

  • (Boolean)
[View source]

31
32
33
# File 'lib/bundler/gem_helpers.rb', line 31

def generic_local_platform_is_ruby?
  generic_local_platform == Gem::Platform::RUBY
end