112 113 114 115 116 117 118
# File 'lib/model_set.rb', line 112 def first(limit=nil) if limit self.limit(limit) else self[0] end end