# File lib/scout/plugin.rb, line 24 def option(name) @options[name] || @options[name.is_a?(String) ? name.to_sym : String(name)] end