Class: Hash
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 |