Method: ExcelTemplating::DocumentDsl#protect_document
- Defined in:
- lib/excel_templating/document_dsl.rb
#protect_document(protect = true) ⇒ Object
34 35 36 |
# File 'lib/excel_templating/document_dsl.rb', line 34 def protect_document(protect=true) @protected = protect end |