class AnyValue::UpcaseString

Public Instance Methods

==(o) click to toggle source
Calls superclass method AnyValue::AnyString#==
# File lib/any_value.rb, line 251
def ==(o)
  super && o.upcase == o
end