module WebConsole

def self.deprecator

def self.deprecator
  @deprecator ||= ActiveSupport::Deprecation.new("5.0", "WebConsole")
end