gravis (owner)

Revisions

gist: 188398 Download_button fork
public
Public Clone URL: git://gist.github.com/188398.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
$ sudo gem list hanna
 
*** LOCAL GEMS ***
 
hanna (0.1.9)
 
$ sudo gem install justinfrench-formtastic
Successfully installed justinfrench-formtastic-0.2.4
1 gem installed
Installing ri documentation for justinfrench-formtastic-0.2.4...
Usage: gem [options] [names...]
 
  Files are parsed, and the information they contain collected, before any
  output is produced. This allows cross references between all files to be
  resolved. If a name is a directory, it is traversed. If no names are
  specified, all Ruby files in the current directory (and subdirectories) are
  processed.
 
  How RDoc generates output depends on the output formatter being used, and on
  the options you give.
 
  - Darkfish creates frameless HTML output by Michael Granger.
 
  - ri creates ri data files
 
Parsing Options:
 
    -a, --all Include all methods (not just public) in
                                     the output.
 
    -x, --exclude=PATTERN Do not process files or directories
                                     matching PATTERN.
 
    -E, --extension=NEW=OLD Treat files ending with .new as if they
                                     ended with .old. Using '-E cgi=rb' will
                                     cause xxx.cgi to be parsed as a Ruby file.
 
    -U, --force-update Forces rdoc to scan all sources even if
                                     newer than the flag file.
 
        --pipe Convert RDoc on stdin to HTML
 
        --threads=THREADS Number of threads to parse with.
 
Generator Options:
 
    -c, --charset=CHARSET Specifies the output HTML character-set.
 
    -f, --fmt, --format=FORMAT Set the output formatter. One of:
                                       darkfish
                                       ri
 
    -i, --include=DIRECTORIES Set (or add to) the list of directories to
                                     be searched when satisfying :include:
                                     requests. Can be used more than once.
 
    -N, --line-numbers Include line numbers in the source code.
 
    -m, --main=NAME NAME will be the initial page displayed.
 
    -o, --output, --op=DIR Set the output directory.
 
    -H, --show-hash A name of the form #name in a comment is a
                                     possible hyperlink to an instance method
                                     name. When displayed, the '#' is removed
                                     unless this option is specified.
 
    -w, --tab-width=WIDTH Set the width of tab characters.
 
    -T, --template=NAME Set the template used when generating
                                     output.
 
    -t, --title=TITLE Set TITLE as the title for HTML output.
 
    -W, --webcvs=URL Specify a URL for linking to a web frontend
                                     to CVS. If the URL contains a '%s', the
                                     name of the current file will be
                                     substituted; if the URL doesn't contain a
                                     '%s', the filename will be appended to it.
 
Diagram Options:
 
    -I, --image-format=FORMAT Sets output image format for diagrams. Can
                                     be gif, png, jpg, jpeg. If this option
                                     is omitted, png is used. Requires
                                     diagrams.
 
    -d, --diagram Generate diagrams showing modules and
                                     classes. You need dot V1.8.6 or later to
                                     use the --diagram option correctly. Dot is
                                     available from http://graphviz.org
 
    -F, --fileboxes Classes are put in boxes which represents
                                     files, where these classes reside. Classes
                                     shared between more than one file are
                                     shown with list of files that are sharing
                                     them. Silently discarded if --diagram is
                                     not given.
 
ri Generator Options:
 
    -r, --ri Generate output for use by `ri`. The files
                                     are stored in the '.rdoc' directory under
                                     your home directory unless overridden by a
                                     subsequent --op parameter, so no special
                                     privileges are needed.
 
    -R, --ri-site Generate output for use by `ri`. The files
                                     are stored in a site-wide directory,
                                     making them accessible to others, so
                                     special privileges are needed.
 
    -M, --merge When creating ri output, merge previously
                                     processed classes into previously
                                     documented classes of the same name.
 
Generic Options:
 
    -D, --debug Displays lots on internal stuff.
    -q, --quiet Don't show progress as we parse.
    -v, --verbose Display extra progress as we parse.
 
Deprecated options - these warn when set
 
    -S, --inline-source
    -p, --promiscuous
 
 
invalid argument: --format=html