Sha256: 4786672f90150e5829c98c3455615a640d6e1f99d12c40da7e1473a17e4d3208
Contents?: true
Size: 179 Bytes
Versions: 25
Compression:
Stored size: 179 Bytes
Contents
# frozen_string_literal: true module Maglev # Fetch the current theme class FetchTheme include Injectable def call Maglev.local_themes.first end end end
Version data entries
25 entries across 25 versions & 1 rubygems