class Prism::Relocation::CommentsField::Comment

def initialize(slice)

Initialize a new comment with the given slice.
def initialize(slice)
  @slice = slice
end