Method: Capybara::UI::TextTable::Mapping#set
- Defined in:
- lib/capybara/ui/text_table/mapping.rb
#set(instance, row, key, value) ⇒ Object
11 12 13 |
# File 'lib/capybara/ui/text_table/mapping.rb', line 11 def set(instance, row, key, value) row[transform_key(instance, key)] = transform_value(instance, value) end |