Set options via block
Yields:
11 12 13
# File 'lib/access/config.rb', line 11 def self.configure yield(config) if block_given? end