Method: Scrivito::Link#fragment
- Defined in:
- app/cms/scrivito/link.rb
permalink #fragment ⇒ Object
Returns the anchor of the link as in “index.html#anchor”. See RFC3986 for details (www.ietf.org/rfc/rfc3986.txt).
96 97 98 |
# File 'app/cms/scrivito/link.rb', line 96 def fragment @link_data[:fragment] end |