class Mocha::Configuration

def initialize_copy(other)

Other tags:
    Private: -
def initialize_copy(other)
  @options = other.options.dup
end