# $Id: __dummy__.rb,v 1.1 2011/12/16 22:49:05 machan Exp $ ################################ #### for standard library #### ################################ # for 'racc/parser' module Racc class Parser; end end # for 'rexml' module REXML class Child; end class Entity < Child; end class Parent < Child; end class Element < Parent; end class Document < Element; end end # for 'net' module Net class BufferedIO; end end # for 'test/unit/test_case' module Test module Unit class TestCase; end end end ############################## #### for other packages #### ############################## # for 'active_record' module ActiveRecord class Base; end end # for 'nokogiri' module Nokogiri module XML module SAX class Document end end end