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