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