Method: BCDD::Contract::Map::Pairs::Checking#errors_message
- Defined in:
- lib/bcdd/contract/map/pairs.rb
#errors_message ⇒ Object
15 16 17 |
# File 'lib/bcdd/contract/map/pairs.rb', line 15 def valid? ? '' : errors.map { |msg| "(#{msg})" }.join('; ') end |