44 45 46 47
# File 'lib/mongoo/cursor.rb', line 44 def skip(number_to_return=nil) @mongo_cursor.skip(number_to_return) self end