mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 05:16:39 +00:00
better readability
This commit is contained in:
@@ -21,7 +21,7 @@ module Redistat
|
||||
alias :lookup :fetch
|
||||
|
||||
def find(label, from, till, opts = {})
|
||||
Finder.new( { :scope => name,
|
||||
Finder.new( { :scope => self.name,
|
||||
:label => label,
|
||||
:from => from,
|
||||
:till => till }.merge(options.merge(opts)) )
|
||||
|
||||
Reference in New Issue
Block a user