Exception: KO::AlreadyIitialized
Instance Method Summary collapse
-
#initialize ⇒ AlreadyIitialized
constructor
A new instance of AlreadyIitialized.
Constructor Details
#initialize ⇒ AlreadyIitialized
Returns a new instance of AlreadyIitialized.
27 28 29 |
# File 'lib/ko.rb', line 27 def initialize super("KO is already initialized: only one instance of KO::Application must exist") end |