HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/share/ri/2.7.0/system/Object/gemfile-i.ri
U:RDoc::AnyMethod[iI"gemfile:ETI"Object#gemfile;TF:publico: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::BlankLineo;
;	[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