# File lib/action_view/helpers/date_helper.rb, line 479 def select_hour(datetime, options = {}, html_options = {}) DateTimeSelector.new(datetime, options, html_options).select_hour end