class Aruba::Platforms::UnixPlatform

def deprecated(msg)

def deprecated(msg)
  warn(format("%s. Called by %s", msg, caller[1]))
end