module ROM::Files::Dataset::Paths::ClassInterface

Public Instance Methods

row_proc() click to toggle source

@return [Proc]

# File lib/rom/files/dataset/paths.rb, line 17
def row_proc
  ->(path) { Hash[ID => path] }
end