Returns a new instance of Comment.
13 14 15 16
# File 'lib/whisper/comment.rb', line 13 def initialize meta_file, content_file @text = Text.new meta_file, content_file dependency_init end