# File lib/aws/policy.rb, line 219
    def allow(opts = {})
      stmt = self.class::Statement.new(opts.merge(:effect => :allow))
      statements << stmt
      ConditionBuilder.new(stmt.conditions)
    end