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.4788 lib/types/props/plugin.rb
sorbet-runtime-0.4.4782 lib/types/props/plugin.rb
sorbet-runtime-0.4.4779 lib/types/props/plugin.rb
sorbet-runtime-0.4.4775 lib/types/props/plugin.rb
sorbet-runtime-0.4.4770 lib/types/props/plugin.rb
sorbet-runtime-0.4.4761 lib/types/props/plugin.rb
sorbet-runtime-0.4.4756 lib/types/props/plugin.rb
sorbet-runtime-0.4.4755 lib/types/props/plugin.rb
sorbet-runtime-0.4.4751 lib/types/props/plugin.rb
sorbet-runtime-0.4.4746 lib/types/props/plugin.rb
sorbet-runtime-0.4.4739 lib/types/props/plugin.rb
sorbet-runtime-0.4.4733 lib/types/props/plugin.rb
sorbet-runtime-0.4.4724 lib/types/props/plugin.rb
sorbet-runtime-0.4.4723 lib/types/props/plugin.rb
sorbet-runtime-0.4.4722 lib/types/props/plugin.rb
sorbet-runtime-0.4.4719 lib/types/props/plugin.rb
sorbet-runtime-0.4.4709 lib/types/props/plugin.rb
sorbet-runtime-0.4.4705 lib/types/props/plugin.rb
sorbet-runtime-0.4.4704 lib/types/props/plugin.rb
sorbet-runtime-0.4.4703 lib/types/props/plugin.rb