#options, #setopt, #use_defaults
5 6 7
# File 'lib/bobkit/scope_options.rb', line 5 def scope(scope = nil) scope ? setopt(:scope, Scope.new(scope)) : options[:scope] end