Sha256: 5fb67f89b326d8f18c709f2179b85f3c4174055e713b2030ee07eb8537ce27b2
Contents?: true
Size: 338 Bytes
Versions: 2
Compression:
Stored size: 338 Bytes
Contents
require 'active_support/core_ext/module/delegation' require 'active_support/core_ext/module/attribute_accessors' require 'active_support/hash_with_indifferent_access' module Ecm module Lightbox module Configuration def configure yield self end # mattr_accessor :foo # @@foo = nil end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ecm_lightbox-0.0.2.pre | lib/ecm/lightbox/configuration.rb |
ecm_lightbox-0.0.1.pre | lib/ecm/lightbox/configuration.rb |