mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
4 lines
239 B
Ruby
4 lines
239 B
Ruby
# frozen_string_literal: true
|
|
|
|
data.store :static_array, ::YAML.load_file(File.expand_path('static_array.yml', File.dirname(__FILE__)))
|
|
data.store :static_hash, ::YAML.load_file(File.expand_path('static_hash.yml', File.dirname(__FILE__)))
|