From 6b35c34c6808f24f6ac8f03d99620a6406676b0e Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 7 Oct 2016 05:18:57 +0000 Subject: * 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 --- sample/export.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/export.rb') 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