lib/ridl/require.rb
#-------------------------------------------------------------------- # require.rb - Ruby IDL loader # # Author: Martin Corino # # This program is free software; you can redistribute it and/or # modify it under the terms of the RIDL LICENSE which is # included with this program. # # Copyright (c) Remedy IT Expertise BV #-------------------------------------------------------------------- require 'ridl/version' require 'ridl/scanner' require 'ridl/type' require 'ridl/node' require 'ridl/expression' require 'ridl/parser'