# File lib/arel/visitors/compat.rb, line 4 def limit_for(limit_or_node) limit_or_node.respond_to?(:expr) ? limit_or_node.expr.to_i : limit_or_node end
[Validate]
Generated with the Darkfish Rdoc Generator 2.