# File lib/AWS.rb, line 42
42:
def
has?
(
key
) 43:
self
[
key
]
&&
!
self
[
key
].
to_s
.
empty?
44:
end