lib/irb/help.rb in irb-1.12.0 vs lib/irb/help.rb in irb-1.13.0
- old
+ new
@@ -4,10 +4,10 @@
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
#
module IRB
# Outputs the irb help message, see IRB@Command-Line+Options.
- def IRB.print_usage
+ def IRB.print_usage # :nodoc:
lc = IRB.conf[:LC_MESSAGES]
path = lc.find("irb/help-message")
space_line = false
File.open(path){|f|
f.each_line do |l|