Sha256: cd19e5250eb4bc3cc15fab4653d93607bdd4158e51c43f78a0f2d96ad819dcf1

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 Bytes

Contents

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

1 entries across 1 versions & 1 rubygems

Version Path
kanal-0.3.0 lib/kanal/core/output/output_creator.rb