Skip to content

Commit

Permalink
[ruby/reline] Add workspace member for the latest IRB's implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Aug 14, 2021
1 parent a2f6493 commit 2c05681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reline/yamatanooroti/termination_checker.rb
Expand Up @@ -20,7 +20,7 @@ def terminated?(code)
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

Expand Down

0 comments on commit 2c05681

Please sign in to comment.