зеркало из https://github.com/github/ruby.git
[ruby/reline] Add workspace member for the latest IRB's implementation
https://github.com/ruby/reline/commit/8b55fc8fee
This commit is contained in:
Родитель
a2f649374d
Коммит
2c056816c4
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче