Method: Jsus::SourceFile#content=
- Defined in:
- lib/jsus/source_file.rb
#content=(new_value) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
247 248 249 |
# File 'lib/jsus/source_file.rb', line 247 def content=(new_value) @content = new_value end |