PATH:
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
String
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: new - !ruby/object:RI::MethodSummary name: yaml_new comment: - !ruby/struct:SM::Flow::P body: A <tt>String</tt> object holds and manipulates an arbitrary sequence of bytes, typically representing characters. String objects may be created using <tt>String::new</tt> or as literals. - !ruby/struct:SM::Flow::P body: Because of aliasing issues, users of strings should be aware of the methods that modify the contents of a <tt>String</tt> object. Typically, methods with names ending in ``!'' modify their receiver, while those without a ``!'' return a new <tt>String</tt>. However, there are exceptions, such as <tt>String#[]=</tt>. constants: - !ruby/object:RI::Constant comment: name: PATTERN_SJIS value: "'[\\x81-\\x9f\\xe0-\\xef][\\x40-\\x7e\\x80-\\xfc]'" - !ruby/object:RI::Constant comment: name: PATTERN_EUC value: "'[\\xa1-\\xfe][\\xa1-\\xfe]'" - !ruby/object:RI::Constant comment: name: PATTERN_UTF8 value: "'[\\xc0-\\xdf][\\x80-\\xbf]|[\\xe0-\\xef][\\x80-\\xbf][\\x80-\\xbf]'" - !ruby/object:RI::Constant comment: name: RE_SJIS value: Regexp.new(PATTERN_SJIS, 0, 'n') - !ruby/object:RI::Constant comment: name: RE_EUC value: Regexp.new(PATTERN_EUC, 0, 'n') - !ruby/object:RI::Constant comment: name: RE_UTF8 value: Regexp.new(PATTERN_UTF8, 0, 'n') - !ruby/object:RI::Constant comment: name: SUCC value: "{}" - !ruby/object:RI::Constant comment: name: HashCache value: "{}" - !ruby/object:RI::Constant comment: name: TrPatternCache value: "{}" - !ruby/object:RI::Constant comment: name: DeletePatternCache value: "{}" - !ruby/object:RI::Constant comment: name: SqueezePatternCache value: "{}" full_name: String includes: - !ruby/object:RI::IncludedModule name: Comparable - !ruby/object:RI::IncludedModule name: Enumerable instance_methods: - !ruby/object:RI::MethodSummary name: "%" - !ruby/object:RI::MethodSummary name: "*" - !ruby/object:RI::MethodSummary name: + - !ruby/object:RI::MethodSummary name: "<<" - !ruby/object:RI::MethodSummary name: <=> - !ruby/object:RI::MethodSummary name: == - !ruby/object:RI::MethodSummary name: =~ - !ruby/object:RI::MethodSummary name: "[]" - !ruby/object:RI::MethodSummary name: "[]=" - !ruby/object:RI::MethodSummary name: _expand_ch - !ruby/object:RI::MethodSummary name: _regex_quote - !ruby/object:RI::MethodSummary name: block_scanf - !ruby/object:RI::MethodSummary name: bytes - !ruby/object:RI::MethodSummary name: bytesize - !ruby/object:RI::MethodSummary name: capitalize - !ruby/object:RI::MethodSummary name: capitalize! - !ruby/object:RI::MethodSummary name: casecmp - !ruby/object:RI::MethodSummary name: center - !ruby/object:RI::MethodSummary name: chars - !ruby/object:RI::MethodSummary name: chomp - !ruby/object:RI::MethodSummary name: chomp! - !ruby/object:RI::MethodSummary name: chop - !ruby/object:RI::MethodSummary name: chop - !ruby/object:RI::MethodSummary name: chop! - !ruby/object:RI::MethodSummary name: chop! - !ruby/object:RI::MethodSummary name: concat - !ruby/object:RI::MethodSummary name: count - !ruby/object:RI::MethodSummary name: crypt - !ruby/object:RI::MethodSummary name: delete - !ruby/object:RI::MethodSummary name: delete - !ruby/object:RI::MethodSummary name: delete! - !ruby/object:RI::MethodSummary name: delete! - !ruby/object:RI::MethodSummary name: downcase - !ruby/object:RI::MethodSummary name: downcase! - !ruby/object:RI::MethodSummary name: dump - !ruby/object:RI::MethodSummary name: each - !ruby/object:RI::MethodSummary name: each_byte - !ruby/object:RI::MethodSummary name: each_char - !ruby/object:RI::MethodSummary name: each_char - !ruby/object:RI::MethodSummary name: each_line - !ruby/object:RI::MethodSummary name: empty? - !ruby/object:RI::MethodSummary name: end_regexp - !ruby/object:RI::MethodSummary name: end_with? - !ruby/object:RI::MethodSummary name: eql? - !ruby/object:RI::MethodSummary name: expand_ch_hash - !ruby/object:RI::MethodSummary name: gsub - !ruby/object:RI::MethodSummary name: gsub! - !ruby/object:RI::MethodSummary name: hash - !ruby/object:RI::MethodSummary name: hex - !ruby/object:RI::MethodSummary name: include? - !ruby/object:RI::MethodSummary name: index - !ruby/object:RI::MethodSummary name: initialize_copy - !ruby/object:RI::MethodSummary name: insert - !ruby/object:RI::MethodSummary name: inspect - !ruby/object:RI::MethodSummary name: intern - !ruby/object:RI::MethodSummary name: is_binary_data? - !ruby/object:RI::MethodSummary name: is_complex_yaml? - !ruby/object:RI::MethodSummary name: iseuc - !ruby/object:RI::MethodSummary name: issjis - !ruby/object:RI::MethodSummary name: isutf8 - !ruby/object:RI::MethodSummary name: jcount - !ruby/object:RI::MethodSummary name: jlength - !ruby/object:RI::MethodSummary name: jsize - !ruby/object:RI::MethodSummary name: kconv - !ruby/object:RI::MethodSummary name: length - !ruby/object:RI::MethodSummary name: lines - !ruby/object:RI::MethodSummary name: ljust - !ruby/object:RI::MethodSummary name: lstrip - !ruby/object:RI::MethodSummary name: lstrip! - !ruby/object:RI::MethodSummary name: match - !ruby/object:RI::MethodSummary name: mbchar? - !ruby/object:RI::MethodSummary name: next - !ruby/object:RI::MethodSummary name: next! - !ruby/object:RI::MethodSummary name: oct - !ruby/object:RI::MethodSummary name: original_succ - !ruby/object:RI::MethodSummary name: original_succ! - !ruby/object:RI::MethodSummary name: partition - !ruby/object:RI::MethodSummary name: replace - !ruby/object:RI::MethodSummary name: reverse - !ruby/object:RI::MethodSummary name: reverse! - !ruby/object:RI::MethodSummary name: rindex - !ruby/object:RI::MethodSummary name: rjust - !ruby/object:RI::MethodSummary name: rpartition - !ruby/object:RI::MethodSummary name: rstrip - !ruby/object:RI::MethodSummary name: rstrip! - !ruby/object:RI::MethodSummary name: scan - !ruby/object:RI::MethodSummary name: scanf - !ruby/object:RI::MethodSummary name: shellescape - !ruby/object:RI::MethodSummary name: shellsplit - !ruby/object:RI::MethodSummary name: size - !ruby/object:RI::MethodSummary name: slice - !ruby/object:RI::MethodSummary name: slice! - !ruby/object:RI::MethodSummary name: split - !ruby/object:RI::MethodSummary name: squeeze - !ruby/object:RI::MethodSummary name: squeeze - !ruby/object:RI::MethodSummary name: squeeze! - !ruby/object:RI::MethodSummary name: squeeze! - !ruby/object:RI::MethodSummary name: start_with? - !ruby/object:RI::MethodSummary name: strip - !ruby/object:RI::MethodSummary name: strip! - !ruby/object:RI::MethodSummary name: sub - !ruby/object:RI::MethodSummary name: sub! - !ruby/object:RI::MethodSummary name: succ - !ruby/object:RI::MethodSummary name: succ - !ruby/object:RI::MethodSummary name: succ! - !ruby/object:RI::MethodSummary name: succ! - !ruby/object:RI::MethodSummary name: sum - !ruby/object:RI::MethodSummary name: swapcase - !ruby/object:RI::MethodSummary name: swapcase! - !ruby/object:RI::MethodSummary name: to_f - !ruby/object:RI::MethodSummary name: to_i - !ruby/object:RI::MethodSummary name: to_s - !ruby/object:RI::MethodSummary name: to_str - !ruby/object:RI::MethodSummary name: to_sym - !ruby/object:RI::MethodSummary name: to_yaml - !ruby/object:RI::MethodSummary name: toeuc - !ruby/object:RI::MethodSummary name: tojis - !ruby/object:RI::MethodSummary name: tosjis - !ruby/object:RI::MethodSummary name: toutf16 - !ruby/object:RI::MethodSummary name: toutf8 - !ruby/object:RI::MethodSummary name: tr - !ruby/object:RI::MethodSummary name: tr - !ruby/object:RI::MethodSummary name: tr! - !ruby/object:RI::MethodSummary name: tr! - !ruby/object:RI::MethodSummary name: tr_s - !ruby/object:RI::MethodSummary name: tr_s - !ruby/object:RI::MethodSummary name: tr_s! - !ruby/object:RI::MethodSummary name: tr_s! - !ruby/object:RI::MethodSummary name: unpack - !ruby/object:RI::MethodSummary name: upcase - !ruby/object:RI::MethodSummary name: upcase! - !ruby/object:RI::MethodSummary name: upto name: String superclass: Object
[-] tojis-i.yaml
[edit]
[-] is_complex_yaml%3f-i.yaml
[edit]
[-] chop-i.yaml
[edit]
[-] unpack-i.yaml
[edit]
[-] gsub%21-i.yaml
[edit]
[-] toutf8-i.yaml
[edit]
[-] lstrip%21-i.yaml
[edit]
[-] original_succ-i.yaml
[edit]
[-] %3c%3d%3e-i.yaml
[edit]
[-] size-i.yaml
[edit]
[-] concat-i.yaml
[edit]
[-] upcase%21-i.yaml
[edit]
[-] shellsplit-i.yaml
[edit]
[-] toeuc-i.yaml
[edit]
[-] match-i.yaml
[edit]
[-] tr%21-i.yaml
[edit]
[-] lines-i.yaml
[edit]
[-] mbchar%3f-i.yaml
[edit]
[-] reverse%21-i.yaml
[edit]
[-] %2a-i.yaml
[edit]
[-] swapcase-i.yaml
[edit]
[-] upcase-i.yaml
[edit]
[-] succ%21-i.yaml
[edit]
[-] tr-i.yaml
[edit]
[-] scan-i.yaml
[edit]
[-] ljust-i.yaml
[edit]
[-] jlength-i.yaml
[edit]
[-] dump-i.yaml
[edit]
[-] empty%3f-i.yaml
[edit]
[-] to_yaml-i.yaml
[edit]
[-] partition-i.yaml
[edit]
[-] hex-i.yaml
[edit]
[-] to_str-i.yaml
[edit]
[-] squeeze%21-i.yaml
[edit]
[-] _regex_quote-i.yaml
[edit]
[-] hash-i.yaml
[edit]
[-] delete%21-i.yaml
[edit]
[-] sub%21-i.yaml
[edit]
[-] rpartition-i.yaml
[edit]
[-] tosjis-i.yaml
[edit]
[-] %5b%5d%3d-i.yaml
[edit]
[-] bytesize-i.yaml
[edit]
[-] scanf-i.yaml
[edit]
[-] block_scanf-i.yaml
[edit]
[-] iseuc-i.yaml
[edit]
[-] crypt-i.yaml
[edit]
[-] split-i.yaml
[edit]
[-] sub-i.yaml
[edit]
[-] tr_s-i.yaml
[edit]
[-] chars-i.yaml
[edit]
[-] shellescape-i.yaml
[edit]
[-] casecmp-i.yaml
[edit]
[-] gsub-i.yaml
[edit]
[-] downcase-i.yaml
[edit]
[-] %3c%3c-i.yaml
[edit]
[-] next-i.yaml
[edit]
[-] each_byte-i.yaml
[edit]
[-] index-i.yaml
[edit]
[-] insert-i.yaml
[edit]
[-] expand_ch_hash-i.yaml
[edit]
[-] start_with%3f-i.yaml
[edit]
[-] include%3f-i.yaml
[edit]
[-] rstrip-i.yaml
[edit]
[-] chomp-i.yaml
[edit]
[-] downcase%21-i.yaml
[edit]
[-] oct-i.yaml
[edit]
[-] rstrip%21-i.yaml
[edit]
[-] initialize_copy-i.yaml
[edit]
[-] strip-i.yaml
[edit]
[-] to_f-i.yaml
[edit]
[-] %2b-i.yaml
[edit]
[-] inspect-i.yaml
[edit]
[-] isutf8-i.yaml
[edit]
[-] %3d%7e-i.yaml
[edit]
[-] delete-i.yaml
[edit]
[-] end_with%3f-i.yaml
[edit]
[-] capitalize-i.yaml
[edit]
[-] issjis-i.yaml
[edit]
[-] bytes-i.yaml
[edit]
[-] _expand_ch-i.yaml
[edit]
[-] succ-i.yaml
[edit]
[-] each_line-i.yaml
[edit]
[-] swapcase%21-i.yaml
[edit]
[-] upto-i.yaml
[edit]
[-] squeeze-i.yaml
[edit]
[-] kconv-i.yaml
[edit]
[-] %3d%3d-i.yaml
[edit]
[-] rindex-i.yaml
[edit]
[-] %5b%5d-i.yaml
[edit]
[-] chop%21-i.yaml
[edit]
[-] %25-i.yaml
[edit]
[-] end_regexp-i.yaml
[edit]
[-] strip%21-i.yaml
[edit]
[-] yaml_new-c.yaml
[edit]
[-] eql%3f-i.yaml
[edit]
[-] length-i.yaml
[edit]
[-] toutf16-i.yaml
[edit]
[+]
..
[-] slice-i.yaml
[edit]
[-] to_i-i.yaml
[edit]
[-] next%21-i.yaml
[edit]
[-] intern-i.yaml
[edit]
[-] is_binary_data%3f-i.yaml
[edit]
[-] jcount-i.yaml
[edit]
[-] each_char-i.yaml
[edit]
[-] each-i.yaml
[edit]
[-] jsize-i.yaml
[edit]
[-] new-c.yaml
[edit]
[-] tr_s%21-i.yaml
[edit]
[-] count-i.yaml
[edit]
[-] original_succ%21-i.yaml
[edit]
[-] cdesc-String.yaml
[edit]
[-] chomp%21-i.yaml
[edit]
[-] to_s-i.yaml
[edit]
[-] center-i.yaml
[edit]
[-] capitalize%21-i.yaml
[edit]
[-] replace-i.yaml
[edit]
[-] to_sym-i.yaml
[edit]
[-] lstrip-i.yaml
[edit]
[-] slice%21-i.yaml
[edit]
[-] rjust-i.yaml
[edit]
[-] sum-i.yaml
[edit]
[-] reverse-i.yaml
[edit]