instance method
attr_internal_ivar_name
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v7.1.6 PrivateSignature
attr_internal_ivar_name(attr)
No documentation comment.
Parameters
-
attrreq
Source
# File activesupport/lib/active_support/core_ext/module/attr_internal.rb, line 29
def attr_internal_ivar_name(attr)
attr_internal_naming_format % attr
end
Defined in activesupport/lib/active_support/core_ext/module/attr_internal.rb line 29
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Module