Class: Yuso::Yubin::Mapping
- Inherits:
-
Object
- Object
- Yuso::Yubin::Mapping
- Defined in:
- lib/yuso/yubin/mapping.rb
Class Method Summary collapse
Class Method Details
.areas ⇒ Object
11 12 13 |
# File 'lib/yuso/yubin/mapping.rb', line 11 def self.areas load.values.uniq end |
.load ⇒ Object
6 7 8 9 |
# File 'lib/yuso/yubin/mapping.rb', line 6 def self.load mapping_path = Yuso::DATA_PATH + "/yubin/mapping.json" JSON.load(File.read(mapping_path)) end |