Sha256: 4f8115f7c554f0340d1160c306ed13437c30050e4fc414e1c7abd27185850999
Contents?: true
Size: 255 Bytes
Versions: 64
Compression:
Stored size: 255 Bytes
Contents
# This is the registrar for FileSystem channels, basically storing paths module DispatchRider module Registrars class FileSystemChannel < Base def value(name, options = {}) File.expand_path(options[:path]) end end end end
Version data entries
64 entries across 64 versions & 1 rubygems