Sha256: 6cd691164ab36464dae4133ab8d1b7afd59b6ba3b4364018810c38ebe1af739f
Contents?: true
Size: 181 Bytes
Versions: 5
Compression:
Stored size: 181 Bytes
Contents
module Jimmy class TypeReference < Reference attr_reader :type def initialize(type, *args) @type = type super "/types/#{type}.json#", *args end end end
Version data entries
5 entries across 5 versions & 1 rubygems