class TinyMCE::Rails::Configuration

def array_option?(key, value)

def array_option?(key, value)
  value.is_a?(Array) && OPTION_SEPARATORS[key]
end