module Arel

def self.star # :nodoc:

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

def self.star: () -> Arel::Nodes::SqlLiteral

This signature was generated using 29 samples from 1 application.

:nodoc:
def self.star # :nodoc:
  sql "*"
end