instance method
attr_internal_ivar_name
Ruby on Rails 3.1.12
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 25
def attr_internal_ivar_name(attr)
Module.attr_internal_naming_format % attr
end
Defined in activesupport/lib/active_support/core_ext/module/attr_internal.rb line 25
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Module