Class: Lottery::DuplaSena

Inherits:
Gamble
  • Object
show all
Defined in:
lib/lottery/duplasena.rb

Instance Method Summary collapse

Methods inherited from Gamble

#get_contest

Instance Method Details

#get_numbersObject



3
4
5
# File 'lib/lottery/duplasena.rb', line 3

def get_numbers
  super.map { |ul| ul.xpath('li').map(&:content).map(&:to_i).sort }
end