method
to_s

Ruby latest stable (v2_5_5)
-
0 notes -
Class: DSLError
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378
- 1_9_2_180
- 1_9_3_125
- 1_9_3_392
- 2_1_10
- 2_2_9
- 2_4_6
- 2_5_5
- 2_6_3 (0)
- What's this?
to_s()
public
The message of the exception reports the content of podspec for the line that generated the original exception.
@example Output
Invalid podspec at `RestKit.podspec` - undefined method `exclude_header_search_paths=' for #<Pod::Specification for `RestKit/Network (0.9.3)`> from spec-repos/master/RestKit/0.9.3/RestKit.podspec:36 ------------------------------------------- # because it would break: #import <CoreData/CoreData.h> > ns.exclude_header_search_paths = 'Code/RestKit.h' end -------------------------------------------
@return [String] the message of the exception.