# File lib/nicovideo/ranking.rb, line 3 def initialize agent, type='mylist', span='daily', category='all', pagenum=nil super(agent) @type = type @category = category @pagenum = pagenum @url = url() self.register_getter ["videos"] end