aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object/with_options.rb
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2015-03-31 20:10:12 +0900
committeryui-knk <spiketeika@gmail.com>2015-03-31 20:10:12 +0900
commit65200a38b91021beabbd09d8c56ddabe68cea1f1 (patch)
tree5dd817d7c95ec17e7c7a61485a88c2fd49a31f86 /activesupport/lib/active_support/core_ext/object/with_options.rb
parent3cee8ce2e8b9a7a651d88765b2c9ffd1fbda01e4 (diff)
downloadrails-65200a38b91021beabbd09d8c56ddabe68cea1f1.tar.gz
rails-65200a38b91021beabbd09d8c56ddabe68cea1f1.tar.bz2
rails-65200a38b91021beabbd09d8c56ddabe68cea1f1.zip
[ci skip] Remove unnecessary `>`
Diffstat (limited to 'activesupport/lib/active_support/core_ext/object/with_options.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/object/with_options.rb2
1 files changed, 1 insertions, 1 deletions
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 <tt>with_options></tt>, this code contains duplication:
+ # Without <tt>with_options</tt>, this code contains duplication:
#
# class Account < ActiveRecord::Base
# has_many :customers, dependent: :destroy