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 --- lib/irb/cmd/chws.rb | 4 ++-- lib/irb/cmd/fork.rb | 2 +- lib/irb/cmd/help.rb | 2 +- lib/irb/cmd/load.rb | 6 +++--- lib/irb/cmd/pushws.rb | 6 +++--- lib/irb/cmd/subirb.rb | 8 ++++---- lib/irb/notifier.rb | 6 +++--- lib/irb/output-method.rb | 2 +- lib/prime.rb | 4 ++-- lib/shell/builtin-command.rb | 2 +- 10 files changed, 21 insertions(+), 21 deletions(-) (limited to 'lib') diff --git a/lib/irb/cmd/chws.rb b/lib/irb/cmd/chws.rb index 606e0c52a9..e93c976f82 100644 --- a/lib/irb/cmd/chws.rb +++ b/lib/irb/cmd/chws.rb @@ -17,13 +17,13 @@ require "irb/ext/change-ws.rb" module IRB module ExtendCommand - class CurrentWorkingWorkspace