module AWS::Core::Data::MethodMissingProxy
def eql? other
-
(Boolean)
- Returns true if the passed object equals
def eql? other if other.is_a?(MethodMissingProxy) @data == other._data else @data == other end end
(Boolean)
- Returns true if the passed object equals
def eql? other if other.is_a?(MethodMissingProxy) @data == other._data else @data == other end end