Libraries
»
riddle
(2.4.1)
»
Index
»
Riddle
»
Query
»
Select
»
#limit
Method: Riddle::Query::Select#limit
Defined in:
lib/riddle/query/select.rb
#
limit
(limit) ⇒
Object
87 88 89 90
# File 'lib/riddle/query/select.rb', line 87
def
limit
(
limit
)
@limit
=
limit
self
end