method
    
    select_second
 
  select_second()
  public
  
    Hide source    
    
      
  
# File actionpack/lib/action_view/helpers/date_helper.rb, line 716 def select_second if @options[:use_hidden] || @options[:discard_second] build_hidden(:second, sec) if @options[:include_seconds] else build_options_and_select(:second, sec) end end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
    
     
   = protected
 = protected
  