Sha256: 16e96eef638f3e50e50462d6a37109ed4849dc8c902fd8baa49a37663f2d3077
Contents?: true
Size: 354 Bytes
Versions: 5
Compression:
Stored size: 354 Bytes
Contents
module Pione module Tuple # LiftTuple represents data movement information from old location to new # location. class LiftTuple < BasicTuple define_format [:lift, # old location [:old_location, Location::BasicLocation], # new location [:new_location, Location::BasicLocation] ] end end end
Version data entries
5 entries across 5 versions & 1 rubygems