lib/quke.rb in quke-0.2.3 vs lib/quke.rb in quke-0.2.4

- old
+ new

@@ -8,9 +8,11 @@ # The main Quke class. It is not intended to be instantiated and instead # just need to call its +execute+ method. class Quke class << self + # Class level attribute which holds the instance of Quke::Configuration + # used for the current execution of Quke. attr_accessor :config end # The entry point for Quke, it is the one call made by +exe/quke+. def self.execute(args = [])