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 (patch) | |
tree | 73fe93fec6838a539e6fa27cae0cf4076f32c7ba /sample/export.rb | |
parent | 87d7a06660b658da7267486f43996003abc39016 (diff) | |
download | ruby-6b35c34c6808f24f6ac8f03d99620a6406676b0e.tar.gz |
* basictest/test.rb: Adjust spaces in class declarations
with inheritance. [fix GH-1227] Patch 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
Diffstat (limited to 'sample/export.rb')
-rw-r--r-- | sample/export.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/export.rb b/sample/export.rb index 949e5b10bf..2ab2e93f2e 100644 --- a/sample/export.rb +++ b/sample/export.rb @@ -30,7 +30,7 @@ f.printf "%s\n", Foo f.quux -class Bar<Foo +class Bar < Foo def quux super baz() |