Sha256: 6893639c81180cba8f999fa7f5db34590ced4ddd0b34cb2070bede92a8455318
Contents?: true
Size: 359 Bytes
Versions: 7
Compression:
Stored size: 359 Bytes
Contents
# frozen_string_literal: true require 'tramway/landing/engine' require 'tramway/landing/generates/install_generator' module Tramway module Landing class << self def head_content=(content) @@head_content ||= [] @@head_content += [content] end def head_content @@head_content || [] end end end end
Version data entries
7 entries across 7 versions & 1 rubygems