Class: Kth::Alimtalk::CaseSensitiveString
- Inherits:
-
String
- Object
- String
- Kth::Alimtalk::CaseSensitiveString
- Defined in:
- lib/kth/case_sensitive_string.rb
Instance Method Summary collapse
Instance Method Details
#capitalize ⇒ Object
6 7 8 |
# File 'lib/kth/case_sensitive_string.rb', line 6 def capitalize self end |
#downcase ⇒ Object
2 3 4 |
# File 'lib/kth/case_sensitive_string.rb', line 2 def downcase self end |
#to_s ⇒ Object
10 11 12 |
# File 'lib/kth/case_sensitive_string.rb', line 10 def to_s self end |