class Faker::Address

def street_suffix

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

def street_suffix: () -> String

This signature was generated using 1 sample from 1 application.

Returns:
  • (String) -
def street_suffix
  fetch('address.street_suffix')
end