class Develry::Config::Yardstick
Yardstick
configuration
Constants
- FILE
- OPTIONS
Public Instance Methods
options()
click to toggle source
Options hash that Yardstick
understands
@return [Hash]
@api private
# File lib/develry/config.rb, line 131 def options OPTIONS.each_with_object({}) { |name, hash| hash[name] = raw.fetch(name, nil) } end