summaryrefslogtreecommitdiff
path: root/lib/irb/ext/save-history.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-11 13:54:09 +0900
committergit <svn-admin@ruby-lang.org>2023-01-11 22:29:10 +0000
commit7e283c585e88a08c6eaa4d28ffb646270b598e6d (patch)
tree699574a61b3a0fb27ad4b05b67dac112a1b0732a /lib/irb/ext/save-history.rb
parent128398e7cd060691d7e4075e7b1937f43204d1a1 (diff)
[ruby/irb] Formatting to header styles
https://github.com/ruby/irb/commit/cef125850d
Diffstat (limited to 'lib/irb/ext/save-history.rb')
-rw-r--r--lib/irb/ext/save-history.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/irb/ext/save-history.rb b/lib/irb/ext/save-history.rb
index 212f0e97e3..b1987ea646 100644
--- a/lib/irb/ext/save-history.rb
+++ b/lib/irb/ext/save-history.rb
@@ -1,11 +1,8 @@
# frozen_string_literal: false
+#
# save-history.rb -
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
-# --
-#
-#
-#
module IRB
module HistorySavingAbility # :nodoc: