Sha256: b6e9d1b2bbb93ceb179db66c2a7aef0c429296cfefe7df82a0f3d2aa99a795bd

Contents?: true

Size: 289 Bytes

Versions: 23

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

23 entries across 23 versions & 3 rubygems

Version Path
activesupport-5.1.7 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.7.rc1 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.6.2 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.6.1 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.6 lib/active_support/core_ext/kernel/concern.rb
tdiary-5.0.8 vendor/bundle/gems/activesupport-5.1.5/lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.5 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.5.rc1 lib/active_support/core_ext/kernel/concern.rb
pract6-0.1.0 .gem/ruby/2.3.0/gems/activesupport-5.1.4/lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.4 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.4.rc1 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.3 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.3.rc3 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.3.rc2 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.3.rc1 lib/active_support/core_ext/kernel/concern.rb
tdiary-5.0.5 vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.2 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.2.rc1 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.1 lib/active_support/core_ext/kernel/concern.rb
activesupport-5.1.0 lib/active_support/core_ext/kernel/concern.rb