[Source]
# File lib/amrita/node_expand.rb, line 143 def initialize(model_type, node_type) msg = %[#{model_type} can't expand #{node_type}] super(msg) end
[Validate]