Method: UKPostcode::GiroPostcode#to_s

Defined in:
lib/uk_postcode/giro_postcode.rb

#to_sObject

The canonical string representation of the postcode, i.e. “GIR 0AA”.



41
42
43
# File 'lib/uk_postcode/giro_postcode.rb', line 41

def to_s
  "GIR 0AA"
end