Method: Arturo::SpecialHandling::ClassMethods#whitelist

Defined in:
lib/arturo/special_handling.rb

#whitelist(feature_symbol = nil, &block) ⇒ Object



42
43
44
# File 'lib/arturo/special_handling.rb', line 42

def whitelist(feature_symbol = nil, &block)
  whitelists << two_arg_block(feature_symbol, block)
end