1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/readline/extconf.rb: checked rl_refresh_line in readline.

* ext/readline/readline.c (readline_s_refresh_line): add new
  method, a patch from Koichiro Ohba. see [ruby-list:45922].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kouji 2009-07-10 13:03:40 +00:00
parent 89fd521319
commit 257c314fbb
4 changed files with 31 additions and 0 deletions

View file

@ -21,6 +21,7 @@ begin
"completer_quote_characters",
"filename_quote_characters=",
"filename_quote_characters",
"refresh_line",
].each do |method_name|
define_method(method_name.to_sym) do |*args|
raise NotImplementedError