method
__getobj__
v2.0.3 -
Show latest stable
- Class:
ActiveSupport::Deprecation::DeprecatedInstanceVariable
__getobj__()public
No documentation available.
# File activesupport/lib/active_support/deprecation.rb, line 188
def __getobj__
ActiveSupport::Deprecation.warn("Instance variable @#{@method} is deprecated! Call instance method #{@method} instead.")
@value
end