Method: SimpleResolver#xml_edit_warning
- Defined in:
- lib/tasks/simple_resolver.rb
#xml_edit_warning ⇒ Object
39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/tasks/simple_resolver.rb', line 39 def xml_edit_warning return <<EOF <!-- DO NOT EDIT THIS FILE! This file was auto-generated from an ERB template which can be found at: #{@template} --> EOF end |