1 2 3 4 5 6 7 8 9 10
module Scale class Path include Node attribute :d, String def xml_tag :path end end end