Sha256: ccd178bc953cb351508bfcf044906ed251b672eca41c1dd8fcf816c83e25a4db

Contents?: true

Size: 260 Bytes

Versions: 3

Compression:

Stored size: 260 Bytes

Contents

module Rocx
  module Properties
    class Highlight < ValueProperty

      def ok_values
        %i(black blue cyan darkBlue darkCyan darkGray darkGreen darkMagenta darkRed darkYellow green lightGray magenta none red white yellow)
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rocx-0.7.0 lib/rocx/properties/highlight.rb
rocx-0.6.0 lib/rocx/properties/highlight.rb
rocx-0.5.8 lib/rocx/properties/highlight.rb