render()
Holds the content to be added to the file.
# File lib/bundler/vendor/thor/lib/thor/actions/create_file.rb, line 51 def render @render ||= if data.is_a?(Proc) data.call else data end end