class RBS::Collection::Sources::Local

def to_lockfile

def to_lockfile
  {
    'type' => 'local',
    'path' => @path.to_s,
  }
end