Method: PDF::Reader::RegisterReceiver#final_occurance_of

Defined in:
lib/pdf/reader/register_receiver.rb

#final_occurance_of(methodname) ⇒ Object

return the details for the final time the specified callback was fired



59
60
61
# File 'lib/pdf/reader/register_receiver.rb', line 59

def final_occurance_of(methodname)
  all(methodname).last
end