# File lib/sup/util.rb, line 563 def init *args raise "there can be only one! (instance)" if defined? @instance @instance = new(*args) end