lib/roxbury/empty_working_hours.rb in roxbury-0.2.1 vs lib/roxbury/empty_working_hours.rb in roxbury-0.2.2
- old
+ new
@@ -11,9 +11,13 @@
def starts_after? _timestamp
false
end
+ def ends_before? _timestamp
+ false
+ end
+
def non_working?
true
end
end
end