# File lib/method_analyzer.rb, line 20 20: def attr(name, writer=false) 21: attr_reader name 22: attr_writer name if writer 23: end
# File lib/method_analyzer.rb, line 15 15: def attr_accessor(*names) 16: attr_reader(*names) 17: attr_writer(*names) 18: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.