# File lib/action_view/helpers/form_helper.rb, line 1040 def radio_button_checked?(value, checked_value) value.to_s == checked_value.to_s end