Module: Leonidas::PersistenceLayer::StateBuilder

Defined in:
lib/leonidas/persistence_layer/state_builder.rb

Instance Method Summary collapse

Instance Method Details

#build_stable_state(app) ⇒ Object



10
11
12
# File 'lib/leonidas/persistence_layer/state_builder.rb', line 10

def build_stable_state(app)
	# build the stable state
end

#handles?(app) ⇒ Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/leonidas/persistence_layer/state_builder.rb', line 6

def handles?(app)
	false
end