# File lib/aws/record/scope.rb, line 27 def initialize base_class, options = {} @base_class = base_class @options = options.dup # backwards compat @options[:shard] = @options.delete(:domain) if @options[:domain] end