# File lib/action_view/helpers/prototype_helper.rb, line 1080 def method_option_to_s(method) (method.is_a?(String) and !method.index("'").nil?) ? method : "'#{method}'" end