Sha256: 78a031be0848a8c49f8315086d6b8812353d5427003d4cd41ae17dd718926b74
Contents?: true
Size: 315 Bytes
Versions: 1
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true module ColtraneInstruments module Guitar autoload :Base, 'coltrane_instruments/guitar/base' autoload :Chord, 'coltrane_instruments/guitar/chord' autoload :Note, 'coltrane_instruments/guitar/note' autoload :String, 'coltrane_instruments/guitar/string' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coltrane-2.2.1 | lib/coltrane_instruments/guitar.rb |