Sha256: d796d1b44d64b8b783ef4794d8aea2e9092ae256d0e23f53c926af8590db8d03

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

# rubocop:disable Naming/FileName
# rubocop:enable Naming/FileName
# typed: strict
# frozen_string_literal: true

require "sorbet-runtime"
require "zeitwerk"

# Sorbet-aware namespace to super-charge your projects
module Typed; end

loader = Zeitwerk::Loader.new
loader.push_dir("#{__dir__}/typed", namespace: Typed)
loader.inflector.inflect("http" => "HTTP")
loader.setup

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sorbet-http-0.0.1 lib/sorbet-http.rb