# File lib/innodb/list.rb, line 112
  def list_cursor(node=:min, direction=:forward)
    ListCursor.new(self, node, direction)
  end