Returns a new instance of Entry.
11 12 13 14
# File 'lib/whisper/entry.rb', line 11 def initialize meta_file, content_file @text = Text.new meta_file, content_file dependency_init end