class Dry::Monitor::SQL::Colorizers::Default

def call(string)

def call(string)
  string
end

def initialize(_theme); end

rubocop:disable Style/RedundantInitialize
def initialize(_theme); end