Class: HtmlSlicer::Helpers::LastSlice
- Includes:
- Link
- Defined in:
- lib/html_slicer/helpers/tags.rb
Overview
Link with slice number that appears at the rightmost
Instance Method Summary collapse
-
#slice ⇒ Object
:nodoc:.
Methods included from Link
Methods inherited from Tag
#initialize, #slice_url_for, #to_s
Constructor Details
This class inherits a constructor from HtmlSlicer::Helpers::Tag
Instance Method Details
#slice ⇒ Object
:nodoc:
77 78 79 |
# File 'lib/html_slicer/helpers/tags.rb', line 77 def slice #:nodoc: @options[:slice_number] end |