Sha256: 4705e28dc23b3b3c659ce78e594e0dbee23e19606aab734d345476fca7c7433c

Contents?: true

Size: 532 Bytes

Versions: 1

Compression:

Stored size: 532 Bytes

Contents

# Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig.
# License:   Apache License, Version 2.0

require 'rtm/io/to_rdf'
require 'rtm/io/to_hash'


# Check if JSON is available and load JTM if it is
if Object.const_defined?(:JSON)
  require 'rtm/io/to_jtm'
end
# old code to check for JSON (has Gem-dependency)
#require 'rtm/io/to_jtm' unless (Gem.source_index.find_name('json/ext').empty? && Gem.source_index.find_name('json/pure').empty?) 


require 'rtm/io/to_yaml'
require 'rtm/io/tmapix'
require 'rtm/io/to_string'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rtm-0.2.0 lib/rtm/io.rb