Mercurial > repos > other > SevenLanguagesInSevenWeeks
view 1-Ruby/acts_as_csv_module-ruby.output @ 97:85a5e9a6ef5c
Add more notes on extracting Just/Maybe values
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 30 Jun 2019 16:09:44 +0100 |
parents | 2ea3b5e9b41b |
children |
line wrap: on
line source
acts_as_csv_module.rb:65:in `method_missing': undefined method `Country' for #<CsvRow:0x00000002342d10> (NoMethodError) from acts_as_csv_module.rb:76:in `<main>' ["first", "last", "country"] [#<CsvRow:0x00000002342d10 @values={"first"=>"Yukihiro", "last"=>"Matsumoto", "country"=>"Japan"}>, #<CsvRow:0x00000002342a68 @values={"first"=>"Bruce", "last"=>"Tate", "country"=>"USA"}>] Japan