Flowdock
method

complete

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: List

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

These similar methods exist in v2_5_5:

complete(id, opt, icase = false, *pat, &block) public

Searches list id for opt and the optional patterns for completion pat. If icase is true, the search is case insensitive. The result is returned or yielded if a block is given. If it isn’t found, nil is returned.

Show source
Register or log in to add new notes.