Class: Errors
Instance Method Summary collapse
Methods inherited from Hash
Instance Method Details
#full_messages ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/relaxdb/extlib.rb', line 5 def = [] each_key do |attr| << attr.to_s + ": " + self[attr] end end |