Module: Card::Set::All::Path::Format
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod004-format/all/path.rb
Instance Method Summary collapse
-
#contextualize_path(relative_path) ⇒ Object
in base format (and therefore most other formats), even internal paths are rendered as absolute urls.
-
#path(opts = {}) ⇒ Object
bypasses all processing.
Instance Method Details
#contextualize_path(relative_path) ⇒ Object
in base format (and therefore most other formats), even internal paths are rendered as absolute urls.
51 52 53 |
# File 'platypus/tmp/set/gem-defaults/mod004-format/all/path.rb', line 51 def contextualize_path relative_path card_url relative_path end |