Sha256: 673889310ef859434d0566737d87ab4785e933ba5b3b1734a981e04b189a3db2

Contents?: true

Size: 249 Bytes

Versions: 407

Compression:

Stored size: 249 Bytes

Contents

# frozen_string_literal: true
# typed: true

module T::Props::Plugin
  include T::Props
  extend T::Helpers

  module ClassMethods
    def included(child)
      super
      child.plugin(self)
    end
  end
  mixes_in_class_methods(ClassMethods)
end

Version data entries

407 entries across 407 versions & 1 rubygems

Version Path
sorbet-runtime-0.4.5045 lib/types/props/plugin.rb
sorbet-runtime-0.4.5036 lib/types/props/plugin.rb
sorbet-runtime-0.4.5028 lib/types/props/plugin.rb
sorbet-runtime-0.4.5015 lib/types/props/plugin.rb
sorbet-runtime-0.4.5005 lib/types/props/plugin.rb
sorbet-runtime-0.4.4997 lib/types/props/plugin.rb
sorbet-runtime-0.4.4996 lib/types/props/plugin.rb
sorbet-runtime-0.4.4992 lib/types/props/plugin.rb
sorbet-runtime-0.4.4987 lib/types/props/plugin.rb
sorbet-runtime-0.4.4983 lib/types/props/plugin.rb
sorbet-runtime-0.4.4972 lib/types/props/plugin.rb
sorbet-runtime-0.4.4969 lib/types/props/plugin.rb
sorbet-runtime-0.4.4967 lib/types/props/plugin.rb
sorbet-runtime-0.4.4957 lib/types/props/plugin.rb
sorbet-runtime-0.4.4948 lib/types/props/plugin.rb
sorbet-runtime-0.4.4937 lib/types/props/plugin.rb
sorbet-runtime-0.4.4933 lib/types/props/plugin.rb
sorbet-runtime-0.4.4931 lib/types/props/plugin.rb
sorbet-runtime-0.4.4929 lib/types/props/plugin.rb
sorbet-runtime-0.4.4921 lib/types/props/plugin.rb