From 185c6ce7074c0519588a440fdf14ff5133dc9073 Mon Sep 17 00:00:00 2001 From: Cheah Chu Yeow Date: Thu, 21 May 2009 18:07:42 +0800 Subject: [PATCH] Remove unnecessary require in YAML JSON backend. --- .../lib/active_support/json/backends/yaml.rb | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/activesupport/lib/active_support/json/backends/yaml.rb b/activesupport/lib/active_support/json/backends/yaml.rb index 667016f..d029e40 100644 --- a/activesupport/lib/active_support/json/backends/yaml.rb +++ b/activesupport/lib/active_support/json/backends/yaml.rb @@ -1,5 +1,3 @@ -require 'active_support/core_ext/string/starts_ends_with' - module ActiveSupport module JSON unless const_defined?(:ParseError) -- 1.6.1