Flowdock
method

to_s

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: RDoc::Fortran95parser::Fortran95Definition
to_s() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/parsers/parse_f95.rb, line 1683
      def to_s
        return "<Fortran95Definition:\nvarname=\#{@varname}, types=\#{types},\ninivalue=\#{@inivalue}, arraysuffix=\#{@arraysuffix}, nodoc=\#{@nodoc},\ncomment=\n\#{@comment}\n>\n"
      end
Register or log in to add new notes.