WWW::TvTropes - Interact with tvtropes.org
Usage
require 'www-tvtropes'
WWW::TvTropes.new do |tropes|
tropes.characters_as_device.each_pair do |name, url|
puts "%-40s\t%s" % [ name, url ]
end
end
To Do
-
Tests!
-
Random tropes!
-
More tropes!
-
Binary
See Also
tvtropes.org/pmwiki/pmwiki.php/Main/HomePage