lib/glue/mixins.rb in nitro-0.9.5 vs lib/glue/mixins.rb in nitro-0.10.0

- old
+ new

@@ -1,22 +1,13 @@ -# = Mixins -# -# A collection of useful mixins. Use these to synthesize your -# entities. -# -# code: # * George Moschovitis <gm@navel.gr> -# -# (c) 2004 Navel, all rights reserved. +# (c) 2004-2005 Navel, all rights reserved. # $Id$ module N -# = Expirable -# # Generic expiring functionality mixin. -# + module Expirable attr_accessor :expires # Set the expires timeout for this entry. @@ -40,6 +31,6 @@ return false end end end -end # module +end