GIF87a;
# # irb/help.rb - print usage module # $Release Version: 0.9.6$ # $Revision: 38515 $ # by Keiju ISHITSUKA(keiju@ishitsuka.com) # # -- # # # require 'irb/magic-file' module IRB # Outputs the irb help message, see IRB@Command+line+options. def IRB.print_usage lc = IRB.conf[:LC_MESSAGES] path = lc.find("irb/help-message") space_line = false IRB::MagicFile.open(path){|f| f.each_line do |l| if /^\s*$/ =~ l lc.puts l unless space_line space_line = true next end space_line = false l.sub!(/#.*$/, "") next if /^\s*$/ =~ l lc.puts l end } end end
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
cmd | Folder | 0755 |
|
|
ext | Folder | 0755 |
|
|
lc | Folder | 0755 |
|
|
completion.rb | File | 6.12 KB | 0644 |
|
context.rb | File | 11.91 KB | 0644 |
|
extend-command.rb | File | 9.54 KB | 0644 |
|
frame.rb | File | 1.87 KB | 0644 |
|
help.rb | File | 613 B | 0644 |
|
init.rb | File | 7.07 KB | 0644 |
|
input-method.rb | File | 4.58 KB | 0644 |
|
inspector.rb | File | 3.9 KB | 0644 |
|
locale.rb | File | 4.43 KB | 0644 |
|
magic-file.rb | File | 893 B | 0644 |
|
notifier.rb | File | 6.87 KB | 0644 |
|
output-method.rb | File | 2.39 KB | 0644 |
|
ruby-lex.rb | File | 22.59 KB | 0644 |
|
ruby-token.rb | File | 7.3 KB | 0644 |
|
slex.rb | File | 5.95 KB | 0644 |
|
src_encoding.rb | File | 90 B | 0644 |
|
version.rb | File | 251 B | 0644 |
|
workspace.rb | File | 2.78 KB | 0644 |
|
ws-for-case-2.rb | File | 195 B | 0644 |
|
xmp.rb | File | 4.03 KB | 0644 |
|