Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/statsample/shorthand.rb
Instance Method Summary collapse
- 
  
    
      #ss_analysis(*args, &block)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Shorthand for Statsample::Analysis.store(*args,&block). 
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 |