method
checked?
rails latest stable - Class:
ActionView::Helpers::Tags::RadioButton
checked?(value)private
No documentation available.
# File actionview/lib/action_view/helpers/tags/radio_button.rb, line 26
def checked?(value)
value.to_s == @tag_value.to_s
end