Class: SassProf::MixdefProfiler
- Defined in:
- lib/sass-prof/mixdef_profiler.rb
Constant Summary
Constants inherited from Profiler
Instance Method Summary collapse
-
#initialize(subject, action, args = nil, env = nil) ⇒ MixdefProfiler
constructor
A new instance of MixdefProfiler.
Methods inherited from Profiler
Constructor Details
#initialize(subject, action, args = nil, env = nil) ⇒ MixdefProfiler
Returns a new instance of MixdefProfiler.
4 5 6 |
# File 'lib/sass-prof/mixdef_profiler.rb', line 4 def initialize(subject, action, args = nil, env = nil) super subject, action, args, env end |