[前][次][番号順一覧][スレッド一覧]

ruby-changes:62737

From: aycabta <ko1@a...>
Date: Fri, 28 Aug 2020 11:20:28 +0900 (JST)
Subject: [ruby-changes:62737] 8882927036 (master): [ruby/irb] Discard newlines at end of file

https://git.ruby-lang.org/ruby.git/commit/?id=8882927036

From 8882927036a6630c6132f0a2067bdec64d9ca94d Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Wed, 26 Aug 2020 19:21:24 +0900
Subject: [ruby/irb] Discard newlines at end of file

https://github.com/ruby/irb/commit/0b2773d91d

diff --git a/lib/irb/cmd/fork.rb b/lib/irb/cmd/fork.rb
index 31d53dc..19c78fc 100644
--- a/lib/irb/cmd/fork.rb
+++ b/lib/irb/cmd/fork.rb
@@ -35,5 +35,3 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/cmd/fork.rb#L35
   end
 end
 # :startdoc:
-
-
diff --git a/lib/irb/cmd/pushws.rb b/lib/irb/cmd/pushws.rb
index 187b276..612157d 100644
--- a/lib/irb/cmd/pushws.rb
+++ b/lib/irb/cmd/pushws.rb
@@ -38,4 +38,3 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/cmd/pushws.rb#L38
   end
 end
 # :startdoc:
-
diff --git a/lib/irb/ext/change-ws.rb b/lib/irb/ext/change-ws.rb
index 94bfe62..4c57e44 100644
--- a/lib/irb/ext/change-ws.rb
+++ b/lib/irb/ext/change-ws.rb
@@ -43,4 +43,3 @@ module IRB # :nodoc: https://github.com/ruby/ruby/blob/trunk/lib/irb/ext/change-ws.rb#L43
     end
   end
 end
-
diff --git a/lib/irb/ext/history.rb b/lib/irb/ext/history.rb
index 30e3fb90..fc304c6 100644
--- a/lib/irb/ext/history.rb
+++ b/lib/irb/ext/history.rb
@@ -153,5 +153,3 @@ module IRB # :nodoc: https://github.com/ruby/ruby/blob/trunk/lib/irb/ext/history.rb#L153
     end
   end
 end
-
-
diff --git a/lib/irb/ext/loader.rb b/lib/irb/ext/loader.rb
index 840226d..1b683d8 100644
--- a/lib/irb/ext/loader.rb
+++ b/lib/irb/ext/loader.rb
@@ -126,4 +126,3 @@ module IRB # :nodoc: https://github.com/ruby/ruby/blob/trunk/lib/irb/ext/loader.rb#L126
     end
   end
 end
-
diff --git a/lib/irb/ext/tracer.rb b/lib/irb/ext/tracer.rb
index e3e325e..67ac4bb 100644
--- a/lib/irb/ext/tracer.rb
+++ b/lib/irb/ext/tracer.rb
@@ -82,4 +82,3 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/ext/tracer.rb#L82
 
   IRB.initialize_tracer
 end
-
diff --git a/lib/irb/ext/use-loader.rb b/lib/irb/ext/use-loader.rb
index fdfee1b..1897bc8 100644
--- a/lib/irb/ext/use-loader.rb
+++ b/lib/irb/ext/use-loader.rb
@@ -73,5 +73,3 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/ext/use-loader.rb#L73
     end
   end
 end
-
-
diff --git a/lib/irb/ext/workspaces.rb b/lib/irb/ext/workspaces.rb
index 5bd72c1..730b58e 100644
--- a/lib/irb/ext/workspaces.rb
+++ b/lib/irb/ext/workspaces.rb
@@ -64,4 +64,3 @@ module IRB # :nodoc: https://github.com/ruby/ruby/blob/trunk/lib/irb/ext/workspaces.rb#L64
     end
   end
 end
-
diff --git a/lib/irb/help.rb b/lib/irb/help.rb
index 7868a70..3eeaf84 100644
--- a/lib/irb/help.rb
+++ b/lib/irb/help.rb
@@ -34,4 +34,3 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/help.rb#L34
     }
   end
 end
-
diff --git a/lib/irb/inspector.rb b/lib/irb/inspector.rb
index 4c028be..671b32b 100644
--- a/lib/irb/inspector.rb
+++ b/lib/irb/inspector.rb
@@ -136,8 +136,3 @@ module IRB # :nodoc: https://github.com/ruby/ruby/blob/trunk/lib/irb/inspector.rb#L136
     Marshal.dump(v)
   }
 end
-
-
-
-
-
diff --git a/lib/irb/ruby_logo.aa b/lib/irb/ruby_logo.aa
index 043e6f8..a34a3e2 100644
--- a/lib/irb/ruby_logo.aa
+++ b/lib/irb/ruby_logo.aa
@@ -35,4 +35,3 @@ https://github.com/ruby/ruby/blob/trunk/lib/irb/ruby_logo.aa#L35
     m7       NW H            N                        HSVO1z=?11-
       NgTH    bB        kH   WBHWWHBHWmQgg&gggggNNN
            NNggggggNN
-
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]