diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-01-11 13:54:09 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-01-11 22:29:10 +0000 |
commit | 7e283c585e88a08c6eaa4d28ffb646270b598e6d (patch) | |
tree | 699574a61b3a0fb27ad4b05b67dac112a1b0732a /lib/irb/cmd | |
parent | 128398e7cd060691d7e4075e7b1937f43204d1a1 (diff) |
[ruby/irb] Formatting to header styles
https://github.com/ruby/irb/commit/cef125850d
Diffstat (limited to 'lib/irb/cmd')
-rw-r--r-- | lib/irb/cmd/chws.rb | 4 | ||||
-rw-r--r-- | lib/irb/cmd/fork.rb | 4 | ||||
-rw-r--r-- | lib/irb/cmd/help.rb | 4 | ||||
-rw-r--r-- | lib/irb/cmd/load.rb | 4 | ||||
-rw-r--r-- | lib/irb/cmd/nop.rb | 5 | ||||
-rw-r--r-- | lib/irb/cmd/pushws.rb | 4 | ||||
-rw-r--r-- | lib/irb/cmd/subirb.rb | 5 |
7 files changed, 2 insertions, 28 deletions
diff --git a/lib/irb/cmd/chws.rb b/lib/irb/cmd/chws.rb index e73480e1fc..44712fa445 100644 --- a/lib/irb/cmd/chws.rb +++ b/lib/irb/cmd/chws.rb @@ -3,10 +3,6 @@ # change-ws.rb - # by Keiju ISHITSUKA([email protected]) # -# -- -# -# -# require_relative "nop" require_relative "../ext/change-ws" diff --git a/lib/irb/cmd/fork.rb b/lib/irb/cmd/fork.rb index 26b4987e56..1cd235997f 100644 --- a/lib/irb/cmd/fork.rb +++ b/lib/irb/cmd/fork.rb @@ -3,10 +3,6 @@ # fork.rb - # by Keiju ISHITSUKA([email protected]) # -# -- -# -# -# require_relative "nop" diff --git a/lib/irb/cmd/help.rb b/lib/irb/cmd/help.rb index 590155ed41..9896fa9db1 100644 --- a/lib/irb/cmd/help.rb +++ b/lib/irb/cmd/help.rb @@ -2,10 +2,6 @@ # # help.rb - helper using ri # -# -- -# -# -# require_relative "nop" diff --git a/lib/irb/cmd/load.rb b/lib/irb/cmd/load.rb index f3930e152f..a3e797a7e0 100644 --- a/lib/irb/cmd/load.rb +++ b/lib/irb/cmd/load.rb @@ -3,10 +3,6 @@ # load.rb - # by Keiju ISHITSUKA([email protected]) # -# -- -# -# -# require_relative "nop" require_relative "../ext/loader" diff --git a/lib/irb/cmd/nop.rb b/lib/irb/cmd/nop.rb index 758ceb3173..34facc7578 100644 --- a/lib/irb/cmd/nop.rb +++ b/lib/irb/cmd/nop.rb @@ -3,10 +3,7 @@ # nop.rb - # by Keiju ISHITSUKA([email protected]) # -# -- -# -# -# + module IRB # :stopdoc: diff --git a/lib/irb/cmd/pushws.rb b/lib/irb/cmd/pushws.rb index c1fb304e6c..d64d822182 100644 --- a/lib/irb/cmd/pushws.rb +++ b/lib/irb/cmd/pushws.rb @@ -3,10 +3,6 @@ # change-ws.rb - # by Keiju ISHITSUKA([email protected]) # -# -- -# -# -# require_relative "nop" require_relative "../ext/workspaces" diff --git a/lib/irb/cmd/subirb.rb b/lib/irb/cmd/subirb.rb index 078d9da42a..5f3e02c988 100644 --- a/lib/irb/cmd/subirb.rb +++ b/lib/irb/cmd/subirb.rb @@ -1,11 +1,8 @@ # frozen_string_literal: false +# # multi.rb - # by Keiju ISHITSUKA([email protected]) # -# -- -# -# -# require_relative "nop" |