Method: XRuntime::Profiler#ds

Defined in:
lib/x_runtime/profiler.rb

#dsObject



10
11
12
# File 'lib/x_runtime/profiler.rb', line 10

def ds
  @ds ||= DataSet.new(redis_key, script, @cache, @expire)
end