lib/sinclair/configurable.rb in sinclair-1.6.7 vs lib/sinclair/configurable.rb in sinclair-1.7.0

- old
+ new

@@ -76,9 +76,17 @@ # @return [Object] the result of the block # # @see ConfigFactory#configure delegate :config, :reset_config, :configure, to: :config_factory + # @method options(options_hash = {}) + # @api public + # + # @param (see Sinclair::Config#options) + # @return (see Sinclair::Config#options) + # @example (see Sinclair::Config#options) + delegate :options, to: :config + protected # @api private # # @private