Module: Infield::Core
- Defined in:
- lib/infield/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#warn(*messages, **xargs) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/infield/core_ext.rb', line 5 def warn(*, **xargs) super callstack = caller_locations(1 + xargs[:uplevel].to_i) Infield::DeprecationWarning.log(*, callstack: callstack, validated: xargs[:category] == :deprecated) end |