Module: Kernel
- Defined in:
- lib/deprecation_toolkit/warning.rb
Instance Method Summary collapse
Instance Method Details
#warn(*messages) ⇒ Object
22 23 24 |
# File 'lib/deprecation_toolkit/warning.rb', line 22 def warn(*) Array(.flatten).each { |msg| Warning.warn(msg) } end |