Object
# File lib/rest.rb, line 359 def do_print node method = "print_" + node.class.to_s.downcase send method, node end
# File lib/rest.rb, line 370 def method_missing symbol, *args if ( !@missing[ symbol ] ) @missing[ symbol ] = true STDERR.puts "Warning: #{self.class} doesn't support '#{symbol}'." end end
Generated with the Darkfish Rdoc Generator 2.