Class: ConfigTemplates::Outputs::Stdout

Inherits:
Object
  • Object
show all
Defined in:
lib/config_templates/outputs/stdout.rb

Instance Method Summary collapse

Instance Method Details

#write(component) ⇒ Object



3
4
5
# File 'lib/config_templates/outputs/stdout.rb', line 3

def write(component)
  ::Kernel.puts component.render
end