diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-10-07 05:18:57 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-10-07 05:18:57 +0000 |
commit | 6b35c34c6808f24f6ac8f03d99620a6406676b0e () | |
tree | 73fe93fec6838a539e6fa27cae0cf4076f32c7ba /lib/irb/output-method.rb | |
parent | 87d7a06660b658da7267486f43996003abc39016 (diff) |
* basictest/test.rb: Adjust spaces in class declarations
with inheritance. [fix GH-1227] by @adrfer * lib/irb/*: ditto. * lib/prime.rb: ditto. * lib/shell/builtin-command.rb: ditto. * object.c: ditto. * sample/*.rb: ditto. * test/-ext-/method/test_arity.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/irb/output-method.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ module IRB end # A standard output printer - class StdioOutputMethod<OutputMethod # Prints the given +opts+ to standard output, see IO#print for more # information. def print(*opts) |