Libraries
»
puffs
(0.2.06)
»
Index
»
Puffs
»
SQLRelation
»
#limit
Method: Puffs::SQLRelation#limit
Defined in:
lib/relation.rb
#
limit
(n) ⇒
Object
82 83 84 85
# File 'lib/relation.rb', line 82
def
limit
(
n
)
@sql_limit
=
n
self
end