Class: Screengem::DampenConfiguration::None
- Inherits:
-
Object
- Object
- Screengem::DampenConfiguration::None
- Defined in:
- lib/screengem/dampen_configuration.rb
Overview
Always respond with no dampening.
Instance Method Summary collapse
Instance Method Details
#seconds_to_dampen(_primitive_scope, _class_name) ⇒ Object
80 81 82 |
# File 'lib/screengem/dampen_configuration.rb', line 80 def seconds_to_dampen(_primitive_scope, _class_name) 0 end |