# File lib/aws/ec2/route_table.rb, line 117 def routes route_set.map do |route_details| Route.new(self, route_details) end end