There's no documentation for this item.
# File action_view/helpers/prototype_helper.rb, line 1034 def method_option_to_s(method) (method.is_a?(String) and !method.index("'").nil?) ? method : "'#{method}'" end
<code/>
<pre/>
<code/>and<pre/>for code samples.