better readability

This commit is contained in:
2011-03-09 11:57:34 +00:00
parent 5d3c181641
commit 47a1b0737c

View File

@@ -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)) )