Class: Statsample::PlainText
Class Method Summary collapse
Class Method Details
.read(filename, fields) ⇒ Object
53 54 55 |
# File 'lib/statsample/converters.rb', line 53 def read(filename, fields) raise NoMethodError, "Deprecated. Use Daru::DataFrame.from_plaintext instead." end |