View file File name : next%21-i.yaml Content :--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Equivalent to <tt>String#succ</tt>, but modifies the receiver in place. full_name: String#next! is_singleton: false name: next! params: | str.succ! => str str.next! => str visibility: public