17 lines
387 B
Ruby
Generated
17 lines
387 B
Ruby
Generated
# typed: true
|
|
|
|
# DO NOT EDIT MANUALLY
|
|
# This is an autogenerated file for dynamic methods in `Scraper::FuzzysearchApiClient`.
|
|
# Please instead update this file by running `bin/tapioca dsl Scraper::FuzzysearchApiClient`.
|
|
|
|
|
|
class Scraper::FuzzysearchApiClient
|
|
sig { returns(ColorLogger) }
|
|
def logger; end
|
|
|
|
class << self
|
|
sig { returns(ColorLogger) }
|
|
def logger; end
|
|
end
|
|
end
|