From 2c056816c4e16117cc62b67fba74dfbd15d15ae9 Mon Sep 17 00:00:00 2001 From: aycabta Date: Fri, 13 Aug 2021 13:44:40 +0900 Subject: [ruby/reline] Add workspace member for the latest IRB's implementation https://github.com/ruby/reline/commit/8b55fc8fee --- test/reline/yamatanooroti/termination_checker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/reline/yamatanooroti') diff --git a/test/reline/yamatanooroti/termination_checker.rb b/test/reline/yamatanooroti/termination_checker.rb index a36e075bde..9c2c3ae740 100644 --- a/test/reline/yamatanooroti/termination_checker.rb +++ b/test/reline/yamatanooroti/termination_checker.rb @@ -20,7 +20,7 @@ end class AutoIndent < RubyLex def initialize set_input(self) - context = Struct.new(:auto_indent_mode).new(true) + context = Struct.new(:auto_indent_mode, :workspace).new(true, nil) set_auto_indent(context) end -- cgit v1.2.3