Module: RubyRunDad__

Included in:
RubyRunInstrumentor__
Defined in:
lib/rubyrun/rubyrun_dad__.rb

Overview

—————————————————————#

                                                             #  
(C) Copyright Rubysophic Inc. 2007-2008                      #
All rights reserved.                                         #
                                                             #  
Use, duplication or disclosure of the code is not permitted  #
unless licensed.                                             #
Dynamic Application Discovery                                #                        
                                                             #            
Last Updated: 7/09/08                                        #

—————————————————————#

                                                             #            
Dynamic Application Discovery lists out the name of a method #
as it is being added to the ruby process.                    #
                                                             #

—————————————————————#

Instance Method Summary collapse

Instance Method Details

#get_dad(type, klass, id) ⇒ Object

perform dynamic application discovery if requested by printing out the class and method name of the method being added



21
22
23
# File 'lib/rubyrun/rubyrun_dad__.rb', line 21

def get_dad(type, klass, id)
  print_method_added(type, klass, id) if $rubyrun_dad  
end