# File lib/validate_url.rb, line 41 def filtered_options(value) filtered = options.except(*RESERVED_OPTIONS) filtered[:value] = value filtered end