Flowdock
method

bundler_version

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: BundlerVersionFinder
bundler_version() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/bundler_version_finder.rb, line 3
  def self.bundler_version
    version, _ = bundler_version_with_reason

    return unless version

    Gem::Version.new(version)
  end
Register or log in to add new notes.