/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
- U:RDoc::AnyMethod[iI"
- 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
- str.gsub!(pattern) {|match| block } -> str or nil
- str.gsub!(pattern) -> an_enumerator
- ;F0[�I"
- (...);F