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.5.5267 lib/types/props/plugin.rb
sorbet-runtime-0.5.5265 lib/types/props/plugin.rb
sorbet-runtime-0.5.5262 lib/types/props/plugin.rb
sorbet-runtime-0.5.5258 lib/types/props/plugin.rb
sorbet-runtime-0.5.5255 lib/types/props/plugin.rb
sorbet-runtime-0.5.5247 lib/types/props/plugin.rb
sorbet-runtime-0.5.5238 lib/types/props/plugin.rb
sorbet-runtime-0.5.5226 lib/types/props/plugin.rb
sorbet-runtime-0.5.5213 lib/types/props/plugin.rb
sorbet-runtime-0.5.5207 lib/types/props/plugin.rb
sorbet-runtime-0.5.5200 lib/types/props/plugin.rb
sorbet-runtime-0.5.5188 lib/types/props/plugin.rb
sorbet-runtime-0.5.5182 lib/types/props/plugin.rb
sorbet-runtime-0.5.5181 lib/types/props/plugin.rb
sorbet-runtime-0.5.5179 lib/types/props/plugin.rb
sorbet-runtime-0.5.5176 lib/types/props/plugin.rb
sorbet-runtime-0.5.5175 lib/types/props/plugin.rb
sorbet-runtime-0.4.5173 lib/types/props/plugin.rb
sorbet-runtime-0.4.5168 lib/types/props/plugin.rb
sorbet-runtime-0.4.5163 lib/types/props/plugin.rb