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.4286 lib/types/props/plugin.rb
sorbet-runtime-0.4.4285 lib/types/props/plugin.rb
sorbet-runtime-0.4.4284 lib/types/props/plugin.rb
sorbet-runtime-0.4.4283 lib/types/props/plugin.rb
sorbet-runtime-0.4.4282 lib/types/props/plugin.rb
sorbet-runtime-0.4.4280 lib/types/props/plugin.rb
sorbet-runtime-0.4.4279 lib/types/props/plugin.rb
sorbet-runtime-0.4.4277 lib/types/props/plugin.rb
sorbet-runtime-0.4.4276 lib/types/props/plugin.rb
sorbet-runtime-0.4.4275 lib/types/props/plugin.rb
sorbet-runtime-0.4.4274 lib/types/props/plugin.rb
sorbet-runtime-0.4.4273 lib/types/props/plugin.rb
sorbet-runtime-0.4.4272 lib/types/props/plugin.rb
sorbet-runtime-0.4.4271 lib/types/props/plugin.rb
sorbet-runtime-0.4.4270 lib/types/props/plugin.rb
sorbet-runtime-0.4.4269 lib/types/props/plugin.rb
sorbet-runtime-0.4.4263 lib/types/props/plugin.rb
sorbet-runtime-0.4.4262 lib/types/props/plugin.rb
sorbet-runtime-0.4.4261 lib/types/props/plugin.rb
sorbet-runtime-0.4.4260 lib/types/props/plugin.rb