class Addressable::Template

def variables

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

def variables: () -> Array[]

This signature was generated using 119 samples from 2 applications.

Returns:
  • (Array) - The variables present in the template's pattern.
def variables
  @variables ||= ordered_variable_defaults.map { |var, val| var }.uniq
end