module BulletTrain

def self.configure

def self.configure
  config = BulletTrain::Configuration.instance
  yield(config) if block_given?
end