lib/gdb.rb



# GDB - gdb wrapper in ruby
#
# @author david942j

# Main module.
module GDB
end

require 'gdb/gdb'
require 'gdb/version'