# File lib/nicovideo/base.rb, line 129 def search(keyword, sort=nil, order=nil, pagenum=1) Search.new(@agent, keyword, sort, order, pagenum) end