class Mocha::Configuration

def merge(other)

Other tags:
    Private: -
def merge(other)
  self.class.new(@options.merge(other.options))
end