Sha256: 51d8c38a8b9fc9da058e70991ebdb0bc21543b8bf3e857a2c6a7a64db6296909
Contents?: true
Size: 218 Bytes
Versions: 10
Compression:
Stored size: 218 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/core_ext' module UltimateLyrics class Lyrics common_constructor :song_metadata, :provider_name, :text def found? text.present? end end end
Version data entries
10 entries across 10 versions & 2 rubygems