module RSpec::Expectations::Syntax

def default_should_host

Other tags:
    Api: - private
def default_should_host
  @default_should_host ||= ::Object.ancestors.last
end