module RuboCop::AST::HashElementNode

def value_delta(other)

Returns:
  • (Integer) - the delta between the two values

Other tags:
    Note: - Keyword splats always return a delta of 0
def value_delta(other)
  HashElementDelta.new(self, other).value_delta
end