Module: Brandish::Processor::NameFilter::InstanceMethods Private

Defined in:
lib/brandish/processor/name_filter.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

The instance methods on the including class.

Instance Method Summary collapse

Instance Method Details

#allowed_names::Set<::String>

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

A list of allowed names for the class.

Returns:

  • (::Set<::String>)


51
52
53
# File 'lib/brandish/processor/name_filter.rb', line 51

def allowed_names
  self.class.allowed_names
end