# File lib/rudy/aws.rb, line 14
14:
def
valid_region?
(
r
);
VALID_REGIONS
.
member?
(
r
.
to_sym
||
''
);
end