class Rspec::Core::Configuration

def extend(mod, options={})

def extend(mod, options={})
  include_or_extend_modules << [:extend, mod, options]
end