class Arel::Collectors::Composite

def <<(str)

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

def <<: (String str) -> Arel::Collectors::Composite

This signature was generated using 35 samples from 1 application.

def <<(str)
  left << str
  right << str
  self
end