Sha256: 4e52fa643e78b158153e86af6bc69964b94a7fadbbbde3db3910dfbcaf9d5b09

Contents?: true

Size: 179 Bytes

Versions: 1

Compression:

Stored size: 179 Bytes

Contents

module Foodie
  module Client
    class Test
      def hola
        JSON.parse(File.expand_path(File.join(__dir__, 'data/metric_units_catalog.json')))
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foodietest123-0.1.0 lib/client/test.rb