⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
2.7.0
/
system
/
Object
/
View File Name :
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::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