class Solargraph::Pin::Block

def nearly? other

def nearly? other
  return false unless super
  # @todo Trying to not to block merges too much

  # receiver == other.receiver and parameters == other.parameters

  true
end