lib/geny/context/invoke.rb in geny-2.1.2 vs lib/geny/context/invoke.rb in geny-2.1.3

- old
+ new

@@ -59,9 +59,10 @@ view: View.new(command: command, locals: locals) ) end # A utility for invoking other generators + # @return [Actions::Geny] def geny Actions::Geny.new(registry: command.registry) end end end