Class: Kanal::Core::Output::OutputCreator

Inherits:
Object
  • Object
show all
Defined in:
lib/kanal/core/output/output_creator.rb

Overview

This class helps creating output with the help of handy dsl format

Instance Method Summary collapse

Constructor Details

#initialize(input) ⇒ OutputCreator

Returns a new instance of OutputCreator.



9
10
11
# File 'lib/kanal/core/output/output_creator.rb', line 9

def initialize(input)
  @input = input
end

Instance Method Details

#create(&block) ⇒ Object



13
# File 'lib/kanal/core/output/output_creator.rb', line 13

def create(&block); end