Method: HTMLProofer::Attribute::Url#without_hash
- Defined in:
- lib/html_proofer/attribute/url.rb
#without_hash ⇒ Object
221 222 223 |
# File 'lib/html_proofer/attribute/url.rb', line 221 def without_hash @url.to_s.sub(/##{hash}/, "") end |