Class: Dry::Monitor::SQL::Colorizers::Default

Inherits:
Object
  • Object
show all
Defined in:
lib/dry/monitor/sql/colorizers/default.rb

Instance Method Summary collapse

Constructor Details

#initialize(_theme) ⇒ Default

rubocop:disable Style/RedundantInitialize



9
# File 'lib/dry/monitor/sql/colorizers/default.rb', line 9

def initialize(_theme); end

Instance Method Details

#call(string) ⇒ Object

rubocop:enable Style/RedundantInitialize



12
13
14
# File 'lib/dry/monitor/sql/colorizers/default.rb', line 12

def call(string)
  string
end