Sha256: 0f8365a73d1fe39609daa7b87a1ad0180a7beff61f7d36b2afa8e08f9891a253

Contents?: true

Size: 373 Bytes

Versions: 5

Compression:

Stored size: 373 Bytes

Contents

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

module RTM
  module Navigation
    module Occurrence
      
      # Returns the atomic value of the Characteristic (Name/Occurrence).
      #
      # :call-seq:
      #   atomify -> String
      #
      def atomify
        value
      end
      
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rtm-0.3.1 lib/rtm/navigation/occurrence/atomify.rb
rtm-0.3.0 lib/rtm/navigation/occurrence/atomify.rb
rtm-0.2.1 lib/rtm/navigation/occurrence/atomify.rb
rtm-0.2.0 lib/rtm/navigation/occurrence/atomify.rb
rtm-0.2 lib/rtm/navigation/occurrence/atomify.rb