lib/vedeu/runtime/bootstrap.rb in vedeu-0.6.20 vs lib/vedeu/runtime/bootstrap.rb in vedeu-0.6.21

- old
+ new

@@ -8,10 +8,10 @@ # initializes Vedeu with this data, then starts the client # application. # class Bootstrap - # @param argv [Array<String>] + # @param (see #initialize) # @return [void] def self.start(argv = ARGV) new(argv).start end