Method: UnitedStates::State::PostalCode#uppercase

Defined in:
lib/united_states/state/postal_code.rb

#uppercaseString

Returns an all uppercase version of this PostalCode.

Returns:

  • (String)

    an all uppercase version of this PostalCode



58
59
60
# File 'lib/united_states/state/postal_code.rb', line 58

def uppercase
  @string.upcase
end