summaryrefslogtreecommitdiff
path: root/test/-ext-/method/test_arity.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-07 05:18:57 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-07 05:18:57 +0000
commit6b35c34c6808f24f6ac8f03d99620a6406676b0e (patch)
tree73fe93fec6838a539e6fa27cae0cf4076f32c7ba /test/-ext-/method/test_arity.rb
parent87d7a06660b658da7267486f43996003abc39016 (diff)
* 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 'test/-ext-/method/test_arity.rb')
-rw-r--r--test/-ext-/method/test_arity.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/method/test_arity.rb b/test/-ext-/method/test_arity.rb
index d0032c6a50..2ba73c8d4c 100644
--- a/test/-ext-/method/test_arity.rb
+++ b/test/-ext-/method/test_arity.rb
@@ -17,7 +17,7 @@ class TestMethod < Test::Unit::TestCase
end
end
- class B<A
+ class B < A
private :foo1, :foo2
end