Method: Forematter::FileWrapper#to_s

Defined in:
lib/forematter/file_wrapper.rb

#to_sObject



16
17
18
# File 'lib/forematter/file_wrapper.rb', line 16

def to_s
  "#{meta.to_yaml}---\n#{content}"
end