# File lib/rudy/aws/ec2/volume.rb, line 18 18: def postprocess 19: @zone &&= @zone.to_sym 20: @size &&= @size.to_i 21: end