Sha256: d22f94624844c1ce1d39a64a46c407f7764805863be5ea916852cbc1d2b7c96d
Contents?: true
Size: 266 Bytes
Versions: 108
Compression:
Stored size: 266 Bytes
Contents
module Promethee def self.configuration @configuration ||= Configuration.new end def self.configure yield configuration end class Configuration attr_accessor :route_scope def initialize @route_scope = 'promethee' end end end
Version data entries
108 entries across 108 versions & 1 rubygems