class Date
:nodoc:
def mock_date
def mock_date mocked_time_stack_item = Timecop.top_stack_item mocked_time_stack_item.nil? ? nil : mocked_time_stack_item.date end
def today_with_mock_date
def today_with_mock_date mock_date || today_without_mock_date end