mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add the --list-names option
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
aa8658f7b1
commit
3ae6e3ccbf
7 changed files with 75 additions and 8 deletions
|
@ -83,6 +83,12 @@ module RI
|
|||
|
||||
######################################################################
|
||||
|
||||
def raw_print_line(txt)
|
||||
puts txt
|
||||
end
|
||||
|
||||
######################################################################
|
||||
|
||||
# convert HTML entities back to ASCII
|
||||
def conv_html(txt)
|
||||
txt.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue