Sha256: fdcb5e4afe8bb946cc963e6b94d2737cd9b4d60f696b29c840219b81d0af6c7a

Contents?: true

Size: 289 Bytes

Versions: 49

Compression:

Stored size: 289 Bytes

Contents

require 'active_support/core_ext/module/concerning'

module Kernel
  module_function

  # A shortcut to define a toplevel concern, not within a module.
  #
  # See Module::Concerning for more.
  def concern(topic, &module_definition)
    Object.concern topic, &module_definition
  end
end

Version data entries

49 entries across 47 versions & 8 rubygems

Version Path
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.0.7.1/lib/active_support/core_ext/kernel/concern.rb
activesupport-5.0.7.2 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.0.7.1 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.0.7 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.0.6 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.0.6.rc1 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.0.5 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.0.5.rc2 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.0.5.rc1 lib/active_support/core_ext/kernel/concern.rb
tdiary-5.0.5 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel/concern.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel/concern.rb
activesupport-5.0.4 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.0.4.rc1 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.0.3 lib/active_support/core_ext/kernel/concern.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel/concern.rb
lazy_record-0.2.1 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel/concern.rb
lazy_record-0.2.0 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel/concern.rb
lazy_record-0.1.9 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel/concern.rb
lazy_record-0.1.8 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel/concern.rb
lazy_record-0.1.7 vendor/bundle/gems/activesupport-5.0.2/lib/active_support/core_ext/kernel/concern.rb