Module: Kernel
- Defined in:
- lib/Win32/Console/ANSI.rb
Constant Summary collapse
- Win32 =
rb_mWin32
Instance Method Summary collapse
Instance Method Details
#putc(int) ⇒ Object
23 24 25 |
# File 'lib/Win32/Console/ANSI.rb', line 23 def putc(int) $stdout.putc(int) end |