Method: RulesAi::Rules_Set.cube
- Defined in:
- lib/rules_ai.rb
.cube ⇒ Object
168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'lib/rules_ai.rb', line 168 def self.cube puts ' +----------------+ |\ |\ | \ | \ | \ | \ | +------------+---+ | | | | | | | | | | | | +---+------------+ | \ | \ | \ | \ | \| \| +----------------+ ' end |