PageRenderTime 46ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby/share/ri/1.9.1/system/String/gsub%21-i.ri

https://bitbucket.org/kendfinger/crostools
Unknown | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | 552474f1d032c95cadf93d55d051b2dc MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, BSD-2-Clause
  1. U:RDoc::AnyMethod[iI"
  2. gsub!:EFI"String#gsub!;FF: publico:RDoc::Markup::Document: @parts[o:RDoc::Markup::Paragraph; [I"OPerforms the substitutions of <code>String#gsub</code> in place, returning;FI"H<i>str</i>, or <code>nil</code> if no substitutions were performed.;FI"WIf no block and no <i>replacement</i> is given, an enumerator is returned instead.;FI"˘str.gsub!(pattern, replacement) -> str or nil
  3. str.gsub!(pattern) {|match| block } -> str or nil
  4. str.gsub!(pattern) -> an_enumerator
  5. ;F0[I"
  6. (...);F