Method: YARD::CodeObjects::ExtraFileObject#contents=
- Defined in:
- lib/yard/code_objects/extra_file_object.rb
#contents=(contents) ⇒ Object
44 45 46 47 |
# File 'lib/yard/code_objects/extra_file_object.rb', line 44 def contents=(contents) @original_contents = contents @parsed = false end |