Class: RubySvgImageGenerator::TestTheme::TestPart0
- Inherits:
-
RubySvgImageGenerator::Theme::Part
- Object
- RubySvgImageGenerator::Theme::Part
- RubySvgImageGenerator::TestTheme::TestPart0
- Defined in:
- lib/ruby_svg_image_generator/themes/test_theme/test_part_0.rb
Constant Summary collapse
- MATRICES =
[ [ [ "#000", "#000", "#000", "#000" ], [ 0, 0, 0, 0 ], [ 0, 0, 0, 0 ] ],[ [ 0, 0, 0, 0 ], [ 0, 0, 0, 0 ], [ "#000", "#000", "#000", "#000" ] ],[ [ 0, 0, 0, 0 ], [ "#000", "#000", "#000", "#000" ], [ 0, 0, 0, 0 ] ] ]
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ TestPart0
constructor
A new instance of TestPart0.
Methods inherited from RubySvgImageGenerator::Theme::Part
#[], #each, #get_matrix, #get_random_matrix, #name
Constructor Details
#initialize(options = {}) ⇒ TestPart0
Returns a new instance of TestPart0.
22 23 24 |
# File 'lib/ruby_svg_image_generator/themes/test_theme/test_part_0.rb', line 22 def initialize ={} super "test_part_0" end |