Method: ActiveSupport::EncryptedFile#change

Defined in:
activesupport/lib/active_support/encrypted_file.rb

#change(&block) ⇒ Object



83
84
85
# File 'activesupport/lib/active_support/encrypted_file.rb', line 83

def change(&block)
  writing read, &block
end