Method: Divine::BabelHelperMethods#get_header_comment_text

Defined in:
lib/divine/code_generators/code_generator.rb

#get_header_comment_textObject

Return Header comments for generated files



84
85
86
87
88
89
90
91
# File 'lib/divine/code_generators/code_generator.rb', line 84

def get_header_comment_text
  return [
    "",
    "-- DO NOT EDIT THIS FILE --", "",
    "This file was generated by Divine #{Divine::VERSION} (#{Time.now.to_s})", "",
    "-- DO NOT EDIT THIS FILE --", ""
  ]
end