Class: ClassVariants::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/class_variants/configuration.rb

Instance Method Summary collapse

Instance Method Details

#process_classes_with(&block) ⇒ Object



3
4
5
6
7
8
9
# File 'lib/class_variants/configuration.rb', line 3

def process_classes_with(&block)
  if block_given?
    @process_classes_with = block
  else
    @process_classes_with
  end
end