From 65200a38b91021beabbd09d8c56ddabe68cea1f1 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 31 Mar 2015 20:10:12 +0900 Subject: [ci skip] Remove unnecessary `>` --- activesupport/lib/active_support/core_ext/object/with_options.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/core_ext/object/with_options.rb b/activesupport/lib/active_support/core_ext/object/with_options.rb index 7d38e1d134..513c8b1d55 100644 --- a/activesupport/lib/active_support/core_ext/object/with_options.rb +++ b/activesupport/lib/active_support/core_ext/object/with_options.rb @@ -7,7 +7,7 @@ class Object # provided. Each method called on the block variable must take an options # hash as its final argument. # - # Without with_options>, this code contains duplication: + # Without with_options, this code contains duplication: # # class Account < ActiveRecord::Base # has_many :customers, dependent: :destroy -- cgit v1.2.3