Matt Feenstra is an Architect and Developer, living and working in Palm Desert, CA
#!/opt/chef-workstation/embedded/bin/ruby -w require 'erb' #template = File.read('./mytemplate.txt.erb') template = 'i want to put stuff ===> <%= "here" %> <===' obj_out = ERB.new(template) STDOUT.puts obj_out.result
No comments:
Post a Comment