# File lib/rbase/table.rb, line 114
    def build(attributes = {})
      Record.new(self, attributes)
    end