method

add_platforms

ruby latest stable - Class: Bundler::LockfileGenerator

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

add_platforms()
private

No documentation available.

# File lib/bundler/lockfile_generator.rb, line 53
    def add_platforms
      add_section("PLATFORMS", definition.platforms)
    end