lib/facet/time/stamp.rb in facets-0.7.2 vs lib/facet/time/stamp.rb in facets-0.9.0
- old
+ new
@@ -1,6 +2 @@
-class Time
- # Alias for #to_s. This is primarily for
- # creating an improved #to_s (see facet/time/to_s).
- #
- alias_method( :stamp, :to_s )
-end
+require 'nano/time/stamp.rb'
\ No newline at end of file