Sha256: 04e3dbe9c18e1afa91aa145907c039846fa340e45ef0fc7a386ce6ad93e14466
Contents?: true
Size: 194 Bytes
Versions: 2
Compression:
Stored size: 194 Bytes
Contents
# frozen_string_literal: true class Line attr_accessor :parts, :tablature def initialize @parts = [] @tablature = nil end def tablature? return @tablature != nil end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
song_pro-0.1.2 | lib/song_pro/line.rb |
song_pro-0.1.1 | lib/song_pro/line.rb |