I need to write a method that will check if Time.now is in between the open hours and the close hours of a shop.
Time.now
The open and close hours are saved as a Tim
close_or_open_time_object.to_a.first(3).reverse <=> Time.now.to_a.first(3).reverse