diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-07-30 11:24:59 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-07-30 02:35:22 +0000 |
commit | dfad14d83f1a51a537d03da285b71e9d87a6da7f () | |
tree | a451f62b929b1a0a1f4ec64422e75f1c412f10ff /lib/optparse.rb | |
parent | 67be453d9d1e94b104ba2f092d89c33efac2a2e2 (diff) |
[ruby/optparse] [DOC] Mark up constant and method names as code
https://.com/ruby/optparse/commit/e8bee0be8f
-rw-r--r-- | lib/optparse.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ # # == OptionParser # -# === New to \OptionParser? # # See the {Tutorial}[optparse/tutorial.rdoc]. # |