Method: Doing::WWID#changes
- Defined in:
- lib/doing/wwid/wwidutil.rb
#changes ⇒ Hash
Return a hash of changes between initial file read and current Items object
97 98 99 |
# File 'lib/doing/wwid/wwidutil.rb', line 97 def changes @content.diff(@initial_content) end |