7 lines
81 B
Ruby
Raw Normal View History

# typed: strict
# frozen_string_literal: true
class Module
2023-04-24 19:13:49 -07:00
include T::Sig
end