Sha256: cc29a9f4181b31a446e3029ff594f6864dcfd7b60e58102ae6c8cc93a1eab9e5

Contents?: true

Size: 266 Bytes

Versions: 1

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

module HowIs
  # The file name used for a report if one isn't specified.
  DEFAULT_REPORT_FILE = "report.html"

  # Used by things making HTTP requests.
  USER_AGENT = "how_is/#{HowIs::VERSION} (https://github.com/how-is/how_is/)"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
how_is-25.0.0 lib/how_is/constants.rb