62 63 64 65 66 67
# File 'lib/csl/style/sort.rb', line 62 def macro fail 'cannot resolve macro: not associated with style' unless !root? && root.respond_to?(:macros) root.macros[attributes[:macro].to_s] end