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.4308 lib/types/props/plugin.rb
sorbet-runtime-0.4.4307 lib/types/props/plugin.rb
sorbet-runtime-0.4.4306 lib/types/props/plugin.rb
sorbet-runtime-0.4.4305 lib/types/props/plugin.rb
sorbet-runtime-0.4.4304 lib/types/props/plugin.rb
sorbet-runtime-0.4.4303 lib/types/props/plugin.rb
sorbet-runtime-0.4.4302 lib/types/props/plugin.rb
sorbet-runtime-0.4.4301 lib/types/props/plugin.rb
sorbet-runtime-0.4.4300 lib/types/props/plugin.rb
sorbet-runtime-0.4.4299 lib/types/props/plugin.rb
sorbet-runtime-0.4.4298 lib/types/props/plugin.rb
sorbet-runtime-0.4.4297 lib/types/props/plugin.rb
sorbet-runtime-0.4.4296 lib/types/props/plugin.rb
sorbet-runtime-0.4.4295 lib/types/props/plugin.rb
sorbet-runtime-0.4.4294 lib/types/props/plugin.rb
sorbet-runtime-0.4.4293 lib/types/props/plugin.rb
sorbet-runtime-0.4.4292 lib/types/props/plugin.rb
sorbet-runtime-0.4.4289 lib/types/props/plugin.rb
sorbet-runtime-0.4.4288 lib/types/props/plugin.rb
sorbet-runtime-0.4.4287 lib/types/props/plugin.rb