Changeset 1998
- Timestamp:
- 10/08/07 23:43:23 (1 year ago)
- Files:
-
- trunk/lib/soap/mapping/encodedregistry.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/soap/mapping/encodedregistry.rb
r1955 r1998 391 391 end 392 392 end 393 raise MappingError.new("Cannot map #{ node.type .name} to Ruby object.", cause)393 raise MappingError.new("Cannot map #{ node.type } to Ruby object.", cause) 394 394 end 395 395