This class is used to instrument the execution of a single sieve. It proxies the `s` method transparently and instruments the method call.
Methods
Constants
EVENT_NAME | = | 'rhino.apply_sieve' |
Class Public methods
new(sieve, class_name)
Link
Source: show
# File rhino/rhino/lib/rhino/sieve.rb 59 def initialize(sieve, class_name) 60 @sieve = sieve 61 62 @payload = { 63 sieve: class_name 64 } 65 end
Instance Public methods