Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/alsa_backup.rb
Instance Method Summary collapse
Instance Method Details
#floor(attribute, modulo) ⇒ Object
38 39 40 41 |
# File 'lib/alsa_backup.rb', line 38 def floor(attribute, modulo) actual = self.send(attribute) self.change(attribute => actual - actual%modulo) end |