Method: Bookbinder::File#dirty!

Defined in:
lib/bookbinder/file.rb

#dirty!Object

Indicates that we should write out the document on save.



32
33
34
# File 'lib/bookbinder/file.rb', line 32

def dirty!
  @dirty = true
end