Class: SassProf::FundefProfiler

Inherits:
Profiler
  • Object
show all
Defined in:
lib/sass-prof/fundef_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) ⇒ FundefProfiler

Returns a new instance of FundefProfiler.



4
5
6
# File 'lib/sass-prof/fundef_profiler.rb', line 4

def initialize(subject, action, args = nil, env = nil)
  super subject, action, args, env
end