Class: Mutations::ErrorArray
- Inherits:
- 
      Array
      
        - Object
- Array
- Mutations::ErrorArray
 
- Defined in:
- lib/mutations/errors.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
| 151 152 153 | # File 'lib/mutations/errors.rb', line 151 def map {|e| e && e. } end | 
#message_list ⇒ Object
| 155 156 157 | # File 'lib/mutations/errors.rb', line 155 def compact.map {|e| e. }.flatten end | 
#symbolic ⇒ Object
| 147 148 149 | # File 'lib/mutations/errors.rb', line 147 def symbolic map {|e| e && e.symbolic } end |