lib/sugar-high/kind_of.rb in sugar-high-0.4.4.2 vs lib/sugar-high/kind_of.rb in sugar-high-0.4.5
- old
+ new
@@ -1,5 +1,6 @@
require "active_support/inflector"
+require "sugar-high/enumerable"
class Object
def kinda_file?
any_kind_of?(File, Dir)
end
\ No newline at end of file