Method: UnitedStates::State::PostalCode#uppercase
- Defined in:
- lib/united_states/state/postal_code.rb
#uppercase ⇒ String
Returns 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 |