Method: Contribute::Finder#stars

Defined in:
lib/contribute/finder.rb

#stars(lo = '*', hi = '*') ⇒ Object



19
20
21
22
# File 'lib/contribute/finder.rb', line 19

def stars(lo = '*', hi = '*')
  query << " stars:#{lo}..#{hi}"
  self
end