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



21
22
23
24
25
26
27
# File 'lib/dryml-overrides.rb', line 21

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