Object
# File lib/rabbit/source/hiki.rb, line 12 def self.initial_args_description N_("[HIKI_CGI_URI] and [PAGE_NAME]") end
# File lib/rabbit/source/hiki.rb, line 16 def initialize(encoding, cgi_uri, name) @cgi_uri = cgi_uri @name = name @uri = URI.parse("#{@cgi_uri}?c=s;p=#{@name}") super(encoding) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.