class TinyMCE::Rails::Configuration

def merge(options)

def merge(options)
  self.class.new(self.options.merge(options))
end