class Kth::Sms::CaseSensitiveString
Public Instance Methods
capitalize()
click to toggle source
# File lib/kth/sms/case_sensitive_string.rb, line 6 def capitalize self end
downcase()
click to toggle source
# File lib/kth/sms/case_sensitive_string.rb, line 2 def downcase self end
to_s()
click to toggle source
# File lib/kth/sms/case_sensitive_string.rb, line 10 def to_s self end