Method: UnitMeasurements::ParseError#string
- Defined in:
- lib/unit_measurements/errors/parse_error.rb
#string ⇒ String (readonly)
The input string that caused the error while parsing.
23 24 25 |
# File 'lib/unit_measurements/errors/parse_error.rb', line 23 def string @string end |