Class: ProductionSystem

Inherits:
Object
  • Object
show all
Defined in:
lib/production_system.rb

Overview

require “production_system/version”

Instance Method Summary collapse

Instance Method Details

#cycleObject



4
5
6
# File 'lib/production_system.rb', line 4

def cycle
  # infinity cycle
end

#loadFactsObject

print facts from file



10
11
12
# File 'lib/production_system.rb', line 10

def loadFacts
  # load facts from file
end

#loadRulesObject

infinity cycle



7
8
9
# File 'lib/production_system.rb', line 7

def loadRules
  # print facts from file
end

#printSukaObject

load facts from file



13
14
15
# File 'lib/production_system.rb', line 13

def printSuka
  print "printSukaBlyat"
end