lib/vedeu/runtime/bootstrap.rb in vedeu-0.4.63 vs lib/vedeu/runtime/bootstrap.rb in vedeu-0.4.64
- old
+ new
@@ -2,9 +2,10 @@
# Provides the mechanism to start up a generated application.
#
# This class loads all necessary client application files and initializes
# Vedeu with this data, then starts the client application.
+ #
class Bootstrap
# @param argv [Array<String>]
# @param entry_point [void]
# @return [void]