method
    
    popup_javascript_function
 
  popup_javascript_function(popup)
  private
  
    Hide source    
    
      
  
# File actionpack/lib/action_view/helpers/url_helper.rb, line 469 def popup_javascript_function(popup) popup.is_a?(Array) ? "window.open(this.href,'#{popup.first}','#{popup.last}');" : "window.open(this.href);" end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
    
     
    
    
     
   
   
   
   
  