module Kernel

def concern(topic, &module_definition)

See Module::Concerning for more.

A shortcut to define a toplevel concern, not within a module.
def concern(topic, &module_definition)
  Object.concern topic, &module_definition
end