class Jan::Symbol::BandPattern::LeftQuietZone

Public Instance Methods

bands() click to toggle source

@return [Array<Band>]

# File lib/jan/symbol/band_pattern/left_quiet_zone.rb, line 8
def bands
  [
    Band::Space.new(11)
  ]
end