Slight doc improvement

This commit is contained in:
Michael Miller 2020-12-31 18:45:56 -07:00
parent 4c6b6e6436
commit b697511761
No known key found for this signature in database
GPG key ID: F9A0C5C65B162436

View file

@ -14,6 +14,11 @@ module Spectator
end
# Parses a source from a string.
# The *string* should be in the form:
# ```text
# FILE:LINE
# ```
# This matches the output of the `#to_s` method.
def self.parse(string)
# Make sure to handle multiple colons.
# If this ran on Windows, there's a possibility of a colon in the path.