Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/statsample/dataset.rb
Instance Method Summary collapse
-
#to_dataset(*args) ⇒ Object
Creates a Statsample::Dataset based on a Hash.
Instance Method Details
#to_dataset(*args) ⇒ Object
Creates a Statsample::Dataset based on a Hash
5 6 7 |
# File 'lib/statsample/dataset.rb', line 5 def to_dataset(*args) Statsample::Dataset.new(self,*args) end |