Module: Woothee::DataSet
- Defined in:
- lib/woothee/dataset.rb
Constant Summary collapse
- DATASET =
{}
Class Method Summary collapse
Class Method Details
.get(label) ⇒ Object
354 355 356 |
# File 'lib/woothee/dataset.rb', line 354 def self.get(label) DATASET[label] end |