Sha256: 00b7f0cee66ba985876becaa356280f2fb131d00c169d59a4ed91ea0e8232e60
Contents?: true
Size: 291 Bytes
Versions: 2
Compression:
Stored size: 291 Bytes
Contents
module Jan class Symbol class BandPattern class NormalGuardPattern < self # @return [Array<Band>] def bands [ Band::Bar.new(1), Band::Space.new(1), Band::Bar.new(1) ] end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jan-0.2.4 | lib/jan/symbol/band_pattern/normal_guard_pattern.rb |
jan-0.2.3 | lib/jan/symbol/band_pattern/normal_guard_pattern.rb |