mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix call-seq of Encoding::Converter#putback [ci skip]
[Fix GH-1999] From: Takayuki Matsubara <takayuki.1229@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
992f6f940e
commit
504fc28fc7
1 changed files with 1 additions and 1 deletions
|
@ -4084,7 +4084,7 @@ econv_insert_output(VALUE self, VALUE string)
|
|||
}
|
||||
|
||||
/*
|
||||
* call-seq
|
||||
* call-seq:
|
||||
* ec.putback -> string
|
||||
* ec.putback(max_numbytes) -> string
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue