# File lib/fog/aws/models/compute/network_acl.rb, line 59 def remove_outbound_rule(rule_number) remove_rule(rule_number, true) end