Class: Jan::Symbol::Band::Space

Inherits:
Jan::Symbol::Band show all
Defined in:
lib/jan/symbol/band/space.rb

Instance Attribute Summary

Attributes inherited from Jan::Symbol::Band

#color, #width

Instance Method Summary collapse

Methods inherited from Jan::Symbol::Band

#==

Constructor Details

#initialize(width, color: 'white') ⇒ Space

Returns a new instance of Space.

Parameters:

  • width (Integer)
  • color (String) (defaults to: 'white')


9
10
11
# File 'lib/jan/symbol/band/space.rb', line 9

def initialize(width, color: 'white')
  super(width, color: color)
end