Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

haines/ruddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruddy

Basic Win32 DDE client in Ruby.

Installation

$ gem install ruddy

Usage

Connect to a DDE server using the Ruddy::Connection.open method, and call execute on the yielded connection:

require "ruddy"

Ruddy::Connection.open("SERVICE", "topic") do |connection|
  connection.execute("command")
end

About

Basic Win32 DDE client in Ruby

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages