# File lib/best_in_place.rb, line 6
  def self.configure
    @configuration ||= Configuration.new
    yield @configuration if block_given?
  end