diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-24 16:09:31 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-24 16:09:31 +0000 |
| commit | 1db3479e8bb3cf680561f422bcabcd2c36a35bfd (patch) | |
| tree | 467e926c96d1dae4cdd85a7ac439a9022eefb8bc /lib | |
| parent | 14a646db1f1ec0a20564853674dab869af724da0 (diff) | |
| download | ruby-1db3479e8bb3cf680561f422bcabcd2c36a35bfd.tar.gz ruby-1db3479e8bb3cf680561f422bcabcd2c36a35bfd.tar.xz ruby-1db3479e8bb3cf680561f422bcabcd2c36a35bfd.zip | |
* lib/irb/output-method.rb: translate a comment to English to
avoid mix of EUC-JP comment and UTF-8 $Date$.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/irb/output-method.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/irb/output-method.rb b/lib/irb/output-method.rb index b9a3a8851..3e4e3d442 100644 --- a/lib/irb/output-method.rb +++ b/lib/irb/output-method.rb @@ -36,11 +36,11 @@ module IRB end # % - # <フラグ> [#0- +] - # <最小フィールド幅> (\*|\*[1-9][0-9]*\$|[1-9][0-9]*) - # <精度>.(\*|\*[1-9][0-9]*\$|[1-9][0-9]*|)? - # #<長さ修正文字>(hh|h|l|ll|L|q|j|z|t) - # <変換修正文字>[diouxXeEfgGcsb%] + # <flag> [#0- +] + # <minimum field width> (\*|\*[1-9][0-9]*\$|[1-9][0-9]*) + # <precision>.(\*|\*[1-9][0-9]*\$|[1-9][0-9]*|)? + # #<length modifier>(hh|h|l|ll|L|q|j|z|t) + # <conversion specifier>[diouxXeEfgGcsb%] def parse_printf_format(format, opts) return format, opts if $1.size % 2 == 1 end |
