Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby27
/
share
/
ri
/
system
/
Object
/
//opt/alt/ruby27/share/ri/system/Object/gemfile-i.ri
U:RDoc::AnyMethod[iI"gemfile:ETI"Object#gemfile;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"SAllows for declaring a Gemfile inline in a ruby script, optionally installing ;TI"Aany gems that aren't already installed on the user's system.;To:RDoc::Markup::BlankLine o; ; [I"R@note Every gem that is specified in this 'Gemfile' will be `require`d, as if;To:RDoc::Markup::Verbatim; [I"Nthe user had manually called `Bundler.require`. To avoid a requested gem ;TI"Mbeing automatically required, add the `:require => false` option to the ;TI"#`gem` dependency declaration. ;T:@format0o; ; [I"O@param install [Boolean] whether gems that aren't already installed on the;To;; [I"(user's system should be installed. ;TI"Defaults to `false`. ;T; 0o; ; [I"G@param gemfile [Proc] a block that is evaluated as a `Gemfile`.;T@o; ; [I"%@example Using an inline Gemfile;T@o;; [I"#!/usr/bin/env ruby ;TI" ;TI"require 'bundler/inline' ;TI" ;TI"gemfile do ;TI"% source 'https://rubygems.org' ;TI"" gem 'json', require: false ;TI"" gem 'nap', require: 'rest' ;TI"$ gem 'cocoapods', '~> 0.34.1' ;TI" end ;TI" ;TI"$puts Pod::VERSION # => "0.34.4";T; 0: @fileI"lib/bundler/inline.rb;T:0@omit_headings_from_table_of_contents_below000[ I".(install = false, options = {}, &gemfile);T@3FI"Object;TcRDoc::NormalClass00