Methods

Files

Rcodetools::XMPRiEmacsFilter

Public Instance Methods

doc(code, lineno, column=nil) click to toggle source
     # File lib/rcodetools/doc.rb, line 149
149:   def doc(code, lineno, column=nil)
150:     begin 
151:       %(rct-find-tag-or-ri "#{super}")!
152:     rescue Exception => err
153:       return %[(error "#{err.message}")]
154:     end
155:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.