Sha256: 741597ac163c31eadd97b6e85779a1c8f346b66495f271eb45a574f5789e50f2
Contents?: true
Size: 461 Bytes
Versions: 18
Compression:
Stored size: 461 Bytes
Contents
module Origen module Tester class Ultraflex class Parser class Flows < Origen::Tester::Parser::SearchableArray attr_accessor :parser def initialize(options = {}) @parser = options[:parser] end def import(file) self << Flow.new(file, parser: parser) end def inspect "<TestFlows: #{size}>" end end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems