Class: Aristotle::Utility
- Inherits:
-
Object
- Object
- Aristotle::Utility
- Defined in:
- lib/aristotle/utility.rb
Class Method Summary collapse
Class Method Details
.check_all ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/aristotle/utility.rb', line 3 def self.check_all logic_objects.each do |logic_object| puts "Checking #{logic_object[:class_name]}" is_everything_covered_for? logic_object puts end end |