module Warning

We have to shut up the deprecation warning.

Public Class Methods

warn(str) click to toggle source
Calls superclass method
# File lib/data.rb, line 33
def warn str
  super unless /::Data is deprecated/ =~ str
end