Arel::Nodes::Binary
Class that represents a join source
http://www.sqlite.org/syntaxdiagrams.html#join-source
# File lib/arel/nodes/join_source.rb, line 9 9: def initialize single_source, joinop = [] 10: super 11: end
# File lib/arel/nodes/join_source.rb, line 13 13: def empty? 14: !left && right.empty? 15: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.