class Arel::Nodes::JoinSource

def empty?

Experimental RBS support (using type sampling data from the type_fusion project).

def empty?: () -> false

This signature was generated using 28 samples from 2 applications.

def empty?
  !left && right.empty?
end