15 16 17
# File 'lib/cursed/adapter/array.rb', line 15 def limit(count) @relation = relation.take(count) end