Method: ActiveFacts::API::Constellation#initialize

Defined in:
lib/activefacts/api/constellation.rb

#initialize(vocabulary, options = {}) ⇒ Constellation

Create a new empty Constellation over the given Vocabulary



38
39
40
41
# File 'lib/activefacts/api/constellation.rb', line 38

def initialize(vocabulary, options = {})
  @vocabulary = vocabulary
  @options = options
end