Refresh

This website rubydoc.info/gems/statsample/Object is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

Class: Object

Inherits:
BasicObject
Defined in:
lib/statsample/shorthand.rb

Instance Method Summary collapse

Instance Method Details

#ss_analysis(*args, &block) ⇒ Object

Shorthand for Statsample::Analysis.store(*args,&block)



3
4
5
# File 'lib/statsample/shorthand.rb', line 3

def ss_analysis(*args,&block)
  Statsample::Analysis.store(*args,&block)
end