aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/xml_mini
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-07-25 05:21:16 -0300
committerJosé Valim <jose.valim@gmail.com>2010-07-25 16:33:04 +0200
commitb1cfcedc8f6dde3b0855fc8fd564e72e730ba5cf (patch)
tree459d52879fe866fe5321a730919a2ac6b7c55805 /activesupport/lib/active_support/xml_mini
parent8d5b792e7dadf8b2f64b75b6fee51d15fde70699 (diff)
downloadrails-b1cfcedc8f6dde3b0855fc8fd564e72e730ba5cf.tar.gz
rails-b1cfcedc8f6dde3b0855fc8fd564e72e730ba5cf.tar.bz2
rails-b1cfcedc8f6dde3b0855fc8fd564e72e730ba5cf.zip
Change returning with tap
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activesupport/lib/active_support/xml_mini')
-rw-r--r--activesupport/lib/active_support/xml_mini/libxml.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/xml_mini/libxml.rb b/activesupport/lib/active_support/xml_mini/libxml.rb
index 9cf187302f..7fdcb11465 100644
--- a/activesupport/lib/active_support/xml_mini/libxml.rb
+++ b/activesupport/lib/active_support/xml_mini/libxml.rb
@@ -1,5 +1,4 @@
require 'libxml'
-require 'active_support/core_ext/object/returning'
require 'active_support/core_ext/object/blank'
# = XmlMini LibXML implementation