class DispatchRider::Registrars::FileSystemChannel
Public Instance Methods
value(name, options = {})
click to toggle source
# File lib/dispatch-rider/registrars/file_system_channel.rb, line 6 def value(name, options = {}) File.expand_path(options[:path]) end