# File lib/bio/graphics/primitive.rb, line 26 def update(args) args.each_key do |k| self.instance_variable_set("@#{k}", args[k]) end end