class Prism::Relocation::Source

def initialize(value)

Initialize the source with the given value.
def initialize(value)
  @value = value
end