Method: Fech::Mappings#load_map
- Defined in:
- lib/fech/mappings.rb
#load_map ⇒ Object
Returns the basic, default mappings hash by reading in a mappings file and saving the variable to the class’s context.
28 29 30 |
# File 'lib/fech/mappings.rb', line 28 def load_map self.class.load_map end |