Class: ConceptQL::Nodifier
- Inherits:
-
Object
- Object
- ConceptQL::Nodifier
- Defined in:
- lib/conceptql/nodifier.rb
Instance Method Summary collapse
Instance Method Details
#create(type, values) ⇒ Object
4 5 6 7 |
# File 'lib/conceptql/nodifier.rb', line 4 def create(type, values) require_relative "nodes/#{type}" "conceptQL/nodes/#{type}".camelize.constantize.new(values) end |