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