Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/vegas_insider_scraper/scraper_league.rb
Instance Method Summary collapse
Instance Method Details
#compact ⇒ Object
710 711 712 |
# File 'lib/vegas_insider_scraper/scraper_league.rb', line 710 def compact self.select { |_, value| !value.nil? } end |