Class: RANN::LockedConnection
- Inherits:
-
Connection
- Object
- Connection
- RANN::LockedConnection
- Defined in:
- lib/rann/locked_connection.rb
Instance Method Summary collapse
-
#initialize ⇒ LockedConnection
constructor
A new instance of LockedConnection.
Methods inherited from Connection
#enabled?, #locked?, #neurons, #process, #processable?, #processed?, #reset!
Constructor Details
#initialize ⇒ LockedConnection
Returns a new instance of LockedConnection.
5 6 7 8 |
# File 'lib/rann/locked_connection.rb', line 5 def initialize(*) super @locked = true end |