module Mongoid::Composable

def prohibited_methods

Other tags:
    Since: - 2.1.8

Returns:
  • (Array) -

Other tags:
    Example: Bad thing! -
def prohibited_methods
  @prohibited_methods ||= MODULES.flat_map do |mod|
    mod.instance_methods.map(&:to_sym)
  end
end