class RuboCop::Cop::Rails::ExpandedDateRange

def same_argument?(begin_node, end_node)

def same_argument?(begin_node, end_node)
  begin_node.first_argument.source == end_node.first_argument.source
end