Module: PollEverywhere::Configurable::InstanceMethods

Defined in:
lib/polleverywhere/configurable.rb

Instance Method Summary collapse

Instance Method Details

#configure(&block) ⇒ Object

Pass a block into the instance to configure the attributes on the class



12
13
14
# File 'lib/polleverywhere/configurable.rb', line 12

def configure(&block)
  instance_eval(&block)
end