Class: Coltrane::Representation::Ukulele
- Defined in:
- lib/coltrane/representation/guitar_like_instruments.rb
Instance Attribute Summary
Attributes inherited from Guitar
#frets, #special_frets, #strings, #tuning
Instance Method Summary collapse
-
#initialize(tuning: %w[G3 C4 E4 A4],, frets: 12, special_frets: [5, 7, 9, 12]) ⇒ Ukulele
constructor
A new instance of Ukulele.
Methods inherited from Guitar
find_chord_by_notation, find_chords, find_notes
Constructor Details
#initialize(tuning: %w[G3 C4 E4 A4],, frets: 12, special_frets: [5, 7, 9, 12]) ⇒ Ukulele
Returns a new instance of Ukulele.
8 9 10 11 12 |
# File 'lib/coltrane/representation/guitar_like_instruments.rb', line 8 def initialize(tuning: %w[G3 C4 E4 A4], frets: 12, special_frets: [5, 7, 9, 12]) super end |