From a2af7bb9280f2b52da0f8af3796fbe2e388025ff Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 6 Feb 2015 09:45:24 +0100 Subject: use parentheses here, for the beard of the Prophet! [ci skip] --- activemodel/lib/active_model/dirty.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel') diff --git a/activemodel/lib/active_model/dirty.rb b/activemodel/lib/active_model/dirty.rb index 283dbf0586..5262f6c5e0 100644 --- a/activemodel/lib/active_model/dirty.rb +++ b/activemodel/lib/active_model/dirty.rb @@ -58,7 +58,7 @@ module ActiveModel # # A newly instantiated object is unchanged: # - # person = Person.new 'Uncle Bob' + # person = Person.new('Uncle Bob') # person.changed? # => false # # Change the name: -- cgit v1.2.3