Class: SassProf::MixdefProfiler

Inherits:
Profiler
  • Object
show all
Defined in:
lib/sass-prof/mixdef_profiler.rb

Constant Summary

Constants inherited from Profiler

Profiler::PERFORMABLE_ACTIONS

Instance Method Summary collapse

Methods inherited from Profiler

#start, #stop

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