Method: CodeWeb::MethodList#detect

Defined in:
lib/code_web/method_list.rb

#detect(&block) ⇒ Object



42
43
44
# File 'lib/code_web/method_list.rb', line 42

def detect(&block)
  collection.detect(&block)
end