Sha256: 9610c2a6423fef007847df2063b30a4a92d6966c14a3d282fea0a25cfc5f42e0
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 Bytes
Contents
module Vedeu class Output class << self def render new.render end end def initialize; end def render InterfaceRepository.update.map do |interface| interface.map { |stream| Terminal.output(stream) if stream } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.0.20 | lib/vedeu/output/output.rb |