class NoFollowExternalLinks::Configuration
Attributes
excluded_urls[RW]
Public Class Methods
new()
click to toggle source
# File lib/no_follow_external_links/configuration.rb, line 5 def initialize @excluded_urls = [] end