Class: Lookbook::LogicalPathTag
- Defined in:
- lib/lookbook/tags/logical_path_tag.rb
Instance Method Summary collapse
Methods inherited from YardTag
#initialize, #options, supports_options, supports_options?, #text, #to_s
Constructor Details
This class inherits a constructor from Lookbook::YardTag
Instance Method Details
#value ⇒ Object
3 4 5 |
# File 'lib/lookbook/tags/logical_path_tag.rb', line 3 def value PathUtils.strip_slashes(super) end |