Sha256: 9aec2a501a805616c58e1f7d97ba8449df14012d0a439fe7ad56ef1008c3ed23
Contents?: true
Size: 164 Bytes
Versions: 11
Compression:
Stored size: 164 Bytes
Contents
# frozen_string_literal: true def json_data(filename) file_content = file_fixture("#{filename}.json").read JSON.parse(file_content, symbolize_names: true) end
Version data entries
11 entries across 11 versions & 1 rubygems