Method: UKPostcode::GiroPostcode#outcode
- Defined in:
- lib/uk_postcode/giro_postcode.rb
#outcode ⇒ Object
The left-hand part of the postcode, always “GIR”.
29 30 31 |
# File 'lib/uk_postcode/giro_postcode.rb', line 29 def outcode "GIR" end |