class SeleniumStatistics::Logger

def deprecate(old, new)

Parameters:
  • new (String) --
  • old (String) --
def deprecate(old, new)
  warn "[DEPRECATION] #{old} is deprecated. Use #{new} instead."
end