Sha256: 10996f589f79025c87221d136e25d89bc8691dde8b4b5b4bb4d5ed411e0fd168

Contents?: true

Size: 307 Bytes

Versions: 15

Compression:

Stored size: 307 Bytes

Contents

require 'active_support/concern'

class TraceTree
  class Point
    class CallActivesupportconcernAppendfeatures < Point

      def self.event_class_method
        [:call, ActiveSupport::Concern, :append_features]
      end

      def parameters
        current.lv.values.first
      end

    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
trace_tree-0.2.18 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.17 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.16 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.15 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.14 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.13 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.12 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.11 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.10 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.9 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.8 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.7 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.3 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.2 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb
trace_tree-0.2.1 lib/trace_tree/point/call_activesupportconcern_appendfeatures.rb