lib/core/core.rb in buildr-0.15.0 vs lib/core/core.rb in buildr-0.16.0
- old
+ new
@@ -1,13 +1,4 @@
-# returning(obj) and with(obj)
-require "facet/kernel/with"
-# &:symbol goodness.
-require "facet/symbol/to_proc"
-# blank? on string and nil
-require "facet/string/blank"
-require "facet/nilclass/blank"
-# What it says.
-require "facet/module/alias_method_chain"
require "highline"
module Kernel
def warn_with_color(message)