lib/ngi/delegate.rb in ngi-0.2.1 vs lib/ngi/delegate.rb in ngi-0.2.2

- old
+ new

@@ -14,11 +14,9 @@ # Generator and Configure are "wrapped" in this class # that "delegates" (hence the name "Delegate") # the flow of control to either the Generator class # or the Configure class, based on the argument passed # in (which is handled by bin/ngi) - class Delegate - # Review: is this the best way to do it? - Generator = ::Generator - Configure = ::Configure -end \ No newline at end of file + Generator = ::Generator + Configure = ::Configure +end