lib/mack-facets.rb in mack-facets-0.7.1.1 vs lib/mack-facets.rb in mack-facets-0.8.0

- old
+ new

@@ -21,10 +21,10 @@ [:inflector, :inflections, :options_merger, :registry_list, :registry_map, :blank_slate].each do |k| path = File.join(fl, "utils", "#{k}") require path end -[:array, :class, :hash, :kernel, :math, :module, :object, :string, :symbol, :nil_class, :date_time].each do |k| +[:array, :class, :hash, :kernel, :math, :module, :object, :string, :symbol, :nil_class, :date_time, :file].each do |k| path = File.join(fl, "extensions", "#{k}") require path end [:numerals, :inflect].each do |k|