class RuboCop::AST::HashElementNode::HashElementDelta

def initialize(first, second)

def initialize(first, second)
  @first = first
  @second = second
  raise ArgumentError unless valid_argument_types?
end