class DispatchRider::Registrars::FileSystemChannel

Public Instance Methods

value(_name, options = {}) click to toggle source
# File lib/dispatch-rider/registrars/file_system_channel.rb, line 8
def value(_name, options = {})
  File.expand_path(options[:path])
end