Class: Rugl::Context::NoopStateManager
- Inherits:
-
Object
- Object
- Rugl::Context::NoopStateManager
- Defined in:
- lib/rugl/context.rb
Instance Method Summary collapse
Instance Method Details
#apply(_command_state, context:, props:) ⇒ Object
6 7 8 |
# File 'lib/rugl/context.rb', line 6 def apply(_command_state, context:, props:) {} end |
#restore(_previous_state) ⇒ Object
10 11 12 |
# File 'lib/rugl/context.rb', line 10 def restore(_previous_state) nil end |