Method: Fitting::Doc.debug
- Defined in:
- lib/fitting/doc.rb
.debug(docs, debug) ⇒ Object
75 76 77 78 79 80 81 |
# File 'lib/fitting/doc.rb', line 75 def self.debug(docs, debug) docs.each do |doc| res = doc.debug(debug) return res if res end raise NotFound end |