Class: DrymlRootModule::Taglib

Inherits:
Object
  • Object
show all
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(options)
  if options[:plugin] == "dryml-firemarker"
    File.expand_path('../dryml-firemarker.dryml', __FILE__)
  else
    taglib_filename_without_firemarker(options)
  end
end