Sha256: 5db91597aedc7127fd54631a5ee469466142c16bf3cc87e1ced58f8fd581f0e4

Contents?: true

Size: 538 Bytes

Versions: 3

Compression:

Stored size: 538 Bytes

Contents

path = File.expand_path(File.dirname(__FILE__))
$:.unshift(path) unless $:.include?(path)

require path + '/rfm/utilities/case_insensitive_hash'
require path + '/rfm/utilities/factory'

module Rfm
  
  class CommunicationError  < StandardError; end
  class ParameterError      < StandardError; end
  class AuthenticationError < StandardError; end

  autoload :Error,     'rfm/error'
  autoload :Server,    'rfm/server'
  autoload :Database,  'rfm/database'
  autoload :Layout,    'rfm/layout'
  autoload :Resultset, 'rfm/resultset'
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lardawge-rfm-1.4.1.2 lib/rfm.rb
lardawge-rfm-1.4.1.1 lib/rfm.rb
lardawge-rfm-1.4.1 lib/rfm.rb