$21 GRAYBYTE WORDPRESS FILE MANAGER $26

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/alt/ruby18/share/ri/1.8/system/String/

HOME
Current File : /opt/alt/ruby18/share/ri/1.8/system/String//cdesc-String.yaml
--- !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


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2024 10.50 PM
root / linksafe
0755
%25-i.yaml
0.733 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%2a-i.yaml
0.403 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%2b-i.yaml
0.438 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%3c%3c-i.yaml
0.649 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%3c%3d%3e-i.yaml
1.392 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%3d%3d-i.yaml
0.389 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%3d%7e-i.yaml
0.674 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%5b%5d%3d-i.yaml
1.212 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
%5b%5d-i.yaml
2.367 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
_expand_ch-i.yaml
0.174 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
_regex_quote-i.yaml
0.178 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
block_scanf-i.yaml
0.203 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
bytes-i.yaml
0.494 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
bytesize-i.yaml
0.262 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
capitalize%21-i.yaml
0.567 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
capitalize-i.yaml
0.563 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
casecmp-i.yaml
0.58 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
cdesc-String.yaml
8.301 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
center-i.yaml
0.709 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chars-i.yaml
0.527 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chomp%21-i.yaml
0.378 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chomp-i.yaml
1.05 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chop%21-i.yaml
0.16 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chop-i.yaml
0.158 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
concat-i.yaml
0.655 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
count-i.yaml
0.777 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
crypt-i.yaml
0.456 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
delete%21-i.yaml
0.167 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
delete-i.yaml
0.774 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
downcase%21-i.yaml
0.32 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
downcase-i.yaml
0.507 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
dump-i.yaml
0.352 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
each-i.yaml
1.195 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
each_byte-i.yaml
0.508 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
each_char-i.yaml
0.501 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
each_line-i.yaml
1.205 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
empty%3f-i.yaml
0.413 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
end_regexp-i.yaml
0.17 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
end_with%3f-i.yaml
0.304 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
eql%3f-i.yaml
0.291 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
expand_ch_hash-i.yaml
0.187 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
gsub%21-i.yaml
0.437 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
gsub-i.yaml
1.789 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
hash-i.yaml
0.271 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
hex-i.yaml
0.599 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
include%3f-i.yaml
0.571 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
index-i.yaml
0.933 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
initialize_copy-i.yaml
0.509 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
insert-i.yaml
0.867 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
inspect-i.yaml
0.434 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
intern-i.yaml
0.859 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
is_binary_data%3f-i.yaml
0.18 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
is_complex_yaml%3f-i.yaml
0.182 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
iseuc-i.yaml
0.374 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
issjis-i.yaml
0.38 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
isutf8-i.yaml
0.376 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
jcount-i.yaml
0.165 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
jlength-i.yaml
0.204 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
jsize-i.yaml
0.216 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
kconv-i.yaml
0.53 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
length-i.yaml
0.258 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
lines-i.yaml
0.627 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ljust-i.yaml
0.722 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
lstrip%21-i.yaml
0.525 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
lstrip-i.yaml
0.503 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
match-i.yaml
0.623 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mbchar%3f-i.yaml
0.164 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
new-c.yaml
0.286 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
next%21-i.yaml
0.307 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
next-i.yaml
1.271 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
oct-i.yaml
0.576 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
original_succ%21-i.yaml
0.232 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
original_succ-i.yaml
0.229 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
partition-i.yaml
0.748 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
replace-i.yaml
0.493 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
reverse%21-i.yaml
0.256 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
reverse-i.yaml
0.403 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rindex-i.yaml
0.986 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rjust-i.yaml
0.723 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rpartition-i.yaml
0.722 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rstrip%21-i.yaml
0.526 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rstrip-i.yaml
0.504 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
scan-i.yaml
1.534 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
scanf-i.yaml
0.167 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
shellescape-i.yaml
0.357 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
shellsplit-i.yaml
0.357 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
size-i.yaml
0.254 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
slice%21-i.yaml
1.089 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
slice-i.yaml
2.371 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
split-i.yaml
2.828 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
squeeze%21-i.yaml
0.173 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
squeeze-i.yaml
0.877 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
start_with%3f-i.yaml
0.312 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
strip%21-i.yaml
0.336 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
strip-i.yaml
0.464 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
sub%21-i.yaml
0.436 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
sub-i.yaml
1.693 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
succ%21-i.yaml
0.355 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
succ-i.yaml
0.158 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
sum-i.yaml
0.515 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
swapcase%21-i.yaml
0.372 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
swapcase-i.yaml
0.54 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_f-i.yaml
0.685 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_i-i.yaml
1.02 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_s-i.yaml
0.258 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_str-i.yaml
0.262 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_sym-i.yaml
0.859 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
to_yaml-i.yaml
0.175 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
toeuc-i.yaml
0.438 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
tojis-i.yaml
0.443 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
tosjis-i.yaml
0.444 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
toutf16-i.yaml
0.446 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
toutf8-i.yaml
0.44 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
tr%21-i.yaml
0.372 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
tr-i.yaml
0.926 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
tr_s%21-i.yaml
0.369 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
tr_s-i.yaml
0.166 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
unpack-i.yaml
7.831 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
upcase%21-i.yaml
0.313 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
upcase-i.yaml
0.499 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
upto-i.yaml
0.914 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
yaml_new-c.yaml
0.183 KB
26 Jul 2023 1.47 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF