# File lib/aws/ec2/route_table_collection.rb, line 52 def main_route_table @main = AWS.memoize { self.find {|rt| rt.main? } } if @main.nil? @main end