# File lib/rdoc/any_method.rb, line 70
  def arglists
    if @call_seq then
      @call_seq
    elsif @params then
      "#{name}#{param_seq}"
    end
  end