Sha256: 0f1533b7c1a67aad9b11facf812188294f3d2dcae8d61a9be353139187f81626
Contents?: true
Size: 307 Bytes
Versions: 32
Compression:
Stored size: 307 Bytes
Contents
class TestLab # Labfile Error Class class LabfileError < TestLabError; end # Labfile Class # # @author Zachary Patten <zachary AT jovelabs DOT com> class Labfile < ZTK::DSL::Base has_many :nodes, :class_name => 'TestLab::Node' attribute :config, :default => Hash.new end end
Version data entries
32 entries across 32 versions & 1 rubygems