Method: Fabulator::TagLib::Transformations#get_root_namespaces

Defined in:
lib/fabulator/tag_lib/transformations.rb

#get_root_namespaces(fmt) ⇒ Object



25
26
27
28
29
30
31
# File 'lib/fabulator/tag_lib/transformations.rb', line 25

def get_root_namespaces(fmt)
  if !@formats[fmt.to_sym].nil?
    @formats[fmt.to_sym].get_root_namespaces
  else
    []
  end
end