class Prism::Relocation::Repository

def lines

Configure the lines field for this repository and return self.
def lines
  field(:lines, LinesField.new)
end