# File lib/arjdbc/jdbc/compatibility.rb, line 42 42: def self.needed?(base) 43: !base.instance_methods.include?("quote_table_name") 44: end
# File lib/arjdbc/jdbc/compatibility.rb, line 46 46: def quote_table_name(name) 47: quote_column_name(name) 48: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.