Class: Xcflushd::GLIHelpers::RedisURI

Inherits:
Object
  • Object
show all
Defined in:
lib/xcflushd/gli_helpers.rb

Class Method Summary collapse

Class Method Details

.match(s) ⇒ Object



60
61
62
# File 'lib/xcflushd/gli_helpers.rb', line 60

def self.match(s)
  GenericURI.new(s, DEFAULT_PORT)
end