class TinyMCE::Rails::Configuration

def function_option?(value)

def function_option?(value)
  FUNCTION_REGEX =~ value.to_s
end