Sha256: bc11c81da35868833d94701edce39d2593dd9796c058d4ed8399211c11745a56
Contents?: true
Size: 389 Bytes
Versions: 46
Compression:
Stored size: 389 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 (defined?(@@head_content) && @@head_content) || [] end end end end
Version data entries
46 entries across 46 versions & 1 rubygems