Libraries
»
vex
(0.4.2)
»
Index
»
StringExt
»
#upcase?
Method: StringExt#upcase?
Defined in:
lib/vex/base/string/string_ext.rb
#
upcase?
⇒
Boolean
Returns:
(
Boolean
)
8 9 10
# File 'lib/vex/base/string/string_ext.rb', line 8
def
upcase?
self
==
upcase
end