mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
a5b6baae97
commit
b764c8d3c0
1 changed files with 4 additions and 0 deletions
|
@ -446,6 +446,10 @@ module Reline
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def self.ungetc(c)
|
||||||
|
Reline::IOGate.ungetc(c)
|
||||||
|
end
|
||||||
|
|
||||||
def self.line_editor
|
def self.line_editor
|
||||||
core.line_editor
|
core.line_editor
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue