ruby-x11/lib/X11.rb
Richard Ramsden 910924a36d Merge remote-tracking branch 'matt/master'
Conflicts:
	lib/X11.rb
	lib/X11/auth.rb
	lib/X11/protocol.rb
2012-03-11 22:20:53 -07:00

13 lines
265 B
Ruby

require 'socket'
require 'active_support'
require 'hexdump'
require 'X11/protocol'
require 'X11/auth'
require 'X11/display'
require 'X11/encode'
require 'X11/packet'
module X11
class X11Error < StandardError; end
class X11Exception < RuntimeException; end
end