module Dry::Inflector::Inflections::Defaults

def self.acronyms(inflect)

Other tags:
    Api: - private

Other tags:
    Since: - 0.1.2
def self.acronyms(inflect)
  inflect.acronym(*%w[
    API
    CSRF
    CSV
    DB
    HMAC
    HTTP
    JSON
    OpenSSL
  ])
end