Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
render()
public
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