method

gemfile

ruby latest stable - Class: Bundler::CLI::Init

Method not available on this version

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

gemfile()
private

No documentation available.

# File lib/bundler/cli/init.rb, line 43
    def gemfile
      @gemfile ||= Bundler.feature_flag.init_gems_rb? ? "gems.rb" : "Gemfile"
    end