Class: Bring::CLI
- Inherits:
-
Thor
- Object
- Thor
- Bring::CLI
- Defined in:
- lib/bring/cli.rb
Instance Method Summary collapse
Instance Method Details
#postal_code(pnr) ⇒ Object
7 8 9 10 |
# File 'lib/bring/cli.rb', line 7 def postal_code(pnr) require 'bring/postal_code' puts PostalCode.new(pnr, :country => [:country]).city end |