Class: DrymlRootModule::Taglib
- Inherits:
-
Object
- Object
- DrymlRootModule::Taglib
- Defined in:
- lib/dryml-overrides.rb
Class Method Summary collapse
Class Method Details
.taglib_filename_with_firemarker(options) ⇒ Object
26 27 28 29 30 31 32 |
# File 'lib/dryml-overrides.rb', line 26 def taglib_filename_with_firemarker() if [:plugin] == "dryml-firemarker" File.('../dryml-firemarker.dryml', __FILE__) else taglib_filename_without_firemarker() end end |