Sha256: b83fae9fc795db599f5d4dda0bd78741c320309e5c5154764cfa6db7e7e88881

Contents?: true

Size: 173 Bytes

Versions: 3

Compression:

Stored size: 173 Bytes

Contents

module Rhythmmml
  module ZOrder
    [
      :BACK,
      :FIGURE,
      :OBJECT,
      :TEXT,
    ].each_with_index do |type, i|
      const_set(type, i)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rhythmmml-0.0.3 lib/rhythmmml/z_order.rb
rhythmmml-0.0.2 lib/rhythmmml/z_order.rb
rhythmmml-0.0.1 lib/rhythmmml/z_order.rb