Sha256: 1c9cdd622b006807030dfe70bb05240e1085dffd2ef2e5168be56b031596be47
Contents?: true
Size: 341 Bytes
Versions: 6
Compression:
Stored size: 341 Bytes
Contents
module Enjoy::Gallery def self.configuration @configuration ||= Configuration.new end def self.config @configuration ||= Configuration.new end def self.configure yield configuration end class Configuration attr_accessor :localize def initialize @localize = Enjoy.config.localize end end end
Version data entries
6 entries across 6 versions & 1 rubygems