lib/rack/less.rb in rack-less-1.2.1 vs lib/rack/less.rb in rack-less-1.3.0

- old
+ new

@@ -42,9 +42,14 @@ # Combinations config convenience method def combinations(key=nil) @@config.combinations(key) end + # Combination timestamp config convenience method + def combination_timestamp + @@config.combination_timestamp + end + end # Create a new Rack::Less middleware component # => the +options+ Hash can be used to specify default configuration values # => (see Rack::Less::Options for possible key/values)