1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/reline] Remove unused using method

follow #347

37453a83a3
This commit is contained in:
ima1zumi 2021-09-13 14:51:19 +09:00 committed by git
parent fa05697e48
commit 616d671758

View file

@ -1,7 +1,4 @@
class Reline::KeyStroke
using Module.new {
}
def initialize(config)
@config = config
end