Sha256: dc0abc353b106451588fccdf2df5686874dfd486d8404d2bbf15cded416ea152
Contents?: true
Size: 358 Bytes
Versions: 67
Compression:
Stored size: 358 Bytes
Contents
module HybridPlatformsConductor class Topographer # Base class of any topographer plugin class Plugin # Constructor # # Parameters:: # * *topographer* (Topographer): Topographer instance containing the graph to be output def initialize(topographer) @topographer = topographer end end end end
Version data entries
67 entries across 67 versions & 1 rubygems