Sha256: c9b7d5ac15a6d74d8f93616c40c37fb3b057b85f254a063c3e7219d97bedff42
Contents?: true
Size: 429 Bytes
Versions: 21
Compression:
Stored size: 429 Bytes
Contents
# frozen_string_literal: true require 'izi_lightup/version' require 'pathname' module IziLightup class << self def configure yield self end end autoload :InlineAsset, 'izi_lightup/inline_asset' autoload :SmartPicture, 'izi_lightup/smart_picture' class << self def root_path @root_path ||= Pathname.new(File.dirname(File.expand_path(__dir__))) end end end require 'izi_lightup/engine'
Version data entries
21 entries across 21 versions & 1 rubygems