= Bundler (from /home/chedong/.local/share/rdoc) ------------------------------------------------------------------------ Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed. Since Ruby 2.6, Bundler is a part of Ruby's standard library. Bunder is used by creating gemfiles listing all the project dependencies and (optionally) their versions and then using require 'bundler/setup' or Bundler.setup to setup environment where only specified gems and their specified versions could be used. See Bundler website( https://bundler.io/docs.html ) for extensive documentation on gemfiles creation and Bundler usage. As a standard library inside project, Bundler could be used for introspection of loaded and required modules. ------------------------------------------------------------------------ = Constants: ORIGINAL_ENV: [not documented] SUDO_MUTEX: [not documented] = Class methods: app_cache app_config_path bin_path bundle_path clean_env clean_exec clean_system clear_gemspec_cache configure configure_gem_home_and_path configured_bundle_path default_bundle_dir default_gemfile default_lockfile definition environment feature_flag frozen_bundle? git_present? home install_path load load_gemspec load_gemspec_uncached load_marshal local_platform locked_gems mkdir_p most_specific_locked_platform? original_env original_exec original_system preferred_gemfile_name read_file require requires_sudo? reset! reset_paths! reset_rubygems! reset_settings_and_root! rm_rf root ruby_scope self_manager settings setup specs_path sudo system_bindir tmp ui ui= unbundled_env unbundled_exec unbundled_system use_system_gems? user_bundle_path user_cache user_home which with_clean_env with_original_env with_unbundled_env
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-30 16:07 @216.73.217.152
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)