Sha256: 18033553c6cc8d78e21b060bfc87e93f3914d22aa7ec36b24f44a6d27ade5ba8
Contents?: true
Size: 313 Bytes
Versions: 9
Compression:
Stored size: 313 Bytes
Contents
# frozen_string_literal: true module Kanal module Core module Output # This class helps creating output with the help # of handy dsl format class OutputCreator def initialize(input) @input = input end def create(&block); end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems