class RSpec::Core::Configuration

def exclude_pattern=(value)

Other tags:
    Attr: value - the filename pattern to exclude spec files by
def exclude_pattern=(value)
  update_pattern_attr :exclude_pattern, value
end