Method: RBS::Collection::Sources::Local#to_lockfile

Defined in:
lib/rbs/collection/sources/local.rb

#to_lockfileObject



70
71
72
73
74
75
# File 'lib/rbs/collection/sources/local.rb', line 70

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