# File lib/relevance/tarantula/result.rb, line 72 def method_missing(meth, *args) super unless ALLOW_NNN_FOR =~ meth.to_s (allow_errors_for[$1] ||= []).push(*args) end