📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 00:49:04
📂
/
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
String
✏️
Editing: swapcase-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns a copy of <em>str</em> with uppercase alphabetic characters converted to lowercase and lowercase characters converted to uppercase. - !ruby/struct:SM::Flow::VERB body: " "Hello".swapcase #=> "hELLO"\n "cYbEr_PuNk11".swapcase #=> "CyBeR_pUnK11"\n" full_name: String#swapcase is_singleton: false name: swapcase params: | str.swapcase => new_str visibility: public
💾 Save Changes
❌ Cancel