Method: PDF::Reader::RegisterReceiver#first_occurance_of
- Defined in:
- lib/pdf/reader/register_receiver.rb
#first_occurance_of(methodname) ⇒ Object
return the details for the first time the specified callback was fired
54 55 56 |
# File 'lib/pdf/reader/register_receiver.rb', line 54 def first_occurance_of(methodname) callbacks.find { |cb| cb[:name] == methodname } end |