Method: CatEngine::FlatEngine#initialize
- Defined in:
- lib/cat_engine/flat_engine.rb
#initialize(full_history = []) ⇒ FlatEngine
6 7 8 |
# File 'lib/cat_engine/flat_engine.rb', line 6 def initialize full_history = [] self.full_history = full_history end |