Module: Croaky::Builders

Defined in:
lib/croaky/builders.rb

Overview

Object builders

Class Method Summary collapse

Class Method Details

.io_streamObject



8
9
10
11
12
13
# File 'lib/croaky/builders.rb', line 8

def self.io_stream
  return @io_stream if @io_stream

  builder = ::Croaky::IoStreamBuilder.new
  @io_stream = builder.build
end