12 13 14 15 16
# File 'lib/chespirito/app.rb', line 12 def self.configure return unless block_given? new.tap { |app| yield(app) } end