Hash
# File lib/nicovideo/thumbnail.rb, line 55 def initialize @tags = {} end
# File lib/nicovideo/thumbnail.rb, line 59 def has_tag?(tag) @tag_hash ||= tag_flatten.inject({}) {|tag_hash, temp_tag| tag_hash[temp_tag] = temp_tag} @tag_hash.has_key? tag end
# File lib/nicovideo/thumbnail.rb, line 64 def tag_flatten @tag_flatten ||= @tags.values.flatten end
[Validate]
Generated with the Darkfish Rdoc Generator 2.