# File lib/couchrest/model/casted_array.rb, line 69 def build(*args) obj = casted_by_property.build(*args) self.push(obj) obj end