Method: Radiator::Chain#reset
- Defined in:
- lib/radiator/chain.rb
#reset ⇒ Object
Clears out all properties and operations.
225 226 227 228 229 230 |
# File 'lib/radiator/chain.rb', line 225 def reset reset_properties reset_operations @api = @block_api = @follow_api = nil end |