aboutsummaryrefslogtreecommitdiffstats
path: root/lib/optparse.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/optparse.rb')
-rw-r--r--lib/optparse.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb
index 4a979a78d1..761504a82f 100644
--- a/lib/optparse.rb
+++ b/lib/optparse.rb
@@ -1584,7 +1584,6 @@ Base class of exceptions from ((<OptionParser>))
Returns inspection string.
--- OptionParser::ParseError#message
--- OptionParser::ParseError#to_s
---- OptionParser::ParseError#to_str
Default stringizing method to emit standard error message.
=end #'#"#`#
class ParseError < RuntimeError
@@ -1625,7 +1624,6 @@ Base class of exceptions from ((<OptionParser>))
end
alias to_s message
- alias to_str message
end
=begin