From 7e283c585e88a08c6eaa4d28ffb646270b598e6d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 11 Jan 2023 13:54:09 +0900 Subject: [ruby/irb] Formatting to header styles https://github.com/ruby/irb/commit/cef125850d --- lib/irb/ext/save-history.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/irb/ext/save-history.rb') 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: -- cgit v1.2.3