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