Class: Dry::Monitor::SQL::Colorizers::Default
- Inherits:
-
Object
- Object
- Dry::Monitor::SQL::Colorizers::Default
- Defined in:
- lib/dry/monitor/sql/colorizers/default.rb
Instance Method Summary collapse
-
#call(string) ⇒ Object
rubocop:enable Style/RedundantInitialize.
-
#initialize(_theme) ⇒ Default
constructor
rubocop:disable Style/RedundantInitialize.
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 |