class RBS::Collection::Sources::Stdlib

def to_lockfile

def to_lockfile
  {
    'type' => 'stdlib',
  }
end