Skip to Content Skip to Search
Methods
R

Constants

CompletionProc = ->(target, preposing = nil, postposing = nil) { regexp_completor.completion_candidates(preposing, target, postposing, bind: IRB.conf[:MAIN_CONTEXT].workspace.binding) }
 

Class Public methods

retrieve_completion_data(input, bind: IRB.conf[:MAIN_CONTEXT].workspace.binding, doc_namespace: false)

# File ruby/lib/irb/completion.rb, line 468
def retrieve_completion_data(input, bind: IRB.conf[:MAIN_CONTEXT].workspace.binding, doc_namespace: false)
  regexp_completor.retrieve_completion_data(input, bind: bind, doc_namespace: doc_namespace)
end