Method: Fech::MapGenerator.row_map_file
- Defined in:
- lib/fech/map_generator.rb
.row_map_file(source_dir, row_type) ⇒ Object
220 221 222 |
# File 'lib/fech/map_generator.rb', line 220 def self.row_map_file(source_dir, row_type) File.join(source_dir, row_type + '.csv') end |