# File lib/rudy/cli/networks.rb, line 7
 7:       def networks
 8:         name = current_group_name
 9:         Rudy::AWS::EC2::Groups.list(name).each do |group|
10:           li @@global.verbose > 0 ? group.inspect : group.dump(@@global.format)
11:         end
12:       end