Remove plain method

This commit is contained in:
Chris Salzberg 2019-04-18 10:17:32 +09:00
parent dd0357aeb8
commit 38c0bf7dfa
No known key found for this signature in database
GPG Key ID: C0C7B09832CB1CB1
1 changed files with 0 additions and 4 deletions

View File

@ -402,10 +402,6 @@ module ActiveModel
def method_name(attr_name)
@method_name % attr_name
end
def plain?
prefix.empty? && suffix.empty?
end
end
end