lib/project/coercer/time.rb in motion_coercible-0.2.0 vs lib/project/coercer/time.rb in motion_coercible-0.2.0.1
- old
+ new
@@ -1,4 +1,7 @@
+motion_require 'object'
+motion_require 'time_coercions'
+
module Coercible
class Coercer
# Coerce Time values
class Time < Object