Model for reading created
State pattern implemented
This commit is contained in:
5
app/helpers/ConfirmingSyncLossState.rb
Normal file
5
app/helpers/ConfirmingSyncLossState.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ConfirmingSyncLossState < StatePattern::State
|
||||
def handle_byte_stream(bytes)
|
||||
p "Please override"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user