$11 GRAYBYTE WORDPRESS FILE MANAGER $75

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.23
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/ruby34/share/man/man1/

HOME
Current File : /opt/alt/ruby34/share/man/man1//ri.1
.\"Ruby is copyrighted by Yukihiro Matsumoto <[email protected]>.
.Dd April 20, 2017
.Dt RI \&1 "Ruby Programmer's Reference Guide"
.Os UNIX
.Sh NAME
.Nm ri
.Nd Ruby API reference front end
.Sh SYNOPSIS
.Nm
.Op Fl ahilTv
.Op Fl d Ar DIRNAME
.Op Fl f Ar FORMAT
.Op Fl w Ar WIDTH
.Op Fl - Ns Oo Cm no- Oc Ns Cm pager
.Op Fl -server Ns Oo = Ns Ar PORT Oc
.Op Fl - Ns Oo Cm no- Oc Ns Cm list-doc-dirs
.Op Fl -no-standard-docs
.Op Fl - Ns Oo Cm no- Oc Ns Bro Cm system Ns | Ns Cm site Ns | Ns Cm gems Ns | Ns Cm home Brc
.Op Fl - Ns Oo Cm no- Oc Ns Cm profile
.Op Fl -dump Ns = Ns Ar CACHE
.Op Ar name ...
.Sh DESCRIPTION
.Nm
is a command-line front end for the Ruby API reference.
You can search and read the API reference for classes and methods with
.Nm .
.Pp
.Nm
is a part of Ruby.
.Pp
.Ar name
can be:
.Bl -diag -offset indent
.It Class | Module | Module::Class
.Pp
.It Class::method | Class#method | Class.method | method
.Pp
.It gem_name: | gem_name:README | gem_name:History
.El
.Pp
All class names may be abbreviated to their minimum unambiguous form.
If a name is ambiguous, all valid options will be listed.
.Pp
A
.Ql \&.
matches either class or instance methods, while #method
matches only instance and ::method matches only class methods.
.Pp
README and other files may be displayed by prefixing them with the gem name
they're contained in.  If the gem name is followed by a
.Ql \&:
all files in the gem will be shown.
The file name extension may be omitted where it is unambiguous.
.Pp
For example:
.Bd -literal -offset indent
ri Fil
ri File
ri File.new
ri zip
ri rdoc:README
.Ed
.Pp
Note that shell quoting or escaping may be required for method names
containing punctuation:
.Bd -literal -offset indent
ri 'Array.[]'
ri compact\e!
.Ed
.Pp
To see the default directories
.Nm
will search, run:
.Bd -literal -offset indent
ri --list-doc-dirs
.Ed
.Pp
Specifying the
.Fl -system , Fl -site , Fl -home , Fl -gems ,
or
.Fl -doc-dir
options will limit
.Nm
to searching only the specified directories.
.Pp
.Nm
options may be set in the
.Ev RI
environment variable.
.Pp
The
.Nm
pager can be set with the
.Ev RI_PAGER
environment variable or the
.Ev PAGER
environment variable.
.Pp
.Sh OPTIONS
.Bl -tag -width "1234567890123" -compact
.Pp
.It Fl i
.It Fl - Ns Oo Cm no- Oc Ns Cm interactive
In interactive mode you can repeatedly
look up methods with autocomplete.
.Pp
.It Fl a
.It Fl - Ns Oo Cm no- Oc Ns Cm all
Show all documentation for a class or module.
.Pp
.It Fl l
.It Fl - Ns Oo Cm no- Oc Ns Cm list
List classes
.Nm
knows about.
.Pp
.It Fl - Ns Oo Cm no- Oc Ns Cm pager
Send output to a pager,
rather than directly to stdout.
.Pp
.It Fl T
Synonym for
.Fl -no-pager .
.Pp
.It Fl w Ar WIDTH
.It Fl -width Ns = Ns Ar WIDTH
Set the width of the output.
.Pp
.It Fl -server Ns Oo = Ns Ar PORT Oc
Run RDoc server on the given port.
The default port is\~8214.
.Pp
.It Fl f Ar FORMAT
.It Fl -format Ns = Ns Ar FORMAT
Use the selected formatter.
The default formatter is
.Li bs
for paged output and
.Li ansi
otherwise.
Valid formatters are:
.Li ansi , Li bs , Li markdown , Li rdoc .
.Pp
.It Fl h
.It Fl -help
Show help and exit.
.Pp
.It Fl v
.It Fl -version
Output version information and exit.
.El
.Pp
Data source options:
.Bl -tag -width "1234567890123" -compact
.Pp
.It Fl - Ns Oo Cm no- Oc Ns Cm list-doc-dirs
List the directories from which
.Nm
will source documentation on stdout and exit.
.Pp
.It Fl d Ar DIRNAME
.It Fl -doc-dir Ns = Ns Ar DIRNAME
List of directories from which to source
documentation in addition to the standard
directories.  May be repeated.
.Pp
.It Fl -no-standard-docs
Do not include documentation from the Ruby standard library,
.Pa site_lib ,
installed gems, or
.Pa ~/.rdoc .
Use with
.Fl -doc-dir .
.Pp
.It Fl - Ns Oo Cm no- Oc Ns Cm system
Include documentation from Ruby's standard library.  Defaults to true.
.Pp
.It Fl - Ns Oo Cm no- Oc Ns Cm site
Include documentation from libraries installed in
.Pa site_lib .
Defaults to true.
.Pp
.It Fl - Ns Oo Cm no- Oc Ns Cm gems
Include documentation from RubyGems.  Defaults to true.
.Pp
.It Fl - Ns Oo Cm no- Oc Ns Cm home
Include documentation stored in
.Pa ~/.rdoc .
Defaults to true.
.El
.Pp
Debug options:
.Bl -tag -width "1234567890123" -compact
.Pp
.It Fl - Ns Oo Cm no- Oc Ns Cm profile
Run with the Ruby profiler.
.Pp
.It Fl -dump Ns = Ns Ar CACHE
Dump data from an ri cache or data file.
.El
.Pp
.Sh ENVIRONMENT
.Bl -tag -width "USERPROFILE" -compact
.Pp
.It Ev RI
Options to prepend to those specified on the command-line.
.Pp
.It Ev RI_PAGER
.It Ev PAGER
Pager program to use for displaying.
.Pp
.It Ev HOME
.It Ev USERPROFILE
.It Ev HOMEPATH
Path to the user's home directory.
.El
.Pp
.Sh FILES
.Bl -tag -width "USERPROFILE" -compact
.Pp
.It Pa ~/.rdoc
Path for ri data in the user's home directory.
.Pp
.El
.Pp
.Sh SEE ALSO
.Xr ruby 1 ,
.Xr rdoc 1 ,
.Xr gem 1
.Pp
.Sh REPORTING BUGS
.Bl -bullet
.It
Security vulnerabilities should be reported via an email to
.Mt [email protected] .
Reported problems will be published after being fixed.
.Pp
.It
Other bugs and feature requests can be reported via the
Ruby Issue Tracking System
.Pq Lk https://bugs.ruby-lang.org/ .
Do not report security vulnerabilities
via this system because it publishes the vulnerabilities immediately.
.El
.Sh AUTHORS
Written by
.An Dave Thomas Aq [email protected] .


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
29 Mar 2025 8.41 AM
root / root
0755
bundle-add.1
2.789 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-binstubs.1
1.653 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-cache.1
4.14 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-check.1
1.082 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-clean.1
0.709 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-config.1
21.087 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-console.1
1.435 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-doctor.1
1.108 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-env.1
0.33 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-exec.1
6.566 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-fund.1
0.607 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-gem.1
6.445 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-help.1
0.438 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-info.1
0.512 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-init.1
1.139 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-inject.1
0.97 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-install.1
16.618 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-issue.1
1.272 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-licenses.1
0.304 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-list.1
0.926 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-lock.1
3.647 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-open.1
0.778 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-outdated.1
3.396 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-platform.1
1.386 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-plugin.1
2.111 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-pristine.1
1.615 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-remove.1
0.816 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-show.1
0.755 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-update.1
13.598 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-version.1
0.604 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-viz.1
1.238 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle.1
3.672 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
erb.1
3.248 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
rake.1
3.638 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
ri.1
5.222 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
ruby.1
23.276 KB
27 Jan 2026 4.00 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF