Method: Coltrane::Representation::Guitar::Chord#possible_span

Defined in:
lib/coltrane/representation/guitar/chord.rb

#possible_spanObject



177
178
179
# File 'lib/coltrane/representation/guitar/chord.rb', line 177

def possible_span
  MAX_FRET_SPAN - fret_range.size
end