Class: Date

Inherits:
Object
  • Object
show all
Defined in:
lib/coa_op_scraper.rb

Instance Method Summary collapse

Instance Method Details

#weekday?Boolean

Returns:

  • (Boolean)


89
90
91
# File 'lib/coa_op_scraper.rb', line 89

def weekday?
  !self.saturday? and !self.sunday?
end