Sha256: bfab3a1bbc3fa411646d1e99b13ee73e55df80e07f050c874bdb26caa45f4ed3
Contents?: true
Size: 299 Bytes
Versions: 6
Compression:
Stored size: 299 Bytes
Contents
require 'tomogram_routing' module Fitting module Storage module Documentation class << self def tomogram @tomogram ||= TomogramRouting::Tomogram.craft(hash) end def hash Fitting.configuration.tomogram end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems