appoxy / aws

Amazon Web Services (AWS) Ruby Gem
https://rubygems.org/gems/aws
236 stars 87 forks source link

'describe_availability_zones' defined twice in lib/ec2/ec2.rb #60

Closed phiggins closed 13 years ago

phiggins commented 13 years ago

If you load aws with warnings turned on, you'll see this:

/home/phiggins/projects/aws/lib/ec2/ec2.rb:1045: warning: method redefined; discarding old describe_availability_zones
/home/phiggins/projects/aws/lib/ec2/ec2.rb:407: warning: previous definition of describe_availability_zones was here
treeder commented 13 years ago

Hmm, interesting. Fixed.