Superconf::Source
Inherits Enum < Comparable < Value < Object
Where an option's current value came from. Ordered by precedence: a higher member overrides a lower one (command-line > env > config file > default); explicit runtime assignment always wins.
Constants
Default = 0
ConfigFile = 1
Env = 2
CommandLine = 3
Runtime = 4