diff options
author | aycabta <[email protected]> | 2020-08-26 19:21:24 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2020-08-28 11:05:18 +0900 |
commit | 8882927036a6630c6132f0a2067bdec64d9ca94d (patch) | |
tree | 99e2a61e8f712f3009dfc68f1980205f4484e068 /lib/irb/help.rb | |
parent | 3b24b7914c16930bfadc89d6aff6326a51c54295 (diff) |
[ruby/irb] Discard newlines at end of file
https://github.com/ruby/irb/commit/0b2773d91d
Diffstat (limited to 'lib/irb/help.rb')
-rw-r--r-- | lib/irb/help.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/irb/help.rb b/lib/irb/help.rb index 7868a70a6c..3eeaf841b0 100644 --- a/lib/irb/help.rb +++ b/lib/irb/help.rb @@ -34,4 +34,3 @@ module IRB } end end - |