Sha256: 1503ed843373a8e6c22fc484ccb5e943ba43ab306567603fae1dacb0f56b0944

Contents?: true

Size: 332 Bytes

Versions: 1

Compression:

Stored size: 332 Bytes

Contents

#
# Generate text output for ActiveFacts vocabularies.
#
# Copyright (c) 2007 Clifford Heath. Read the LICENSE file.
# Author: Clifford Heath.
#
module ActiveFacts
  module Generate
    class NULL
      def initialize(vocabulary)
        @vocabulary = vocabulary
      end

      def generate(out = $>)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activefacts-0.6.0 lib/activefacts/generate/null.rb