Class: Core
- Inherits:
-
Object
- Object
- Core
- Defined in:
- lib/core4sk.rb
Class Method Summary collapse
Class Method Details
.out(printout) ⇒ Object
12 13 14 15 16 |
# File 'lib/core4sk.rb', line 12 def self.out(printout) print printout print " " end |