class Prism::Relocation::CommentsField::Comment

An object that represents a slice of a comment.

def initialize(slice)

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