Create operation overwrite to parse file first
65 66 67
# File 'lib/copy/file.rb', line 65 def create(attrs) super(parse_file(attrs)) end