Top Level Namespace

Includes:
Win::Dde, Win::GUI::Message

Defined Under Namespace

Modules: Dde

Instance Method Summary collapse

Instance Method Details

#cout(*args) ⇒ Object

console output redirection (may need to wrap it in synchronization code, etc)



13
14
15
# File 'bin/dde_main', line 13

def cout *args
  print *args
end