method
    
    sanitizeable?
 
  sanitizeable?(text)
  public
  
    Hide source    
    
      
  
# File actionview/lib/action_view/vendor/html-scanner/html/sanitizer.rb, line 62 def sanitizeable?(text) !(text.nil? || text.empty? || !((text.index("<a") || text.index("<href")) && text.index(">"))) end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
    
    
 = private
 = private