Module: R2OAS::Deprecation::InstanceDelegator::OverrideDelegators
- Defined in:
- lib/r2-oas/support/deprecation/instance_delegator.rb
Instance Method Summary collapse
- #warn(message = nil, callstack = nil) ⇒ Object (also: #will_remove)
Instance Method Details
#warn(message = nil, callstack = nil) ⇒ Object Also known as: will_remove
31 32 33 34 35 36 37 |
# File 'lib/r2-oas/support/deprecation/instance_delegator.rb', line 31 def warn( = nil, callstack = nil) # MEMO: # Why update callstack # https://github.com/rails/rails/pull/26686 callstack ||= caller_locations(2) super end |