# File lib/rubyrep/table_scan_helper.rb, line 38 def self.scan_class(session) if session.proxied? ProxiedTableScan else DirectTableScan end end