mirror of
https://github.com/ruby/ruby.git
synced 2025-09-22 03:53:58 +02:00
[ruby/reline] Add workspace member for the latest IRB's implementation
8b55fc8fee
This commit is contained in:
parent
a2f649374d
commit
2c056816c4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ end
|
||||||
class AutoIndent < RubyLex
|
class AutoIndent < RubyLex
|
||||||
def initialize
|
def initialize
|
||||||
set_input(self)
|
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)
|
set_auto_indent(context)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue