module Bobkit::ScopeOptions

Public Instance Methods

scope(scope=nil) click to toggle source
# File lib/bobkit/scope_options.rb, line 5
def scope(scope=nil)
  scope ? setopt(:scope, Scope.new(scope)) : options[:scope]
end