# File lib/genomed.rb, line 308 def view_node # There no reason we should only support params and classes. # It might be nice to simply iterate over all the keys and # display their values. @x.instruct! @x.node { @x.name(@name) @info["parameters"].each_pair do |n,v| @x.parameters { instance_eval("@x.#{n}(v)") } end @info["classes"].each {|c| @x.class(c)} } end